ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Static Public Member Functions | |
static | _getInstanceByObjId (int $a_obj_id, int $a_usr_id) |
![]() | |
static | updateMemberRoles (int $a_obj_id, int $a_usr_id, int $a_role_id, int $a_status) |
static | getMembershipRoleType (int $a_role_id) |
static | lookupStatusByMembershipRoleType (int $a_obj_id, int $a_usr_id, int $a_membership_role_type) |
Protected Member Functions | |
__construct (int $a_obj_id, int $a_usr_id) | |
![]() | |
__construct (string $a_component_name, int $a_obj_id, int $a_usr_id) | |
getComponent () | |
Get component name Used for event handling. More... | |
readParticipant () | |
readParticipantStatus () | |
Protected Attributes | |
const | COMPONENT_NAME = 'components/ILIAS/Course' |
![]() | |
const | MEMBERSHIP_ADMIN = 1 |
const | MEMBERSHIP_TUTOR = 2 |
const | MEMBERSHIP_MEMBER = 3 |
string | $type = '' |
ilRecommendedContentManager | $recommended_content_manager |
ilDBInterface | $db |
ilRbacReview | $rbacReview |
ilRbacAdmin | $rbacAdmin |
ilObjectDataCache | $objectDataCache |
ilAppEventHandler | $eventHandler |
Static Protected Attributes | |
static array | $instances = [] |
Additional Inherited Members | |
![]() | |
getUserId () | |
isBlocked () | |
isContact () | |
Check if user is contact for current object. More... | |
isAssigned () | |
isMember () | |
isAdmin () | |
isTutor () | |
isParticipant () | |
getNumberOfMembers () | |
add (int $a_usr_id, int $a_role) | |
delete (int $a_usr_id) | |
deleteSubscriber (int $a_usr_id) | |
addRecommendation ($a_usr_id) | |
updateContact (int $a_usr_id, bool $a_contact) | |
updateNotification (int $a_usr_id, bool $a_notification) | |
checkLastAdmin (array $a_usr_ids) | |
Definition at line 24 of file class.ilCourseParticipant.php.
|
protected |
Definition at line 33 of file class.ilCourseParticipant.php.
References ILIAS\GlobalScreen\Provider\__construct().
|
static |
Definition at line 40 of file class.ilCourseParticipant.php.
Referenced by ilObjCourseAccess\_checkAccess(), ilObjCourseListGUI\getProperties(), ilObjCourseGUI\hasAdminPermission(), ilObjCourse\initCourseMemberObject(), ilLPStatusCollection\isMember(), ilObjCourseAccess\lookupRegistrationInfo(), and ilStartUpGUI\processIndexPHP().
|
staticprotected |
Definition at line 28 of file class.ilCourseParticipant.php.
|
protected |
Definition at line 26 of file class.ilCourseParticipant.php.