ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
__construct ($a_obj_id, $a_usr_id) | |
Singleton constructor. | |
Public Member Functions inherited from ilParticipant | |
getUserId () | |
get user id | |
isBlocked () | |
isAssigned () | |
isMember () | |
isAdmin () | |
isTutor () | |
isParticipant () | |
getNumberOfMembers () | |
add ($a_usr_id, $a_role) | |
Add user to course. | |
delete ($a_usr_id) | |
Drop user from all roles. | |
deleteSubscriber ($a_usr_id) | |
Delete subsciber. | |
addDesktopItem ($a_usr_id) | |
Add desktop item. | |
dropDesktopItem ($a_usr_id) | |
Drop desktop item. | |
updateNotification ($a_usr_id, $a_notification) | |
Update notification status. | |
checkLastAdmin ($a_usr_ids) | |
Check if user for deletion are last admins. |
Static Public Member Functions | |
static | _getInstanceByObjId ($a_obj_id, $a_usr_id) |
Get singleton instance. |
Static Protected Attributes | |
static | $instances = array() |
Additional Inherited Members | |
Protected Member Functions inherited from ilParticipant | |
readParticipant () | |
Read participant. | |
readParticipantStatus () | |
Read participant status ilDB $ilDB. | |
Protected Attributes inherited from ilParticipant | |
$type = '' |
Definition at line 35 of file class.ilCourseParticipant.php.
ilCourseParticipant::__construct | ( | $a_obj_id, | |
$a_usr_id | |||
) |
Singleton constructor.
protected
int | obj_id of container |
Reimplemented from ilParticipant.
Definition at line 45 of file class.ilCourseParticipant.php.
|
static |
Get singleton instance.
public
int | obj_id |
Definition at line 75 of file class.ilCourseParticipant.php.
Referenced by ilObjCourseAccess\_checkAccess(), ilObjCourseGUI\deleteMembersObject(), ilObjCourseGUI\executeCommand(), ilObjCourseListGUI\getProperties(), ilObjCourse\initCourseMemberObject(), ilObjCourseAccess\lookupRegistrationInfo(), and ilObjCourseGUI\membersObject().
|
staticprotected |
Definition at line 37 of file class.ilCourseParticipant.php.