|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilCourseParticipant:
Collaboration diagram for ilCourseParticipant:Public Member Functions | |
| __construct ($a_obj_id, $a_usr_id) | |
| Singleton constructor. More... | |
Public Member Functions inherited from ilParticipant | |
| getUserId () | |
| get user id More... | |
| isBlocked () | |
| isContact () | |
| Check if user is contact for current object. More... | |
| isAssigned () | |
| isMember () | |
| isAdmin () | |
| isTutor () | |
| isParticipant () | |
| getNumberOfMembers () | |
| add ($a_usr_id, $a_role) | |
| Add user to course/group. More... | |
| delete ($a_usr_id) | |
| Drop user from all roles. More... | |
| deleteSubscriber ($a_usr_id) | |
| Delete subsciber. More... | |
| addRecommendation ($a_usr_id) | |
| Add desktop item. More... | |
| updateContact ($a_usr_id, $a_contact) | |
| @global ilDB $ilDB More... | |
| updateNotification ($a_usr_id, $a_notification) | |
| Update notification status. More... | |
| checkLastAdmin ($a_usr_ids) | |
| Check if user for deletion are last admins. More... | |
Static Public Member Functions | |
| static | _getInstanceByObjId ($a_obj_id, $a_usr_id) |
| Get singleton instance. More... | |
Static Public Member Functions inherited from ilParticipant | |
| static | updateMemberRoles ($a_obj_id, $a_usr_id, $a_role_id, $a_status) |
| Update member roles @global ilDB $ilDB. More... | |
| static | getMembershipRoleType ($a_role_id) |
| static | lookupStatusByMembershipRoleType ($a_obj_id, $a_usr_id, $a_membership_role_type) |
| lookup assignment status @global ilDB $ilDB More... | |
Data Fields | |
| const | COMPONENT_NAME = 'Modules/Course' |
Data Fields inherited from ilParticipant | |
| const | MEMBERSHIP_ADMIN = 1 |
| const | MEMBERSHIP_TUTOR = 2 |
| const | MEMBERSHIP_MEMBER = 3 |
Static Protected Attributes | |
| static | $instances = array() |
Additional Inherited Members | |
Protected Member Functions inherited from ilParticipant | |
| __construct ($a_component_name, $a_obj_id, $a_usr_id) | |
| Singleton Constructor. More... | |
| getComponent () | |
| Get component name Used for event handling. More... | |
| readParticipant () | |
| Read participant. More... | |
| readParticipantStatus () | |
| Read participant status @global ilDB $ilDB. More... | |
Protected Attributes inherited from ilParticipant | |
| $type = '' | |
| $recommended_content_manager | |
Definition at line 35 of file class.ilCourseParticipant.php.
| ilCourseParticipant::__construct | ( | $a_obj_id, | |
| $a_usr_id | |||
| ) |
Singleton constructor.
@access protected
| int | obj_id of container |
Definition at line 47 of file class.ilCourseParticipant.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
static |
Get singleton instance.
@access public
| int | obj_id |
Definition at line 77 of file class.ilCourseParticipant.php.
Referenced by ilObjCourseAccess\_checkAccess(), ilObjCourseListGUI\getProperties(), ilObjCourseGUI\hasAdminPermission(), ilObjCourse\initCourseMemberObject(), and ilObjCourseAccess\lookupRegistrationInfo().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 39 of file class.ilCourseParticipant.php.
| const ilCourseParticipant::COMPONENT_NAME = 'Modules/Course' |
Definition at line 37 of file class.ilCourseParticipant.php.