ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 = 'Modules/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) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
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(), ilStartUpGUI\_checkGoto(), ilObjCourseListGUI\getProperties(), ilObjCourseGUI\hasAdminPermission(), ilObjCourse\initCourseMemberObject(), ilLPStatusCollection\isMember(), and ilObjCourseAccess\lookupRegistrationInfo().
|
staticprotected |
Definition at line 28 of file class.ilCourseParticipant.php.
|
protected |
Definition at line 26 of file class.ilCourseParticipant.php.