ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Data Structures | |
class | ilParticipants |
Variables | |
const | IL_CRS_ADMIN 1 |
Base class for course and group participants. More... | |
const | IL_CRS_TUTOR 3 |
const | IL_CRS_MEMBER 2 |
const | IL_GRP_ADMIN 4 |
const | IL_GRP_MEMBER 5 |
const | IL_SESS_MEMBER 6 |
const | IL_LSO_ADMIN 7 |
const | IL_LSO_MEMBER 8 |
const | IL_ROLE_POSITION_ADMIN 1 |
const | IL_ROLE_POSITION_TUTOR 2 |
const | IL_ROLE_POSITION_MEMBER 3 |
const IL_CRS_ADMIN 1 |
Base class for course and group participants.
Definition at line 12 of file class.ilParticipants.php.
Referenced by ilParticipant\add(), ilParticipants\add(), ilObjCourseGUI\afterSave(), ilModulesCourseTasks\assignAdminsToCourse(), ilSoapCourseAdministration\assignCourseMember(), ilCourseMembershipGUI\assignMembers(), ilParticipant\checkLastAdmin(), ilObjCourse\cloneObject(), ilECSMappingUtils\getRoleMappingInfo(), ilSoapObjectAdministration\getXMLTree(), ilCourseXMLParser\handleAdmin(), ilSoapCourseAdministration\isAssignedToCourse(), ilECSCmsCourseMemberCommandQueueHandler\lookupRole(), ilMemberExport\readCourseData(), ilParticipant\readParticipant(), ilParticipants\readParticipants(), and ilMemberExport\write().
const IL_CRS_MEMBER 2 |
Definition at line 14 of file class.ilParticipants.php.
Referenced by ilParticipant\add(), ilCourseRegistrationGUI\add(), ilParticipants\add(), ilSoapCourseAdministration\assignCourseMember(), ilMembershipGUI\assignFromWaitingList(), ilModulesCourseTasks\assignLearnersToCourse(), ilCourseMembershipGUI\assignMembers(), ilParticipants\assignSubscriber(), ilECSMappingUtils\getRoleMappingInfo(), ilObjCourse\handleAutoFill(), ilCourseXMLParser\handleMember(), ilSoapCourseAdministration\isAssignedToCourse(), ilECSCmsCourseMemberCommandQueueHandler\lookupRole(), ilMemberExport\readCourseData(), ilParticipant\readParticipant(), ilParticipants\readParticipants(), and ilMemberExport\write().
const IL_CRS_TUTOR 3 |
Definition at line 13 of file class.ilParticipants.php.
Referenced by ilParticipant\add(), ilParticipants\add(), ilSoapCourseAdministration\assignCourseMember(), ilCourseMembershipGUI\assignMembers(), ilModulesCourseTasks\assignTutorsToCourse(), ilECSMappingUtils\getRoleMappingInfo(), ilCourseXMLParser\handleTutor(), ilSoapCourseAdministration\isAssignedToCourse(), ilECSCmsCourseMemberCommandQueueHandler\lookupRole(), ilMemberExport\readCourseData(), ilParticipant\readParticipant(), ilParticipants\readParticipants(), and ilMemberExport\write().
const IL_GRP_ADMIN 4 |
Definition at line 16 of file class.ilParticipants.php.
Referenced by ilGroupXMLParser\__assignMembers(), ilParticipant\add(), ilParticipants\add(), ilObjGroupGUI\afterSave(), ilModulesGroupTasks\assignAdminsToGroup(), ilSoapGroupAdministration\assignGroupMember(), ilGroupMembershipGUI\assignMembers(), ilParticipant\checkLastAdmin(), ilObjGroup\cloneObject(), ilECSMappingUtils\getRoleMappingInfo(), ilECSCmsCourseMemberCommandQueueHandler\lookupRole(), ilMemberExport\readCourseData(), ilParticipant\readParticipant(), ilParticipants\readParticipants(), and ilMemberExport\write().
const IL_GRP_MEMBER 5 |
Definition at line 17 of file class.ilParticipants.php.
Referenced by ilGroupXMLParser\__assignMembers(), ilCourseParticipantsGroupsGUI\add(), ilParticipant\add(), ilGroupRegistrationGUI\add(), ilParticipants\add(), ilGroupAddToGroupActionGUI\addUser(), ilMembershipGUI\assignFromWaitingList(), ilSoapGroupAdministration\assignGroupMember(), ilGroupMembershipGUI\assignMembers(), ilModulesGroupTasks\assignMembersToGroup(), ilParticipants\assignSubscriber(), ilGroupAddToGroupActionGUI\createGroupAndAddUser(), ilECSMappingUtils\getRoleMappingInfo(), ilObjGroup\handleAutoFill(), ilECSAppEventListener\handleMembership(), ilECSCmsCourseMemberCommandQueueHandler\lookupRole(), ilMemberExport\readCourseData(), ilParticipant\readParticipant(), ilParticipants\readParticipants(), ilMembershipRegistrationCodeUtils\useCode(), and ilMemberExport\write().
const IL_LSO_ADMIN 7 |
Definition at line 21 of file class.ilParticipants.php.
Referenced by ilParticipants\add(), ilObjLearningSequenceGUI\afterSave(), ilLearningSequenceMembershipGUI\assignMembers(), and ilParticipants\readParticipants().
const IL_LSO_MEMBER 8 |
Definition at line 22 of file class.ilParticipants.php.
Referenced by ilParticipants\add(), ilLearningSequenceMembershipGUI\assignMembers(), ilParticipants\assignSubscriber(), and ilParticipants\readParticipants().
const IL_ROLE_POSITION_ADMIN 1 |
Definition at line 24 of file class.ilParticipants.php.
Referenced by ilParticipants\readParticipants().
const IL_ROLE_POSITION_MEMBER 3 |
Definition at line 26 of file class.ilParticipants.php.
Referenced by ilParticipants\readParticipants().
const IL_ROLE_POSITION_TUTOR 2 |
Definition at line 25 of file class.ilParticipants.php.
Referenced by ilParticipants\readParticipants().
const IL_SESS_MEMBER 6 |
Definition at line 19 of file class.ilParticipants.php.
Referenced by ilParticipants\add(), ilParticipants\readParticipants(), ilSessionParticipants\register(), and ilSessionMembershipGUI\updateMembers().