ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Class ilObjGroup. More...
Public Member Functions | |
__construct (int $a_id=0, bool $a_call_by_reference=true) | |
setInformation (string $a_information) | |
getInformation () | |
setGroupType (int $a_type) | |
getGroupType () | |
setRegistrationType (int $a_type) | |
getRegistrationType () | |
isRegistrationEnabled () | |
enableUnlimitedRegistration (bool $a_status) | |
isRegistrationUnlimited () | |
setRegistrationStart (?ilDateTime $a_start) | |
getRegistrationStart () | |
setRegistrationEnd (?ilDateTime $a_end) | |
getRegistrationEnd () | |
setPassword (string $a_pass) | |
getPassword () | |
enableMembershipLimitation (bool $a_status) | |
isMembershipLimited () | |
setMinMembers (int $a_max) | |
getMinMembers () | |
setMaxMembers (int $a_max) | |
getMaxMembers () | |
enableWaitingList (bool $a_status) | |
isWaitingListEnabled () | |
setWaitingListAutoFill (bool $a_value) | |
hasWaitingListAutoFill () | |
setLatitude (string $a_latitude) | |
getLatitude () | |
setLongitude (string $a_longitude) | |
getLongitude () | |
setLocationZoom (int $a_locationzoom) | |
getLocationZoom () | |
setEnableGroupMap (bool $a_enablemap) | |
getEnableMap () | |
getEnableGroupMap () | |
getRegistrationAccessCode () | |
setRegistrationAccessCode (string $a_code) | |
isRegistrationAccessCodeEnabled () | |
enableRegistrationAccessCode (bool $a_status) | |
setMailToMembersType (int $a_type) | |
getMailToMembersType () | |
setCancellationEnd (?ilDate $a_value) | |
getCancellationEnd () | |
setShowMembers (bool $a_status) | |
getShowMembers () | |
setAutoNotification (bool $a_status) | |
getAutoNotification () | |
setPeriod (?\ilDateTime $start=null, ?\ilDateTime $end=null) | |
getStartTimeIndication () | |
getStart () | |
getEnd () | |
enableSessionLimit (bool $a_status) | |
isSessionLimitEnabled () | |
setNumberOfPreviousSessions (int $a_num) | |
getNumberOfPreviousSessions () | |
setNumberOfNextSessions (int $a_num) | |
getNumberOfNextSessions () | |
validate () | |
validate group settings More... | |
create () | |
update () | |
delete () | |
read () | |
cloneDependencies (int $a_target_id, int $a_copy_id) | |
cloneAutoGeneratedRoles (ilObjGroup $new_obj) | |
Clone group admin and member role permissions. More... | |
getDefaultMemberRole () | |
returns object id of created default member role More... | |
getDefaultAdminRole () | |
returns object id of created default adminstrator role More... | |
leaveGroup () | |
leave (int $a_user_id) | |
deassign member from group role More... | |
getGroupMemberIds () | |
get all group Member ids regardless of role More... | |
getGroupMemberData (array $a_mem_ids, int $active=1) | |
get all group Members regardless of group role. More... | |
getCountMembers () | |
getGroupAdminIds (int $a_grpId=0) | |
getLocalGroupRoles (bool $a_translate=false) | |
get ALL local roles of group, also those created and defined afterwards only fetch data once from database. More... | |
getGrpStatusClosedTemplateId () | |
get group status closed template More... | |
getGrpStatusOpenTemplateId () | |
get group status open template More... | |
updateGroupType (int $a_group_type=ilGroupConstants::GRP_TYPE_OPEN) | |
Change group type Revokes permissions of all parent non-protected roles and initiates these roles with the according il_grp_(open|closed) template. More... | |
setGroupStatus (int $a_status) | |
getGroupStatus () | |
get group status More... | |
readGroupStatus () | |
Read group type. More... | |
getMemberRoles (int $a_user_id) | |
isAdmin (int $a_userId) | |
initDefaultRoles () | |
setParentRolePermissions (int $a_parent_ref) | |
This method is called before "initDefaultRoles". More... | |
applyDidacticTemplate (int $a_tpl_id) | |
_isMember (int $a_user_id, int $a_ref_id, string $a_field='') | |
_getMembers (int $a_obj_id) | |
getViewMode () | |
Get effective container view mode. More... | |
setViewMode (int $a_view_mode) | |
addAdditionalSubItemInformation (array &$object) | |
Add additional information to sub item, e.g. More... | |
getMessage () | |
setMessage (string $a_message) | |
appendMessage (string $a_message) | |
getMembersObject () | |
register (int $a_user_id, int $a_role=ilParticipants::IL_GRP_MEMBER, bool $a_force_registration=false) | |
handleAutoFill () | |
![]() | |
getObjectProperties () | |
flushObjectProperties () | |
withReferences () | |
determines whether objects are referenced or not (got ref ids or not) More... | |
processAutoRating () | |
read () | |
getId () | |
setId (int $id) | |
setRefId (int $ref_id) | |
getRefId () | |
getType () | |
setType (string $type) | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions More... | |
getTitle () | |
getUntranslatedTitle () | |
Get untranslated object title WebDAV needs to access the untranslated title of an object. More... | |
setTitle (string $title) | |
getDescription () | |
setDescription (string $description) | |
getLongDescription () | |
get object long description (stored in object_description) More... | |
getImportId () | |
setImportId (string $import_id) | |
setOfflineStatus (bool $status) | |
getOfflineStatus () | |
supportsOfflineHandling () | |
getOwner () | |
getOwnerName () | |
get full name of object owner More... | |
setOwner (int $usr_id) | |
getCreateDate () | |
Get create date in YYYY-MM-DD HH-MM-SS format. More... | |
getLastUpdateDate () | |
Get last update date in YYYY-MM-DD HH-MM-SS format. More... | |
create () | |
note: title, description and type should be set when this function is called More... | |
update () | |
MDUpdateListener (string $element) | |
Metadata update listener. More... | |
createMetaData () | |
updateMetaData () | |
deleteMetaData () | |
updateOwner () | |
update owner of object in db More... | |
putInTree (int $parent_ref_id) | |
maybe this method should be in tree object!? More... | |
setPermissions (int $parent_ref_id) | |
setParentRolePermissions (int $parent_ref_id) | |
Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g. More... | |
createReference () | |
creates reference for object More... | |
countReferences () | |
delete () | |
delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More... | |
initDefaultRoles () | |
init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type. More... | |
applyDidacticTemplate (int $tpl_id) | |
getXMLZip () | |
getHTMLDirectory () | |
appendCopyInfo (int $target_id, int $copy_id) | |
Prepend Copy info if object with same name exists in that container. More... | |
cloneDependencies (int $target_id, int $copy_id) | |
Clone object dependencies. More... | |
cloneMetaData (ilObject $target_obj) | |
Copy meta data. More... | |
selfOrParentWithRatingEnabled () | |
getPossibleSubObjects (bool $filter=true) | |
get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model More... | |
![]() | |
getTileSizes () | |
getObjectTranslation () | |
setObjectTranslation (?ilObjectTranslation $obj_trans) | |
createContainerDirectory () | |
getContainerDirectory () | |
setHiddenFilesFound (bool $a_hiddenfilesfound) | |
getHiddenFilesFound () | |
getStyleSheetId () | |
setStyleSheetId (int $a_style_id) | |
setNewsTimeline (bool $a_val) | |
getNewsTimeline () | |
setNewsTimelineAutoEntries (bool $a_val) | |
getNewsTimelineAutoEntries () | |
setNewsTimelineLandingPage (bool $a_val) | |
getNewsTimelineLandingPage () | |
isNewsTimelineEffective () | |
isNewsTimelineLandingPageEffective () | |
setNewsBlockActivated (bool $a_val) | |
getNewsBlockActivated () | |
setUseNews (bool $a_val) | |
getUseNews () | |
cloneDependencies (int $target_id, int $copy_id) | |
Clone object dependencies (container sorting) More... | |
cloneAllObject (string $session_id, string $client_id, string $new_type, int $ref_id, int $clone_source, array $options, bool $soap_call=false, int $a_submode=1) | |
delete () | |
delete category and all related data More... | |
getViewMode () | |
getOrderType () | |
setOrderType (int $a_value) | |
isClassificationFilterActive () | |
filteredSubtree () | |
Note grp/crs currently allow to filter in their whole subtrees Catetories only their direct childs. More... | |
getSubItems (bool $a_admin_panel_enabled=false, bool $a_include_side_block=false, int $a_get_single=0, ?ilContainerUserFilter $container_user_filter=null) | |
gotItems () | |
addAdditionalSubItemInformation (array &$object) | |
Add additional information to sub item, e.g. More... | |
getGroupedObjTypes () | |
enablePageEditing () | |
create () | |
putInTree (int $parent_ref_id) | |
update () | |
read () | |
readContainerSettings () | |
removeTranslations () | |
deleteTranslation (string $a_lang) | |
addTranslation (string $a_title, string $a_desc, string $a_lang, string $a_lang_default) | |
![]() | |
register (int $a_user_id) | |
Register an user. More... | |
Static Public Member Functions | |
static | lookupGroupTye (int $a_id) |
static | lookupGroupStatusTemplateId (int $a_obj_id) |
static | _lookupIdByTitle (string $a_title) |
static | lookupViewMode ($a_obj_id) |
static | translateViewMode (int $a_obj_id, int $a_view_mode, ?int $a_ref_id=null) |
static | lookupObjectsByCode (string $a_code) |
static | mayLeave (int $a_group_id, ?int $a_user_id=null, ?ilDate &$a_date=null) |
static | findGroupsWithNotEnoughMembers () |
static | lookupShowMembersEnabled (int $a_obj_id) |
![]() | |
static | _lookupObjIdByImportId (string $import_id) |
Get (latest) object id for an import id. More... | |
static | _lookupImportId (int $obj_id) |
static | _lookupOwnerName (int $owner_id) |
Lookup owner name for owner id. More... | |
static | _getIdForImportId (string $import_id) |
static | _getAllReferences (int $id) |
get all reference ids for object ID More... | |
static | _lookupTitle (int $obj_id) |
static | lookupOfflineStatus (int $obj_id) |
Lookup offline status using objectDataCache. More... | |
static | _lookupOwner (int $obj_id) |
Lookup owner user ID for object ID. More... | |
static | _getIdsForTitle (string $title, string $type='', bool $partial_match=false) |
static | _lookupDescription (int $obj_id) |
static | _lookupLastUpdate (int $obj_id, bool $formatted=false) |
static | _getLastUpdateOfObjects (array $obj_ids) |
static | _lookupObjId (int $ref_id) |
static | _setDeletedDate (int $ref_id, int $deleted_by) |
static | setDeletedDates (array $ref_ids, int $user_id) |
static | _resetDeletedDate (int $ref_id) |
static | _lookupDeletedDate (int $ref_id) |
static | _writeTitle (int $obj_id, string $title) |
write title to db (static) More... | |
static | _writeDescription (int $obj_id, string $desc) |
write description to db (static) More... | |
static | _writeImportId (int $obj_id, string $import_id) |
write import id to db (static) More... | |
static | _lookupType (int $id, bool $reference=false) |
static | _isInTrash (int $ref_id) |
static | _hasUntrashedReference (int $obj_id) |
checks whether an object has at least one reference that is not in trash More... | |
static | _lookupObjectId (int $ref_id) |
static | _getObjectsDataForType (string $type, bool $omit_trash=false) |
get all objects of a certain type More... | |
static | _exists (int $id, bool $reference=false, ?string $type=null) |
checks if an object exists in object_data More... | |
static | _getObjectsByType (string $obj_type="", ?int $owner=null) |
static | _prepareCloneSelection (array $ref_ids, string $new_type, bool $show_path=true) |
Prepare copy wizard object selection. More... | |
static | getIconForType (string $type) |
static | _getIcon (int $obj_id=0, string $size="big", string $type="", bool $offline=false) |
Get icon for repository item. More... | |
static | collectDeletionDependencies (array &$deps, int $ref_id, int $obj_id, string $type, int $depth=0) |
Collect deletion dependencies. More... | |
static | getDeletionDependencies (int $obj_id) |
Get deletion dependencies. More... | |
static | getLongDescriptions (array $obj_ids) |
static | getAllOwnedRepositoryObjects (int $user_id) |
static | fixMissingTitles ($type, array &$obj_title_map) |
Try to fix missing object titles. More... | |
static | _lookupCreationDate (int $obj_id) |
static | _getObjectTypeIdByTitle (string $type, ?\ilDBInterface $ilDB=null) |
![]() | |
static | _getContainerDirectory (int $a_id) |
static | _lookupContainerSetting (int $a_id, string $a_keyword, ?string $a_default_value=null) |
static | _hasContainerSetting (int $a_id, string $a_keyword) |
static | _writeContainerSetting (int $a_id, string $a_keyword, string $a_value) |
static | _getContainerSettings (int $a_id) |
static | _deleteContainerSettings (int $a_id, string $a_keyword="", bool $a_keyword_like=false) |
static | _exportContainerSettings (ilXmlWriter $a_xml, int $a_obj_id) |
static | getCompleteDescriptions (array $objects) |
overwrites description fields to long or short description in an assoc array keys needed (obj_id and description) More... | |
Protected Member Functions | |
toggleStartTimeIndication (bool $time_indication) | |
setStart (?ilDateTime $a_value=null) | |
setEnd (?ilDateTime $a_value=null) | |
getDefaultGroupRoles () | |
get default group roles, returns the defaultlike create roles il_grp_member, il_grp_admin More... | |
prepareAppointments ($a_mode='create') | |
Prepare calendar appointments. More... | |
initParticipants () | |
![]() | |
doMDUpdateListener (string $a_element) | |
beforeMDUpdateListener (string $a_element) | |
doCreateMetaData () | |
beforeCreateMetaData () | |
doUpdateMetaData () | |
beforeUpdateMetaData () | |
doDeleteMetaData () | |
beforeDeleteMetaData () | |
handleAutoRating () | |
hasAutoRating () | |
![]() | |
getInitialSubitems () | |
applyContainerUserFilter (array $objects, ?ilContainerUserFilter $container_user_filter=null) | |
Private Attributes | |
string | $information = '' |
int | $group_status = 0 |
int | $group_type = ilGroupConstants::GRP_TYPE_UNKNOWN |
int | $reg_type = ilGroupConstants::GRP_REGISTRATION_DIRECT |
bool | $reg_unlimited = true |
ilDateTime | $reg_start = null |
ilDateTime | $reg_end = null |
string | $reg_password = '' |
bool | $reg_membership_limitation = false |
int | $reg_min_members = 0 |
int | $reg_max_members = 0 |
bool | $waiting_list = false |
bool | $auto_fill_from_waiting = false |
ilDate | $leave_end = null |
bool | $show_members = true |
bool | $session_limit = false |
int | $session_prev = -1 |
int | $session_next = -1 |
bool | $start_time_indication = false |
ilDateTime | $grp_start = null |
ilDateTime | $grp_end = null |
bool | $auto_notification = true |
string | $latitude = '' |
string | $longitude = '' |
int | $locationzoom = 0 |
bool | $enablemap = false |
string | $reg_access_code = '' |
bool | $reg_access_code_enabled = false |
int | $view_mode = ilContainer::VIEW_DEFAULT |
int | $mail_members = self::MAIL_ALLOWED_ALL |
ilLogger | $logger |
string | $message = '' |
array | $local_roles = [] |
ilObjGroup::__construct | ( | int | $a_id = 0 , |
bool | $a_call_by_reference = true |
||
) |
Definition at line 104 of file class.ilObjGroup.php.
References $DIC, ilObject\$tree, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\logger().
ilObjGroup::_getMembers | ( | int | $a_obj_id | ) |
Definition at line 1196 of file class.ilObjGroup.php.
References ilObject\$ref_id, and ilObject\_getAllReferences().
Referenced by _isMember().
ilObjGroup::_isMember | ( | int | $a_user_id, |
int | $a_ref_id, | ||
string | $a_field = '' |
||
) |
Definition at line 1153 of file class.ilObjGroup.php.
References $res, _getMembers(), ilObject\_lookupObjId(), ilObjectFactory\getInstanceByObjId(), and ilArrayUtil\quoteArray().
Referenced by ilObjCourseGrouping\_checkGroupingDependencies().
|
static |
Definition at line 1138 of file class.ilObjGroup.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMailAddressTypeHelperImpl\getGroupObjIdByTitle().
ilObjGroup::addAdditionalSubItemInformation | ( | array & | $object | ) |
Add additional information to sub item, e.g.
used in courses for timings information etc.
Definition at line 1303 of file class.ilObjGroup.php.
References ilObjectActivation\addAdditionalSubItemInformation().
ilObjGroup::appendMessage | ( | string | $a_message | ) |
Definition at line 1317 of file class.ilObjGroup.php.
References getMessage().
ilObjGroup::applyDidacticTemplate | ( | int | $a_tpl_id | ) |
Definition at line 1127 of file class.ilObjGroup.php.
References ilObject\getRefId(), and setParentRolePermissions().
Referenced by updateGroupType().
ilObjGroup::cloneAutoGeneratedRoles | ( | ilObjGroup | $new_obj | ) |
Clone group admin and member role permissions.
Definition at line 763 of file class.ilObjGroup.php.
References getDefaultAdminRole(), getDefaultMemberRole(), ilObject\getRefId(), and ILIAS\Repository\logger().
Referenced by read().
ilObjGroup::cloneDependencies | ( | int | $a_target_id, |
int | $a_copy_id | ||
) |
Definition at line 745 of file class.ilObjGroup.php.
References ilObjCourseGrouping\_getGroupings(), ilObjectActivation\cloneDependencies(), ilObject\getId(), ilObject\getRefId(), and ILIAS\Repository\logger().
ilObjGroup::create | ( | ) |
Definition at line 482 of file class.ilObjGroup.php.
References $res, ilObject\createMetaData(), getAutoNotification(), getCancellationEnd(), getEnableGroupMap(), getEnd(), getGroupType(), ilObject\getId(), getInformation(), getLatitude(), getLocationZoom(), getLongitude(), getMailToMembersType(), getMaxMembers(), getMinMembers(), getNumberOfNextSessions(), getNumberOfPreviousSessions(), getPassword(), getRegistrationAccessCode(), getRegistrationEnd(), getRegistrationStart(), getRegistrationType(), getStart(), hasWaitingListAutoFill(), IL_CAL_DATETIME, IL_CAL_UNIX, isMembershipLimited(), isRegistrationAccessCodeEnabled(), isRegistrationEnabled(), isRegistrationUnlimited(), isSessionLimitEnabled(), isWaitingListEnabled(), null, prepareAppointments(), and ilDBConstants\T_INTEGER.
ilObjGroup::delete | ( | ) |
Definition at line 595 of file class.ilObjGroup.php.
References $res, ilParticipants\_deleteAllEntries(), ilObject\deleteMetaData(), ilObject\getId(), and prepareAppointments().
ilObjGroup::enableMembershipLimitation | ( | bool | $a_status | ) |
Definition at line 209 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::enableRegistrationAccessCode | ( | bool | $a_status | ) |
Definition at line 319 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::enableSessionLimit | ( | bool | $a_status | ) |
Definition at line 412 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::enableUnlimitedRegistration | ( | bool | $a_status | ) |
Definition at line 168 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::enableWaitingList | ( | bool | $a_status | ) |
Definition at line 239 of file class.ilObjGroup.php.
Referenced by read().
|
static |
Definition at line 1546 of file class.ilObjGroup.php.
References $DIC, $ilDB, $q, $res, ilObject\$tree, ilObject\_getAllReferences(), IL_CAL_DATETIME, IL_CAL_UNIX, ILIAS\Repository\int(), ilTree\isDeleted(), ilDBConstants\T_TEXT, and ilTimeZone\UTC.
Referenced by ilMembershipCronMinMembers\getGroups().
ilObjGroup::getAutoNotification | ( | ) |
Definition at line 358 of file class.ilObjGroup.php.
References $auto_notification.
Referenced by create(), read(), and update().
ilObjGroup::getCancellationEnd | ( | ) |
Definition at line 339 of file class.ilObjGroup.php.
References $leave_end.
Referenced by create(), read(), and update().
ilObjGroup::getCountMembers | ( | ) |
Definition at line 877 of file class.ilObjGroup.php.
References getGroupMemberIds().
ilObjGroup::getDefaultAdminRole | ( | ) |
returns object id of created default adminstrator role
Definition at line 795 of file class.ilObjGroup.php.
References getLocalGroupRoles(), and ilObject\getRefId().
Referenced by cloneAutoGeneratedRoles().
|
protected |
get default group roles, returns the defaultlike create roles il_grp_member, il_grp_admin
array | the obj_ids of group specific roles(il_grp_member,il_grp_admin) |
Definition at line 903 of file class.ilObjGroup.php.
References ilObjectFactory\getInstanceByObjId(), and ilObject\getRefId().
Referenced by getGroupAdminIds(), and isAdmin().
ilObjGroup::getDefaultMemberRole | ( | ) |
returns object id of created default member role
Definition at line 786 of file class.ilObjGroup.php.
References getLocalGroupRoles(), and ilObject\getRefId().
Referenced by cloneAutoGeneratedRoles().
ilObjGroup::getEnableGroupMap | ( | ) |
Definition at line 299 of file class.ilObjGroup.php.
References $enablemap.
Referenced by create(), getEnableMap(), read(), and update().
ilObjGroup::getEnableMap | ( | ) |
Definition at line 294 of file class.ilObjGroup.php.
References getEnableGroupMap().
ilObjGroup::getEnd | ( | ) |
Definition at line 407 of file class.ilObjGroup.php.
References $grp_end.
Referenced by create(), prepareAppointments(), read(), and update().
ilObjGroup::getGroupAdminIds | ( | int | $a_grpId = 0 | ) |
Definition at line 882 of file class.ilObjGroup.php.
References getDefaultGroupRoles(), and ilObject\getRefId().
Referenced by leaveGroup().
ilObjGroup::getGroupMemberData | ( | array | $a_mem_ids, |
int | $active = 1 |
||
) |
get all group Members regardless of group role.
fetch all users data in one shot to improve performance
Definition at line 850 of file class.ilObjGroup.php.
References $q, $r, ilDBConstants\FETCHMODE_OBJECT, and ilArrayUtil\quoteArray().
ilObjGroup::getGroupMemberIds | ( | ) |
get all group Member ids regardless of role
Definition at line 833 of file class.ilObjGroup.php.
References getLocalGroupRoles().
Referenced by getCountMembers(), and leaveGroup().
ilObjGroup::getGroupStatus | ( | ) |
ilObjGroup::getGroupType | ( | ) |
Definition at line 148 of file class.ilObjGroup.php.
References $group_type.
Referenced by create(), and update().
ilObjGroup::getGrpStatusClosedTemplateId | ( | ) |
get group status closed template
Definition at line 953 of file class.ilObjGroup.php.
References $q, $res, and ilDBConstants\FETCHMODE_ASSOC.
ilObjGroup::getGrpStatusOpenTemplateId | ( | ) |
get group status open template
Definition at line 965 of file class.ilObjGroup.php.
References $q, $res, and ilDBConstants\FETCHMODE_ASSOC.
Referenced by setParentRolePermissions().
ilObjGroup::getInformation | ( | ) |
Definition at line 138 of file class.ilObjGroup.php.
References $information.
Referenced by create(), read(), and update().
ilObjGroup::getLatitude | ( | ) |
ilObjGroup::getLocalGroupRoles | ( | bool | $a_translate = false | ) |
get ALL local roles of group, also those created and defined afterwards only fetch data once from database.
info is stored in object variable
Definition at line 929 of file class.ilObjGroup.php.
References $local_roles, ilObjRole\_getTranslation(), ilObjectFactory\getInstanceByObjId(), and ilObject\getRefId().
Referenced by getDefaultAdminRole(), getDefaultMemberRole(), getGroupMemberIds(), and getMemberRoles().
ilObjGroup::getLocationZoom | ( | ) |
Definition at line 284 of file class.ilObjGroup.php.
References $locationzoom.
Referenced by create(), read(), and update().
ilObjGroup::getLongitude | ( | ) |
Definition at line 274 of file class.ilObjGroup.php.
References $longitude.
Referenced by create(), read(), and update().
ilObjGroup::getMailToMembersType | ( | ) |
Definition at line 329 of file class.ilObjGroup.php.
References $mail_members.
Referenced by create(), read(), and update().
ilObjGroup::getMaxMembers | ( | ) |
Definition at line 234 of file class.ilObjGroup.php.
References $reg_max_members.
Referenced by create(), handleAutoFill(), read(), register(), update(), and validate().
ilObjGroup::getMemberRoles | ( | int | $a_user_id | ) |
Definition at line 1044 of file class.ilObjGroup.php.
References getLocalGroupRoles().
Referenced by leave().
ilObjGroup::getMembersObject | ( | ) |
Definition at line 1391 of file class.ilObjGroup.php.
References $members_obj, and initParticipants().
Referenced by handleAutoFill().
ilObjGroup::getMessage | ( | ) |
Definition at line 1308 of file class.ilObjGroup.php.
References $message.
Referenced by appendMessage().
ilObjGroup::getMinMembers | ( | ) |
Definition at line 224 of file class.ilObjGroup.php.
References $reg_min_members.
Referenced by create(), read(), update(), and validate().
ilObjGroup::getNumberOfNextSessions | ( | ) |
Definition at line 437 of file class.ilObjGroup.php.
References $session_next.
Referenced by create(), read(), and update().
ilObjGroup::getNumberOfPreviousSessions | ( | ) |
Definition at line 427 of file class.ilObjGroup.php.
References $session_prev.
Referenced by create(), read(), and update().
ilObjGroup::getPassword | ( | ) |
Definition at line 204 of file class.ilObjGroup.php.
References $reg_password.
Referenced by create(), read(), update(), and validate().
ilObjGroup::getRegistrationAccessCode | ( | ) |
Definition at line 304 of file class.ilObjGroup.php.
References $reg_access_code.
Referenced by create(), and update().
ilObjGroup::getRegistrationEnd | ( | ) |
Definition at line 194 of file class.ilObjGroup.php.
References $reg_end.
Referenced by create(), prepareAppointments(), read(), register(), update(), and validate().
ilObjGroup::getRegistrationStart | ( | ) |
Definition at line 183 of file class.ilObjGroup.php.
References $reg_start.
Referenced by create(), prepareAppointments(), read(), register(), update(), and validate().
ilObjGroup::getRegistrationType | ( | ) |
Definition at line 158 of file class.ilObjGroup.php.
References $reg_type.
Referenced by create(), isRegistrationEnabled(), read(), update(), and validate().
ilObjGroup::getShowMembers | ( | ) |
Definition at line 348 of file class.ilObjGroup.php.
References $show_members.
Referenced by read(), and update().
ilObjGroup::getStart | ( | ) |
Definition at line 397 of file class.ilObjGroup.php.
References $grp_start.
Referenced by create(), prepareAppointments(), read(), and update().
ilObjGroup::getStartTimeIndication | ( | ) |
Definition at line 386 of file class.ilObjGroup.php.
References $start_time_indication.
Referenced by prepareAppointments(), and update().
ilObjGroup::getViewMode | ( | ) |
Get effective container view mode.
Definition at line 1215 of file class.ilObjGroup.php.
References ilObject\$tree, $view_mode, ilObject\_lookupObjId(), ilObjCourseAccess\_lookupViewMode(), ilTree\checkForParentType(), ilObject\getId(), ilContainer\VIEW_BY_TYPE, ilContainer\VIEW_DEFAULT, ilContainer\VIEW_INHERIT, ilContainer\VIEW_SESSIONS, and ilContainer\VIEW_SIMPLE.
ilObjGroup::handleAutoFill | ( | ) |
Definition at line 1490 of file class.ilObjGroup.php.
References $user_id, ilObject\getId(), ilObjectFactory\getInstanceByObjId(), getMaxMembers(), getMembersObject(), ilObject\getRefId(), hasWaitingListAutoFill(), ilParticipants\IL_GRP_MEMBER, isWaitingListEnabled(), ilParticipants\lookupNumberOfMembers(), and ilGroupMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER.
ilObjGroup::hasWaitingListAutoFill | ( | ) |
Definition at line 254 of file class.ilObjGroup.php.
References $auto_fill_from_waiting.
Referenced by create(), handleAutoFill(), read(), and update().
ilObjGroup::initDefaultRoles | ( | ) |
Definition at line 1064 of file class.ilObjGroup.php.
References ilObjRole\createDefaultRole(), ilObject\getId(), and ilObject\getRefId().
|
protected |
Definition at line 1386 of file class.ilObjGroup.php.
References ilGroupParticipants\_getInstanceByObjId(), and ilObject\getId().
Referenced by getMembersObject(), and read().
ilObjGroup::isAdmin | ( | int | $a_userId | ) |
Definition at line 1052 of file class.ilObjGroup.php.
References getDefaultGroupRoles().
Referenced by leaveGroup().
ilObjGroup::isMembershipLimited | ( | ) |
Definition at line 214 of file class.ilObjGroup.php.
References $reg_membership_limitation.
Referenced by create(), read(), register(), update(), and validate().
ilObjGroup::isRegistrationAccessCodeEnabled | ( | ) |
Definition at line 314 of file class.ilObjGroup.php.
References $reg_access_code_enabled.
Referenced by create(), read(), and update().
ilObjGroup::isRegistrationEnabled | ( | ) |
Definition at line 163 of file class.ilObjGroup.php.
References getRegistrationType(), and ilGroupConstants\GRP_REGISTRATION_DEACTIVATED.
Referenced by create(), register(), and update().
ilObjGroup::isRegistrationUnlimited | ( | ) |
Definition at line 173 of file class.ilObjGroup.php.
References $reg_unlimited.
Referenced by create(), prepareAppointments(), read(), register(), and update().
ilObjGroup::isSessionLimitEnabled | ( | ) |
Definition at line 417 of file class.ilObjGroup.php.
References $session_limit.
Referenced by create(), read(), and update().
ilObjGroup::isWaitingListEnabled | ( | ) |
Definition at line 244 of file class.ilObjGroup.php.
References $waiting_list.
Referenced by create(), handleAutoFill(), read(), register(), update(), and validate().
ilObjGroup::leave | ( | int | $a_user_id | ) |
deassign member from group role
Definition at line 819 of file class.ilObjGroup.php.
References getMemberRoles().
Referenced by leaveGroup().
ilObjGroup::leaveGroup | ( | ) |
Definition at line 801 of file class.ilObjGroup.php.
References getGroupAdminIds(), getGroupMemberIds(), ilObject\getRefId(), isAdmin(), leave(), and ILIAS\Repository\user().
|
static |
Definition at line 974 of file class.ilObjGroup.php.
References $DIC, $ilDB, $res, ilObject\$type, ilDBConstants\FETCHMODE_ASSOC, ilGroupConstants\GRP_TYPE_CLOSED, and ILIAS\Repository\int().
Referenced by ilRbacAdmin\adjustMovedObjectPermissions().
|
static |
Definition at line 118 of file class.ilObjGroup.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ilGroupConstants\GRP_TYPE_UNKNOWN.
Referenced by ilObjRole\createPermissionIntersection().
|
static |
Implements ilMembershipRegistrationCodes.
Definition at line 1404 of file class.ilObjGroup.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMembershipRegistrationCodeUtils\lookupObjectsByCode().
|
static |
Definition at line 1593 of file class.ilObjGroup.php.
References $DIC, $ilDB, and $res.
Referenced by ilParticipants\hasParticipantListAccess().
|
static |
Definition at line 1246 of file class.ilObjGroup.php.
References $DIC, $ilDB, $res, $view_mode, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), and null.
Referenced by ilGroupXMLWriter\__buildExtraSettings(), ilObjFolder\getViewMode(), and ilObjGroupGUI\initForm().
|
static |
Definition at line 1520 of file class.ilObjGroup.php.
References $DIC, $ilDB, and IL_CAL_DATE.
Referenced by ilObjGroupAccess\_checkAccess().
|
protected |
Prepare calendar appointments.
Definition at line 1329 of file class.ilObjGroup.php.
References getEnd(), ilObject\getLongDescription(), getRegistrationEnd(), getRegistrationStart(), getStart(), getStartTimeIndication(), ilObject\getTitle(), isRegistrationUnlimited(), and ilCalendarEntry\TRANSLATION_SYSTEM.
Referenced by create(), delete(), and update().
ilObjGroup::read | ( | ) |
Definition at line 624 of file class.ilObjGroup.php.
References $res, ilCourseDefinedFieldDefinition\_clone(), ilGroupParticipants\_getInstanceByObjId(), ilContainerSortingSettings\_lookupSortMode(), cloneAutoGeneratedRoles(), ilObject\cloneMetaData(), enableMembershipLimitation(), enableRegistrationAccessCode(), enableSessionLimit(), enableUnlimitedRegistration(), enableWaitingList(), ilDBConstants\FETCHMODE_OBJECT, ilMembershipRegistrationCodeUtils\generateCode(), getAutoNotification(), getCancellationEnd(), getEnableGroupMap(), getEnd(), ilObject\getId(), getInformation(), getLatitude(), getLocationZoom(), getLongitude(), getMailToMembersType(), getMaxMembers(), getMinMembers(), getNumberOfNextSessions(), getNumberOfPreviousSessions(), getPassword(), ilObject\getRefId(), getRegistrationEnd(), getRegistrationStart(), getRegistrationType(), getShowMembers(), getStart(), hasWaitingListAutoFill(), IL_CAL_DATE, IL_CAL_DATETIME, IL_CAL_UNIX, ilParticipants\IL_GRP_ADMIN, initParticipants(), isMembershipLimited(), isRegistrationAccessCodeEnabled(), isRegistrationUnlimited(), isSessionLimitEnabled(), isWaitingListEnabled(), ilDidacticTemplateObjSettings\lookupTemplateId(), null, setAutoNotification(), setCancellationEnd(), setEnableGroupMap(), setGroupType(), setInformation(), setLatitude(), setLocationZoom(), setLongitude(), setMailToMembersType(), setMaxMembers(), setMinMembers(), setNumberOfNextSessions(), setNumberOfPreviousSessions(), ilContainer\setOrderType(), setPassword(), setPeriod(), setRegistrationAccessCode(), setRegistrationEnd(), setRegistrationStart(), setRegistrationType(), setShowMembers(), setViewMode(), setWaitingListAutoFill(), toggleStartTimeIndication(), ILIAS\Repository\user(), and ilTimeZone\UTC.
ilObjGroup::readGroupStatus | ( | ) |
Read group type.
Definition at line 1035 of file class.ilObjGroup.php.
References ilObject\getRefId(), ilGroupConstants\GRP_TYPE_CLOSED, ilGroupConstants\GRP_TYPE_OPEN, and ilDidacticTemplateObjSettings\lookupTemplateId().
ilObjGroup::register | ( | int | $a_user_id, |
int | $a_role = ilParticipants::IL_GRP_MEMBER , |
||
bool | $a_force_registration = false |
||
) |
Definition at line 1426 of file class.ilObjGroup.php.
References ilDateTime\_after(), ilDateTime\_before(), ilGroupParticipants\_getInstanceByObjId(), ilObjGroupAccess\_usingRegistrationCode(), ilMembershipRegistrationException\ADDED_TO_WAITINGLIST, ilObject\getId(), getMaxMembers(), getRegistrationEnd(), getRegistrationStart(), ilObject\getTitle(), IL_CAL_UNIX, isMembershipLimited(), isRegistrationEnabled(), isRegistrationUnlimited(), isWaitingListEnabled(), ILIAS\Repository\lng(), ilMembershipRegistrationException\OBJECT_IS_FULL, ilMembershipRegistrationException\OUT_OF_REGISTRATION_PERIOD, ilMembershipRegistrationException\REGISTRATION_CODE_DISABLED, ilGroupMembershipMailNotification\TYPE_ADMISSION_MEMBER, ilGroupMembershipMailNotification\TYPE_NOTIFICATION_REGISTRATION, and ilGroupMembershipMailNotification\TYPE_WAITING_LIST_MEMBER.
ilObjGroup::setAutoNotification | ( | bool | $a_status | ) |
Definition at line 353 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setCancellationEnd | ( | ?ilDate | $a_value | ) |
Definition at line 334 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setEnableGroupMap | ( | bool | $a_enablemap | ) |
Definition at line 289 of file class.ilObjGroup.php.
Referenced by read().
|
protected |
Definition at line 402 of file class.ilObjGroup.php.
Referenced by setPeriod().
ilObjGroup::setGroupStatus | ( | int | $a_status | ) |
Definition at line 1018 of file class.ilObjGroup.php.
ilObjGroup::setGroupType | ( | int | $a_type | ) |
Definition at line 143 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setInformation | ( | string | $a_information | ) |
Definition at line 133 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setLatitude | ( | string | $a_latitude | ) |
Definition at line 259 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setLocationZoom | ( | int | $a_locationzoom | ) |
Definition at line 279 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setLongitude | ( | string | $a_longitude | ) |
Definition at line 269 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setMailToMembersType | ( | int | $a_type | ) |
Definition at line 324 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setMaxMembers | ( | int | $a_max | ) |
Definition at line 229 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setMessage | ( | string | $a_message | ) |
Definition at line 1313 of file class.ilObjGroup.php.
ilObjGroup::setMinMembers | ( | int | $a_max | ) |
Definition at line 219 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setNumberOfNextSessions | ( | int | $a_num | ) |
Definition at line 432 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setNumberOfPreviousSessions | ( | int | $a_num | ) |
Definition at line 422 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setParentRolePermissions | ( | int | $a_parent_ref | ) |
This method is called before "initDefaultRoles".
Therefore no local group roles are created.
Grants permissions on the group object for all parent roles. Each permission is granted by computing the intersection of the template il_grp_status and the permission template of the parent role.
Definition at line 1091 of file class.ilObjGroup.php.
References getGrpStatusOpenTemplateId(), ilObject\getRefId(), ilObject\getType(), and ROLE_FOLDER_ID.
Referenced by applyDidacticTemplate().
ilObjGroup::setPassword | ( | string | $a_pass | ) |
Definition at line 199 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setPeriod | ( | ?\ilDateTime | $start = null , |
?\ilDateTime | $end = null |
||
) |
Definition at line 363 of file class.ilObjGroup.php.
References setEnd(), setStart(), and toggleStartTimeIndication().
Referenced by read().
ilObjGroup::setRegistrationAccessCode | ( | string | $a_code | ) |
Definition at line 309 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setRegistrationEnd | ( | ?ilDateTime | $a_end | ) |
Definition at line 189 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setRegistrationStart | ( | ?ilDateTime | $a_start | ) |
Definition at line 178 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setRegistrationType | ( | int | $a_type | ) |
Definition at line 153 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setShowMembers | ( | bool | $a_status | ) |
Definition at line 344 of file class.ilObjGroup.php.
Referenced by read().
|
protected |
Definition at line 392 of file class.ilObjGroup.php.
Referenced by setPeriod().
ilObjGroup::setViewMode | ( | int | $a_view_mode | ) |
Definition at line 1241 of file class.ilObjGroup.php.
Referenced by read().
ilObjGroup::setWaitingListAutoFill | ( | bool | $a_value | ) |
Definition at line 249 of file class.ilObjGroup.php.
Referenced by read().
|
protected |
Definition at line 381 of file class.ilObjGroup.php.
Referenced by read(), and setPeriod().
|
static |
Definition at line 1263 of file class.ilObjGroup.php.
References $DIC, ilObject\$tree, $view_mode, ilObject\_getAllReferences(), ilObject\_lookupObjId(), ilObjCourse\_lookupViewMode(), ilTree\checkForParentType(), ilContainer\VIEW_BY_TYPE, ilContainer\VIEW_DEFAULT, ilContainer\VIEW_INHERIT, ilContainer\VIEW_SESSIONS, and ilContainer\VIEW_SIMPLE.
ilObjGroup::update | ( | ) |
Definition at line 539 of file class.ilObjGroup.php.
References $res, ilCalendarUtil\convertDateToUtcDBTimestamp(), getAutoNotification(), getCancellationEnd(), getEnableGroupMap(), getEnd(), getGroupType(), ilObject\getId(), getInformation(), getLatitude(), getLocationZoom(), getLongitude(), getMailToMembersType(), getMaxMembers(), getMinMembers(), getNumberOfNextSessions(), getNumberOfPreviousSessions(), getPassword(), getRegistrationAccessCode(), getRegistrationEnd(), getRegistrationStart(), getRegistrationType(), getShowMembers(), getStart(), getStartTimeIndication(), hasWaitingListAutoFill(), IL_CAL_DATETIME, IL_CAL_UNIX, isMembershipLimited(), isRegistrationAccessCodeEnabled(), isRegistrationEnabled(), isRegistrationUnlimited(), isSessionLimitEnabled(), isWaitingListEnabled(), null, prepareAppointments(), ilDBConstants\T_INTEGER, ilDBConstants\T_TIMESTAMP, and ilObject\updateMetaData().
ilObjGroup::updateGroupType | ( | int | $a_group_type = ilGroupConstants::GRP_TYPE_OPEN | ) |
Change group type Revokes permissions of all parent non-protected roles and initiates these roles with the according il_grp_(open|closed) template.
Definition at line 998 of file class.ilObjGroup.php.
References applyDidacticTemplate(), ilDidacticTemplateSettings\getInstanceByObjectType(), ilObject\getType(), ilGroupConstants\GRP_TYPE_OPEN, and ILIAS\Repository\logger().
ilObjGroup::validate | ( | ) |
validate group settings
Definition at line 446 of file class.ilObjGroup.php.
References getMaxMembers(), getMinMembers(), getPassword(), getRegistrationEnd(), getRegistrationStart(), getRegistrationType(), ilObject\getTitle(), ilGroupConstants\GRP_REGISTRATION_PASSWORD, isMembershipLimited(), isWaitingListEnabled(), and ILIAS\Repository\lng().
|
private |
Definition at line 68 of file class.ilObjGroup.php.
Referenced by hasWaitingListAutoFill().
|
private |
Definition at line 77 of file class.ilObjGroup.php.
Referenced by getAutoNotification().
|
private |
Definition at line 81 of file class.ilObjGroup.php.
Referenced by getEnableGroupMap().
|
private |
Definition at line 57 of file class.ilObjGroup.php.
Referenced by getGroupStatus().
|
private |
Definition at line 58 of file class.ilObjGroup.php.
Referenced by getGroupType().
|
private |
Definition at line 76 of file class.ilObjGroup.php.
Referenced by getEnd().
|
private |
Definition at line 75 of file class.ilObjGroup.php.
Referenced by getStart().
|
private |
Definition at line 56 of file class.ilObjGroup.php.
Referenced by getInformation().
|
private |
Definition at line 78 of file class.ilObjGroup.php.
Referenced by getLatitude().
Definition at line 69 of file class.ilObjGroup.php.
Referenced by getCancellationEnd().
|
private |
Definition at line 98 of file class.ilObjGroup.php.
Referenced by getLocalGroupRoles().
|
private |
Definition at line 80 of file class.ilObjGroup.php.
Referenced by getLocationZoom().
|
private |
Definition at line 94 of file class.ilObjGroup.php.
|
private |
Definition at line 79 of file class.ilObjGroup.php.
Referenced by getLongitude().
ilObjGroup::$m_roleAdminId |
Definition at line 92 of file class.ilObjGroup.php.
ilObjGroup::$m_roleMemberId |
Definition at line 90 of file class.ilObjGroup.php.
|
private |
Definition at line 85 of file class.ilObjGroup.php.
Referenced by getMailToMembersType().
ilGroupParticipants ilObjGroup::$members_obj |
Definition at line 87 of file class.ilObjGroup.php.
Referenced by getMembersObject().
|
private |
Definition at line 96 of file class.ilObjGroup.php.
Referenced by getMessage().
|
private |
Definition at line 82 of file class.ilObjGroup.php.
Referenced by getRegistrationAccessCode().
|
private |
Definition at line 83 of file class.ilObjGroup.php.
Referenced by isRegistrationAccessCodeEnabled().
|
private |
Definition at line 62 of file class.ilObjGroup.php.
Referenced by getRegistrationEnd().
|
private |
Definition at line 66 of file class.ilObjGroup.php.
Referenced by getMaxMembers().
|
private |
Definition at line 64 of file class.ilObjGroup.php.
Referenced by isMembershipLimited().
|
private |
Definition at line 65 of file class.ilObjGroup.php.
Referenced by getMinMembers().
|
private |
Definition at line 63 of file class.ilObjGroup.php.
Referenced by getPassword().
|
private |
Definition at line 61 of file class.ilObjGroup.php.
Referenced by getRegistrationStart().
|
private |
Definition at line 59 of file class.ilObjGroup.php.
Referenced by getRegistrationType().
|
private |
Definition at line 60 of file class.ilObjGroup.php.
Referenced by isRegistrationUnlimited().
|
private |
Definition at line 71 of file class.ilObjGroup.php.
Referenced by isSessionLimitEnabled().
|
private |
Definition at line 73 of file class.ilObjGroup.php.
Referenced by getNumberOfNextSessions().
|
private |
Definition at line 72 of file class.ilObjGroup.php.
Referenced by getNumberOfPreviousSessions().
|
private |
Definition at line 70 of file class.ilObjGroup.php.
Referenced by getShowMembers().
ilObjGroup::$SHOW_MEMBERS_DISABLED = 0 |
Definition at line 54 of file class.ilObjGroup.php.
ilObjGroup::$SHOW_MEMBERS_ENABLED = 1 |
Definition at line 53 of file class.ilObjGroup.php.
|
private |
Definition at line 74 of file class.ilObjGroup.php.
Referenced by getStartTimeIndication().
|
private |
Definition at line 84 of file class.ilObjGroup.php.
Referenced by getViewMode(), lookupViewMode(), and translateViewMode().
|
private |
Definition at line 67 of file class.ilObjGroup.php.
Referenced by isWaitingListEnabled().
const ilObjGroup::CAL_END = 4 |
Definition at line 36 of file class.ilObjGroup.php.
const ilObjGroup::CAL_REG_END = 2 |
Definition at line 34 of file class.ilObjGroup.php.
const ilObjGroup::CAL_REG_START = 1 |
Definition at line 33 of file class.ilObjGroup.php.
const ilObjGroup::CAL_START = 3 |
Definition at line 35 of file class.ilObjGroup.php.
const ilObjGroup::ERR_MISSING_GROUP_TYPE = 'grp_missing_grp_type' |
Definition at line 42 of file class.ilObjGroup.php.
const ilObjGroup::ERR_MISSING_MIN_MAX_MEMBERS = 'grp_wrong_min_max_members' |
Definition at line 46 of file class.ilObjGroup.php.
const ilObjGroup::ERR_MISSING_PASSWORD = 'grp_missing_password' |
Definition at line 43 of file class.ilObjGroup.php.
const ilObjGroup::ERR_MISSING_TITLE = 'msg_no_title' |
Definition at line 41 of file class.ilObjGroup.php.
const ilObjGroup::ERR_WRONG_MAX_MEMBERS = 'grp_wrong_max_members' |
Definition at line 44 of file class.ilObjGroup.php.
const ilObjGroup::ERR_WRONG_MIN_MAX_MEMBERS = 'grp_max_and_min_members_invalid' |
Definition at line 47 of file class.ilObjGroup.php.
const ilObjGroup::ERR_WRONG_REG_TIME_LIMIT = 'grp_wrong_reg_time_limit' |
Definition at line 45 of file class.ilObjGroup.php.
const ilObjGroup::ERR_WRONG_REGISTRATION_LIMITED = 'grp_err_registration_limited' |
Definition at line 48 of file class.ilObjGroup.php.
const ilObjGroup::GRP_ADMIN = 2 |
Definition at line 39 of file class.ilObjGroup.php.
const ilObjGroup::GRP_MEMBER = 1 |
Definition at line 38 of file class.ilObjGroup.php.
const ilObjGroup::MAIL_ALLOWED_ALL = 1 |
Definition at line 50 of file class.ilObjGroup.php.
Referenced by ilParticipants\canSendMailToMembers(), ilObjGroupGUI\executeCommand(), and ilObjGroupGUI\initForm().
const ilObjGroup::MAIL_ALLOWED_TUTORS = 2 |
Definition at line 51 of file class.ilObjGroup.php.
Referenced by ilObjGroupGUI\initForm().