| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilObjGroup. More...
 Inheritance diagram for ilObjGroup:
 Inheritance diagram for ilObjGroup: Collaboration diagram for ilObjGroup:
 Collaboration diagram for ilObjGroup:| Public Member Functions | |
| __construct ($a_id=0, $a_call_by_reference=true) | |
| Constructor  public. | |
| setInformation ($a_information) | |
| set information | |
| getInformation () | |
| get Information | |
| setGroupType ($a_type) | |
| set group type | |
| getGroupType () | |
| get group type | |
| isGroupTypeModified ($a_old_type) | |
| check if group type is modified | |
| setRegistrationType ($a_type) | |
| set registration type | |
| getRegistrationType () | |
| get registration type | |
| isRegistrationEnabled () | |
| is registration enabled | |
| enableUnlimitedRegistration ($a_status) | |
| enable unlimited registration | |
| isRegistrationUnlimited () | |
| is registration unlimited | |
| setRegistrationStart ($a_start) | |
| set registration start | |
| getRegistrationStart () | |
| get registration start | |
| setRegistrationEnd ($a_end) | |
| set registration end | |
| getRegistrationEnd () | |
| get registration end | |
| setPassword ($a_pass) | |
| set password | |
| getPassword () | |
| get password | |
| enableMembershipLimitation ($a_status) | |
| enable max member limitation | |
| isMembershipLimited () | |
| is max member limited | |
| setMaxMembers ($a_max) | |
| set max members | |
| getMaxMembers () | |
| get max members | |
| enableWaitingList ($a_status) | |
| enable waiting list | |
| isWaitingListEnabled () | |
| is waiting list enabled | |
| setLatitude ($a_latitude) | |
| Set Latitude. | |
| getLatitude () | |
| Get Latitude. | |
| setLongitude ($a_longitude) | |
| Set Longitude. | |
| getLongitude () | |
| Get Longitude. | |
| setLocationZoom ($a_locationzoom) | |
| Set LocationZoom. | |
| getLocationZoom () | |
| Get LocationZoom. | |
| setEnableGroupMap ($a_enablemap) | |
| Set Enable Group Map. | |
| getEnableGroupMap () | |
| Get Enable Group Map. | |
| getRegistrationAccessCode () | |
| get access code | |
| setRegistrationAccessCode ($a_code) | |
| Set refistration access code. | |
| isRegistrationAccessCodeEnabled () | |
| Check if access code is enabled. | |
| enableRegistrationAccessCode ($a_status) | |
| En/disable registration access code. | |
| setMailToMembersType ($a_type) | |
| Set mail to members type. | |
| getMailToMembersType () | |
| Get mail to members type. | |
| validate () | |
| validate group settings | |
| create () | |
| Create group. | |
| update () | |
| Update group. | |
| delete () | |
| delete group and all related data | |
| read () | |
| Read group. | |
| cloneObject ($a_target_id, $a_copy_id=0) | |
| Clone group (no member data) | |
| cloneDependencies ($a_target_id, $a_copy_id) | |
| Clone object dependencies (crs items, preconditions) | |
| cloneAutoGeneratedRoles ($new_obj) | |
| Clone group admin and member role permissions. | |
| join ($a_user_id, $a_mem_role="") | |
| join Group, assigns user to role  private | |
| getDefaultMemberRole () | |
| returns object id of created default member role  public | |
| getDefaultAdminRole () | |
| returns object id of created default adminstrator role  public | |
| addMember ($a_user_id, $a_mem_role) | |
| add Member to Group  public | |
| leaveGroup () | |
| is called when a member decides to leave group  public | |
| leave ($a_user_id) | |
| deassign member from group role  private | |
| getGroupMemberIds () | |
| get all group Member ids regardless of role  public | |
| getGroupMemberData ($a_mem_ids, $active=1) | |
| get all group Members regardless of group role. | |
| getCountMembers () | |
| getGroupAdminIds ($a_grpId="") | |
| get Group Admin Id  public | |
| getDefaultGroupRoles ($a_grp_id="") | |
| get default group roles, returns the defaultlike create roles il_grp_member, il_grp_admin  public | |
| getLocalGroupRoles ($a_translate=false) | |
| get ALL local roles of group, also those created and defined afterwards only fetch data once from database. | |
| getGrpStatusClosedTemplateId () | |
| get group status closed template  public | |
| getGrpStatusOpenTemplateId () | |
| get group status open template  public | |
| updateGroupType () | |
| Change group type. | |
| initGroupStatus ($a_grpStatus=GRP_TYPE_PUBLIC) | |
| set group status | |
| setGroupStatus ($a_status) | |
| Set group status. | |
| getGroupStatus () | |
| get group status | |
| readGroupStatus () | |
| get group status, redundant method because  public | |
| getMemberRoles ($a_user_id) | |
| get group member status  public | |
| isAdmin ($a_userId) | |
| is Admin  public | |
| initDefaultRoles () | |
| init default roles settings  public | |
| notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
| notifys an object about an event occured Based on the event happend, each object may decide how it reacts. | |
| exportXML () | |
| deleteExportFiles ($a_files) | |
| downloadExportFile ($file) | |
| _lookupIdByTitle ($a_title) | |
| _isMember ($a_user_id, $a_ref_id, $a_field= '') | |
| _getMembers ($a_obj_id) | |
| getViewMode ($a_translate_inherit=true) | |
| get view mode | |
| setViewMode ($a_view_mode) | |
| Set group view mode. | |
| addAdditionalSubItemInformation (&$a_item_data) | |
| Add additional information to sub item, e.g. | |
| __initFileObject () | |
| getMessage () | |
| setMessage ($a_message) | |
| appendMessage ($a_message) | |
| register ($a_user_id, $a_role=IL_GRP_MEMBER, $a_force_registration=false) | |
|  Public Member Functions inherited from ilObject | |
| ilObject ($a_id=0, $a_reference=true) | |
| Constructor  public. | |
| withReferences () | |
| determines wehter objects are referenced or not (got ref ids or not) | |
| read ($a_force_db=false) | |
| read object data from db into object | |
| getId () | |
| get object id  public | |
| setId ($a_id) | |
| set object id  public | |
| setRefId ($a_id) | |
| set reference id  public | |
| getRefId () | |
| get reference id  public | |
| getType () | |
| get object type  public | |
| setType ($a_type) | |
| set object type  public | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions | |
| getTitle () | |
| get object title  public | |
| getUntranslatedTitle () | |
| get untranslated object title  public | |
| setTitle ($a_title) | |
| set object title | |
| getDescription () | |
| get object description | |
| setDescription ($a_desc) | |
| set object description | |
| getLongDescription () | |
| get object long description (stored in object_description) | |
| getImportId () | |
| get import id | |
| setImportId ($a_import_id) | |
| set import id | |
| getOwner () | |
| get object owner | |
| getOwnerName () | |
| _lookupOwnerName ($a_owner_id) | |
| lookup owner name for owner id | |
| setOwner ($a_owner) | |
| set object owner | |
| getCreateDate () | |
| get create date  public | |
| getLastUpdateDate () | |
| get last update date  public | |
| getDiskUsage () | |
| Gets the disk usage of the object in bytes. | |
| setObjDataRecord ($a_record) | |
| set object_data record (note: this method should only be called from the ilObjectFactory class) | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. | |
| createMetaData () | |
| create meta data entry | |
| updateMetaData () | |
| update meta data entry | |
| deleteMetaData () | |
| delete meta data entry | |
| updateOwner () | |
| update owner of object in db | |
| _getIdForImportId ($a_import_id) | |
| get current object id for import id (static) | |
| _lookupOwner ($a_id) | |
| lookup object owner | |
| _lookupLastUpdate ($a_id, $a_as_string=false) | |
| lookup last update | |
| _getLastUpdateOfObjects ($a_objs) | |
| Get last update for a set of media objects. | |
| _setDeletedDate ($a_ref_id) | |
| only called in ilTree::saveSubTree | |
| _resetDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _lookupDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _writeTitle ($a_obj_id, $a_title) | |
| write title to db (static) | |
| _writeDescription ($a_obj_id, $a_desc) | |
| write description to db (static) | |
| _writeImportId ($a_obj_id, $a_import_id) | |
| write import id to db (static) | |
| _isInTrash ($a_ref_id) | |
| checks wether object is in trash | |
| _hasUntrashedReference ($a_obj_id) | |
| checks wether an object has at least one reference that is not in trash | |
| _getObjectsDataForType ($a_type, $a_omit_trash=false) | |
| get all objects of a certain type | |
| putInTree ($a_parent_ref) | |
| maybe this method should be in tree object!? | |
| setPermissions ($a_parent_ref) | |
| set permissions of object | |
| createReference () | |
| creates reference for object | |
| countReferences () | |
| count references of object | |
| createRoleFolder () | |
| creates a local role folder | |
| applyDidacticTemplate ($a_tpl_id) | |
| Apply template. | |
| setRegisterMode ($a_bool) | |
| isUserRegistered ($a_user_id=0) | |
| requireRegistration () | |
| getXMLZip () | |
| getHTMLDirectory () | |
| cloneObject ($a_target_id, $a_copy_id=0, $a_omit_tree=false) | |
| Clone object permissions, put in tree ... | |
| appendCopyInfo ($a_target_id, $a_copy_id) | |
| Prepend Copy info if object with same name exists in that container. | |
| cloneMetaData ($target_obj) | |
| Copy meta data. | |
| _lookupCreationDate ($a_id) | |
| Lookup creation date. | |
|  Public Member Functions inherited from ilContainer | |
| ilContainer ($a_id=0, $a_call_by_reference=true) | |
| Constructor  public. | |
| createContainerDirectory () | |
| Create directory for the container. | |
| getContainerDirectory () | |
| Get the container directory. | |
| _getContainerDirectory ($a_id) | |
| Get the container directory. | |
| getBigIconPath () | |
| Get path for big icon. | |
| getSmallIconPath () | |
| Get path for small icon. | |
| getTinyIconPath () | |
| Get path for tiny icon. | |
| setHiddenFilesFound ($a_hiddenfilesfound) | |
| Set Found hidden files (set by getSubItems). | |
| getHiddenFilesFound () | |
| Get Found hidden files (set by getSubItems). | |
| getStyleSheetId () | |
| get ID of assigned style sheet object | |
| setStyleSheetId ($a_style_id) | |
| set ID of assigned style sheet object | |
| _lookupContainerSetting ($a_id, $a_keyword, $a_default_value=NULL) | |
| Lookup a container setting. | |
| _writeContainerSetting ($a_id, $a_keyword, $a_value) | |
| _lookupIconPath ($a_id, $a_size="big") | |
| lookup icon path | |
| saveIcons ($a_big_icon, $a_small_icon, $a_tiny_icon) | |
| save container icons | |
| removeBigIcon () | |
| remove big icon | |
| removeSmallIcon () | |
| remove small icon | |
| removeTinyIcon () | |
| remove tiny icon | |
| cloneAllObject ($session_id, $client_id, $new_type, $ref_id, $clone_source, $options, $soap_call=false) | |
| clone all objects according to this container | |
| getViewMode () | |
| Get container view mode. | |
| getOrderType () | |
| Get order type default implementation. | |
| setOrderType ($a_value) | |
| getSubItems ($a_admin_panel_enabled=false, $a_include_side_block=false, $a_get_single=0) | |
| Get subitems of container. | |
| gotItems () | |
| Check whether we got any items. | |
| getGroupedObjTypes () | |
| Get grouped repository object types. | |
| enablePageEditing () | |
| Check whether page editing is allowed for container. | |
|  Public Member Functions inherited from ilMembershipRegistrationCodes | |
| register ($a_user_id) | |
| Register an user. | |
| Static Public Member Functions | |
| static | lookupGroupTye ($a_id) | 
| Lookup group type. | |
| _importFromXMLString ($xml, $parent_id) | |
| Static used for importing a group from xml string. | |
| _importFromFile ($file, $parent_id) | |
| Static used for importing an group from xml zip file. | |
| static | lookupViewMode ($a_obj_id) | 
| lookup view mode  $ilDB | |
| static | lookupObjectsByCode ($a_code) | 
|  Static Public Member Functions inherited from ilObject | |
| static | _lookupObjIdByImportId ($a_import_id) | 
| static | _getAllReferences ($a_id) | 
| get all reference ids of object | |
| static | _lookupTitle ($a_id) | 
| lookup object title | |
| static | _getIdsForTitle ($title, $type= '', $partialmatch=false) | 
| static | _lookupDescription ($a_id) | 
| lookup object description | |
| static | _lookupObjId ($a_id) | 
| static | setDeletedDates ($a_ref_ids) | 
| Set deleted date  type $ilDB. | |
| static | _lookupType ($a_id, $a_reference=false) | 
| lookup object type | |
| static | _lookupObjectId ($a_ref_id) | 
| lookup object id | |
| static | _exists ($a_id, $a_reference=false, $a_type=null) | 
| checks if an object exists in object_data | |
| static | _getObjectsByType ($a_obj_type="", $a_owner="") | 
| Get objects by type. | |
| static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) | 
| Prepare copy wizard object selection. | |
| static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) | 
| Get icon for repository item. | |
| static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) | 
| Collect deletion dependencies. | |
| static | getDeletionDependencies ($a_obj_id) | 
| Get deletion dependencies. | |
| static | getLongDescriptions (array $a_obj_ids) | 
| Get long description data. | |
| static | getAllOwnedRepositoryObjects ($a_user_id) | 
| Get all ids of objects user owns. | |
| static | hasAutoRating ($a_type, $a_ref_id) | 
| Check if auto rating is active for parent group/course. | |
|  Static Public Member Functions inherited from ilContainer | |
| static | getCompleteDescriptions (array $objects) | 
| overwrites description fields to long or short description in an assoc array keys needed (obj_id and description) | |
| Protected Member Functions | |
| prepareAppointments ($a_mode= 'create') | |
| Prepare calendar appointments. | |
| initParticipants () | |
| init participants object | |
| Static Protected Member Functions | |
| static | translateViewMode ($a_obj_id, $a_view_mode, $a_ref_id=null) | 
| translate view mode | |
| Protected Attributes | |
| $information | |
| $group_type = null | |
| $reg_type = GRP_REGISTRATION_DIRECT | |
| $reg_enabled = true | |
| $reg_unlimited = true | |
| $reg_start = null | |
| $reg_end = null | |
| $reg_password = '' | |
| $reg_membership_limitation = false | |
| $reg_max_members = 0 | |
| $waiting_list = false | |
|  Protected Attributes inherited from ilContainer | |
| $order_type = 0 | |
| $hiddenfilesfound = false | |
| Private Attributes | |
| $latitude = '' | |
| $longitude = '' | |
| $locationzoom = 0 | |
| $enablemap = 0 | |
| $reg_access_code = '' | |
| $reg_access_code_enabled = false | |
| $view_mode = NULL | |
| $mail_members = self::MAIL_ALLOWED_ALL | |
| Additional Inherited Members | |
|  Static Public Attributes inherited from ilContainer | |
| static | $data_preloaded = false | 
Class ilObjGroup.
Definition at line 33 of file class.ilObjGroup.php.
| ilObjGroup::__construct | ( | $a_id = 0, | |
| $a_call_by_reference = true | |||
| ) | 
Constructor public.
| integer | reference_id or object_id | 
| boolean | treat the id as reference_id (true) or object_id (false) | 
Definition at line 97 of file class.ilObjGroup.php.
References ilObject\ilObject(), and ilObject\setRegisterMode().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::__initFileObject | ( | ) | 
Definition at line 1855 of file class.ilObjGroup.php.
References $file_obj.
Referenced by deleteExportFiles(), downloadExportFile(), and exportXML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::_getMembers | ( | $a_obj_id | ) | 
Definition at line 1724 of file class.ilObjGroup.php.
References ilObject\$ref_id, and ilObject\_getAllReferences().
Referenced by _isMember(), and ilLPStatusManualByTutor\getMembers().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Static used for importing an group from xml zip file.
| xml | file array structure like $_FILE from upload public | 
Definition at line 1641 of file class.ilObjGroup.php.
References $file_obj, ilObject\$lng, and _importFromXMLString().
Referenced by ilObjGroupGUI\importFileObject2().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Static used for importing a group from xml string.
| xml | string public | 
Definition at line 1625 of file class.ilObjGroup.php.
Referenced by _importFromFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::_isMember | ( | $a_user_id, | |
| $a_ref_id, | |||
| $a_field = '' | |||
| ) | 
Definition at line 1674 of file class.ilObjGroup.php.
References $query, $res, _getMembers(), ilObjectFactory\getInstanceByObjId(), and ilUtil\quoteArray().
Referenced by ilObjCourseGrouping\_checkGroupingDependencies().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::_lookupIdByTitle | ( | $a_title | ) | 
Definition at line 1659 of file class.ilObjGroup.php.
References $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilMail\getEmailsOfRecipients(), and ilMail\getUserIds().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::addAdditionalSubItemInformation | ( | & | $a_item_data | ) | 
Add additional information to sub item, e.g.
used in courses for timings information etc.
Reimplemented from ilContainer.
Definition at line 1848 of file class.ilObjGroup.php.
| ilObjGroup::addMember | ( | $a_user_id, | |
| $a_mem_role | |||
| ) | 
add Member to Group public
| integer | user_id | 
| integer | member role_id of local group_role | 
Definition at line 910 of file class.ilObjGroup.php.
References join().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::appendMessage | ( | $a_message | ) | 
Definition at line 1877 of file class.ilObjGroup.php.
References getMessage().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::cloneAutoGeneratedRoles | ( | $new_obj | ) | 
Clone group admin and member role permissions.
public
| object | new group object | 
Definition at line 831 of file class.ilObjGroup.php.
References $ilLog, getDefaultAdminRole(), getDefaultMemberRole(), and ilObject\getRefId().
Referenced by cloneObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::cloneDependencies | ( | $a_target_id, | |
| $a_copy_id | |||
| ) | 
Clone object dependencies (crs items, preconditions)
public
| int | target ref id of new course | 
| int | copy id | 
Reimplemented from ilContainer.
Definition at line 812 of file class.ilObjGroup.php.
References ilObject\getRefId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::cloneObject | ( | $a_target_id, | |
| $a_copy_id = 0 | |||
| ) | 
Clone group (no member data)
public
| int | target ref_id | 
| int | copy id | 
Reimplemented from ilContainer.
Definition at line 743 of file class.ilObjGroup.php.
References $ilLog, $ilUser, ilCourseDefinedFieldDefinition\_clone(), ilGroupParticipants\_getInstanceByObjId(), cloneAutoGeneratedRoles(), ilMembershipRegistrationCodeUtils\generateCode(), ilContainer\getBigIconPath(), getEnableGroupMap(), getGroupType(), ilObject\getId(), getInformation(), getLatitude(), getLocationZoom(), getLongitude(), getMailToMembersType(), getMaxMembers(), getPassword(), getRegistrationEnd(), getRegistrationStart(), getRegistrationType(), ilContainer\getSmallIconPath(), ilContainer\getTinyIconPath(), ilContainer\getViewMode(), IL_GRP_ADMIN, isMembershipLimited(), isRegistrationAccessCodeEnabled(), isRegistrationUnlimited(), isWaitingListEnabled(), and readGroupStatus().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::create | ( | ) | 
Create group.
Reimplemented from ilContainer.
Definition at line 569 of file class.ilObjGroup.php.
References $query, $res, getEnableGroupMap(), getGroupType(), ilObject\getId(), getInformation(), getLatitude(), getLocationZoom(), getLongitude(), getMailToMembersType(), getMaxMembers(), getPassword(), getRegistrationAccessCode(), getRegistrationEnd(), getRegistrationStart(), getRegistrationType(), ilContainer\getViewMode(), IL_CAL_DATETIME, isMembershipLimited(), isRegistrationAccessCodeEnabled(), isRegistrationEnabled(), isRegistrationUnlimited(), isWaitingListEnabled(), and prepareAppointments().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::delete | ( | ) | 
delete group and all related data
public
Reimplemented from ilObject.
Definition at line 666 of file class.ilObjGroup.php.
References $query, $res, ilParticipants\_deleteAllEntries(), ilObject\getId(), and prepareAppointments().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::deleteExportFiles | ( | $a_files | ) | 
Definition at line 1594 of file class.ilObjGroup.php.
References $file, and __initFileObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::downloadExportFile | ( | $file | ) | 
Definition at line 1605 of file class.ilObjGroup.php.
References $file, __initFileObject(), and ilUtil\deliverFile().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::enableMembershipLimitation | ( | $a_status | ) | 
enable max member limitation
public
| bool | status | 
Definition at line 327 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::enableRegistrationAccessCode | ( | $a_status | ) | 
En/disable registration access code.
| object | $a_status | 
Definition at line 502 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::enableUnlimitedRegistration | ( | $a_status | ) | 
enable unlimited registration
public
| bool | 
Definition at line 235 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::enableWaitingList | ( | $a_status | ) | 
enable waiting list
public
| bool | 
Definition at line 372 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::exportXML | ( | ) | 
Definition at line 1572 of file class.ilObjGroup.php.
References __initFileObject(), and ilObject\getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::getCountMembers | ( | ) | 
Definition at line 1049 of file class.ilObjGroup.php.
References getGroupMemberIds().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::getDefaultAdminRole | ( | ) | 
returns object id of created default adminstrator role public
Definition at line 897 of file class.ilObjGroup.php.
References getLocalGroupRoles().
Referenced by cloneAutoGeneratedRoles().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getDefaultGroupRoles | ( | $a_grp_id = "" | ) | 
get default group roles, returns the defaultlike create roles il_grp_member, il_grp_admin public
| returns | the obj_ids of group specific roles(il_grp_member,il_grp_admin) | 
Definition at line 1089 of file class.ilObjGroup.php.
References ilObject\getRefId().
Referenced by getGroupAdminIds(), isAdmin(), readGroupStatus(), and updateGroupType().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getDefaultMemberRole | ( | ) | 
returns object id of created default member role public
Definition at line 886 of file class.ilObjGroup.php.
References getLocalGroupRoles().
Referenced by cloneAutoGeneratedRoles().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getEnableGroupMap | ( | ) | 
Get Enable Group Map.
Definition at line 464 of file class.ilObjGroup.php.
References $enablemap.
Referenced by cloneObject(), create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getGroupAdminIds | ( | $a_grpId = "" | ) | 
get Group Admin Id public
| integer | group id | 
| returns | userids that are assigned to a group administrator! role | 
Definition at line 1060 of file class.ilObjGroup.php.
References getDefaultGroupRoles(), and ilObject\getRefId().
Referenced by leaveGroup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getGroupMemberData | ( | $a_mem_ids, | |
| $active = 1 | |||
| ) | 
get all group Members regardless of group role.
fetch all users data in one shot to improve performance public
| array | of user ids | 
Definition at line 1019 of file class.ilObjGroup.php.
References $ilBench, $row, DB_FETCHMODE_OBJECT, and ilUtil\quoteArray().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::getGroupMemberIds | ( | ) | 
get all group Member ids regardless of role public
Definition at line 991 of file class.ilObjGroup.php.
References getLocalGroupRoles().
Referenced by getCountMembers(), and leaveGroup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getGroupStatus | ( | ) | 
get group status
public
| int | group status | 
Definition at line 1408 of file class.ilObjGroup.php.
| ilObjGroup::getGroupType | ( | ) | 
get group type
public
Definition at line 169 of file class.ilObjGroup.php.
References $group_type.
Referenced by cloneObject(), create(), isGroupTypeModified(), update(), updateGroupType(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getGrpStatusClosedTemplateId | ( | ) | 
get group status closed template public
| return | obj_id of roletemplate containing permissionsettings for a closed group | 
Definition at line 1170 of file class.ilObjGroup.php.
References $res, $row, and DB_FETCHMODE_ASSOC.
Referenced by initGroupStatus(), and updateGroupType().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getGrpStatusOpenTemplateId | ( | ) | 
get group status open template public
| return | obj_id of roletemplate containing permissionsettings for an open group | 
Definition at line 1184 of file class.ilObjGroup.php.
References $res, $row, and DB_FETCHMODE_ASSOC.
Referenced by initGroupStatus(), and updateGroupType().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getInformation | ( | ) | 
get Information
public
| @return | string information | 
Definition at line 147 of file class.ilObjGroup.php.
References $information.
Referenced by cloneObject(), create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getLatitude | ( | ) | 
Get Latitude.
Definition at line 404 of file class.ilObjGroup.php.
References $latitude.
Referenced by cloneObject(), create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getLocalGroupRoles | ( | $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 public
Definition at line 1132 of file class.ilObjGroup.php.
References ilObjRole\_getTranslation(), and ilObject\getRefId().
Referenced by getDefaultAdminRole(), getDefaultMemberRole(), getGroupMemberIds(), and getMemberRoles().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getLocationZoom | ( | ) | 
Get LocationZoom.
Definition at line 444 of file class.ilObjGroup.php.
References $locationzoom.
Referenced by cloneObject(), create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getLongitude | ( | ) | 
Get Longitude.
Definition at line 424 of file class.ilObjGroup.php.
References $longitude.
Referenced by cloneObject(), create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getMailToMembersType | ( | ) | 
Get mail to members type.
Definition at line 521 of file class.ilObjGroup.php.
References $mail_members.
Referenced by cloneObject(), create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getMaxMembers | ( | ) | 
get max members
public
Definition at line 360 of file class.ilObjGroup.php.
References $reg_max_members.
Referenced by cloneObject(), create(), register(), update(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getMemberRoles | ( | $a_user_id | ) | 
get group member status public
| integer | user_id | 
Definition at line 1450 of file class.ilObjGroup.php.
References $ilBench, and getLocalGroupRoles().
Referenced by leave().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getMessage | ( | ) | 
Definition at line 1869 of file class.ilObjGroup.php.
Referenced by appendMessage().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getPassword | ( | ) | 
get password
public
Definition at line 315 of file class.ilObjGroup.php.
References $reg_password.
Referenced by cloneObject(), create(), update(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getRegistrationAccessCode | ( | ) | 
get access code
Definition at line 473 of file class.ilObjGroup.php.
References $reg_access_code.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getRegistrationEnd | ( | ) | 
get registration end
public
Definition at line 293 of file class.ilObjGroup.php.
References IL_CAL_DATETIME.
Referenced by cloneObject(), create(), prepareAppointments(), register(), update(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getRegistrationStart | ( | ) | 
get registration start
public
Definition at line 269 of file class.ilObjGroup.php.
References IL_CAL_DATETIME.
Referenced by cloneObject(), create(), prepareAppointments(), register(), update(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getRegistrationType | ( | ) | 
get registration type
public
Definition at line 212 of file class.ilObjGroup.php.
References $reg_type.
Referenced by cloneObject(), create(), isRegistrationEnabled(), update(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::getViewMode | ( | $a_translate_inherit = true | ) | 
get view mode
public
| bool | $a_translate_inherit | 
Definition at line 1751 of file class.ilObjGroup.php.
References translateViewMode(), and ilContainer\VIEW_DEFAULT.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::initDefaultRoles | ( | ) | 
init default roles settings public
Reimplemented from ilObject.
Definition at line 1494 of file class.ilObjGroup.php.
References $m_roleAdminId, $m_roleMemberId, ilObject\createRoleFolder(), DB_FETCHMODE_OBJECT, ilObject\getId(), and ilObject\getRefId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::initGroupStatus | ( | $a_grpStatus = GRP_TYPE_PUBLIC | ) | 
set group status
Grants permissions on the group object for all parent roles. Each permission is granted by computing the intersection of the role template il_grp_status_open/_closed and the permission template of the parent role.
Creates linked roles in the local role folder object for all parent roles and initializes their permission templates. Each permission template is initialized by computing the intersection of the role template il_grp_status_open/_closed and the permission template of the parent role.
public
| integer | group status GRP_TYPE_PUBLIC or GRP_TYPE_CLOSED | 
Definition at line 1310 of file class.ilObjGroup.php.
References getGrpStatusClosedTemplateId(), getGrpStatusOpenTemplateId(), ilObject\getRefId(), GRP_TYPE_CLOSED, and GRP_TYPE_PUBLIC.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
init participants object
protected
Definition at line 1936 of file class.ilObjGroup.php.
References ilGroupParticipants\_getInstanceByObjId(), and ilObject\getId().
Referenced by read().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::isAdmin | ( | $a_userId | ) | 
is Admin public
| integer | user_id | 
| boolean,true | if user is group administrator | 
Definition at line 1471 of file class.ilObjGroup.php.
References getDefaultGroupRoles().
Referenced by leaveGroup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::isGroupTypeModified | ( | $a_old_type | ) | 
check if group type is modified
public
| @return | 
Definition at line 181 of file class.ilObjGroup.php.
References $group_type, getGroupType(), GRP_TYPE_UNKNOWN, and readGroupStatus().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::isMembershipLimited | ( | ) | 
is max member limited
public
Definition at line 338 of file class.ilObjGroup.php.
References $reg_membership_limitation.
Referenced by cloneObject(), create(), register(), update(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::isRegistrationAccessCodeEnabled | ( | ) | 
Check if access code is enabled.
Definition at line 492 of file class.ilObjGroup.php.
References $reg_access_code_enabled.
Referenced by cloneObject(), create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::isRegistrationEnabled | ( | ) | 
is registration enabled
public
Definition at line 223 of file class.ilObjGroup.php.
References getRegistrationType(), and GRP_REGISTRATION_DEACTIVATED.
Referenced by create(), register(), and update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::isRegistrationUnlimited | ( | ) | 
is registration unlimited
public
Definition at line 246 of file class.ilObjGroup.php.
References $reg_unlimited.
Referenced by cloneObject(), create(), prepareAppointments(), register(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::isWaitingListEnabled | ( | ) | 
is waiting list enabled
public
| @return | bool | 
Definition at line 384 of file class.ilObjGroup.php.
References $waiting_list.
Referenced by cloneObject(), create(), register(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::join | ( | $a_user_id, | |
| $a_mem_role = "" | |||
| ) | 
join Group, assigns user to role private
| integer | member status = obj_id of local_group_role | 
Definition at line 863 of file class.ilObjGroup.php.
Referenced by addMember().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::leave | ( | $a_user_id | ) | 
deassign member from group role private
Definition at line 964 of file class.ilObjGroup.php.
References getMemberRoles().
Referenced by leaveGroup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::leaveGroup | ( | ) | 
is called when a member decides to leave group public
| integer | user-Id | 
| integer | group-Id | 
Definition at line 933 of file class.ilObjGroup.php.
References ilObjUser\dropDesktopItem(), getGroupAdminIds(), getGroupMemberIds(), ilObject\getRefId(), isAdmin(), and leave().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Lookup group type.
| object | $a_id | 
Definition at line 113 of file class.ilObjGroup.php.
References $query, $res, $row, DB_FETCHMODE_OBJECT, and GRP_TYPE_UNKNOWN.
Referenced by ilObjRole\createPermissionIntersection().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Implements ilMembershipRegistrationCodes.
Definition at line 1946 of file class.ilObjGroup.php.
References $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilMembershipRegistrationCodeUtils\lookupObjectsByCode().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
lookup view mode $ilDB
Definition at line 1781 of file class.ilObjGroup.php.
References $query, $res, $row, $view_mode, DB_FETCHMODE_OBJECT, and translateViewMode().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::notify | ( | $a_event, | |
| $a_ref_id, | |||
| $a_parent_non_rbac_id, | |||
| $a_node_id, | |||
| $a_params = 0 | |||
| ) | 
notifys an object about an event occured Based on the event happend, each object may decide how it reacts.
public
| string | event | 
| integer | reference id of object where the event occured | 
| array | passes optional parameters if required | 
Reimplemented from ilObject.
Definition at line 1556 of file class.ilObjGroup.php.
| 
 | protected | 
Prepare calendar appointments.
protected
| string | mode UPDATE|CREATE|DELETE | 
Definition at line 1893 of file class.ilObjGroup.php.
References ilObject\getLongDescription(), getRegistrationEnd(), getRegistrationStart(), ilObject\getTitle(), IL_CAL_TRANSLATION_SYSTEM, and isRegistrationUnlimited().
Referenced by create(), delete(), and update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::read | ( | ) | 
Read group.
Reimplemented from ilContainer.
Definition at line 697 of file class.ilObjGroup.php.
References $query, $res, $row, ilContainerSortingSettings\_lookupSortMode(), DB_FETCHMODE_OBJECT, enableMembershipLimitation(), enableRegistrationAccessCode(), enableUnlimitedRegistration(), enableWaitingList(), ilObject\getId(), IL_CAL_DATETIME, initParticipants(), setEnableGroupMap(), setGroupType(), setInformation(), setLatitude(), setLocationZoom(), setLongitude(), setMailToMembersType(), setMaxMembers(), ilContainer\setOrderType(), setPassword(), setRegistrationAccessCode(), setRegistrationEnd(), setRegistrationStart(), setRegistrationType(), and setViewMode().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::readGroupStatus | ( | ) | 
get group status, redundant method because public
| return | group status[0=public|2=closed] | 
Definition at line 1418 of file class.ilObjGroup.php.
References getDefaultGroupRoles(), ilObject\getRefId(), GRP_TYPE_CLOSED, and GRP_TYPE_PUBLIC.
Referenced by cloneObject(), and isGroupTypeModified().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::register | ( | $a_user_id, | |
| $a_role = IL_GRP_MEMBER, | |||
| $a_force_registration = false | |||
| ) | 
| int | user_id | 
| int | role | 
| bool | force registration and do not check registration constraints. | 
Definition at line 1969 of file class.ilObjGroup.php.
References $waiting_list, ilDateTime\_after(), ilDateTime\_before(), ilGroupParticipants\_getInstanceByObjId(), ilObjGroupAccess\_usingRegistrationCode(), ilObject\getId(), getMaxMembers(), getRegistrationEnd(), getRegistrationStart(), ilObject\getTitle(), IL_CAL_UNIX, isMembershipLimited(), isRegistrationEnabled(), isRegistrationUnlimited(), isWaitingListEnabled(), and ilGroupMembershipMailNotification\TYPE_WAITING_LIST_MEMBER.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::setEnableGroupMap | ( | $a_enablemap | ) | 
Set Enable Group Map.
| boolean | $a_enablemap | Enable Group Map | 
Definition at line 454 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setGroupStatus | ( | $a_status | ) | 
Set group status.
public
| int | group status[0=public|2=closed] | 
Definition at line 1396 of file class.ilObjGroup.php.
| ilObjGroup::setGroupType | ( | $a_type | ) | 
set group type
public
| int | type | 
Definition at line 158 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setInformation | ( | $a_information | ) | 
set information
public
| string | information | 
Definition at line 135 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setLatitude | ( | $a_latitude | ) | 
Set Latitude.
| string | $a_latitude | Latitude | 
Definition at line 394 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setLocationZoom | ( | $a_locationzoom | ) | 
Set LocationZoom.
| int | $a_locationzoom | LocationZoom | 
Definition at line 434 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setLongitude | ( | $a_longitude | ) | 
Set Longitude.
| string | $a_longitude | Longitude | 
Definition at line 414 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setMailToMembersType | ( | $a_type | ) | 
Set mail to members type.
| type | $a_type | 
Definition at line 512 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setMaxMembers | ( | $a_max | ) | 
set max members
public
| int | max members | 
Definition at line 349 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setMessage | ( | $a_message | ) | 
Definition at line 1873 of file class.ilObjGroup.php.
| ilObjGroup::setPassword | ( | $a_pass | ) | 
set password
public
| string | password | 
Definition at line 304 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setRegistrationAccessCode | ( | $a_code | ) | 
Set refistration access code.
| string | $a_code | 
Definition at line 483 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setRegistrationEnd | ( | $a_end | ) | 
set registration end
public
| int | unix time | 
Definition at line 282 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setRegistrationStart | ( | $a_start | ) | 
set registration start
public
| object | ilDateTime | 
Definition at line 258 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setRegistrationType | ( | $a_type | ) | 
set registration type
public
| int | registration type | 
Definition at line 201 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::setViewMode | ( | $a_view_mode | ) | 
Set group view mode.
| int | $a_view_mode | 
Definition at line 1772 of file class.ilObjGroup.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | staticprotected | 
translate view mode
| int | $a_obj_id | |
| int | $a_view_mode | |
| int | $a_ref_id | 
Definition at line 1804 of file class.ilObjGroup.php.
References $view_mode, ilObject\_getAllReferences(), ilObject\_lookupObjId(), ilObjCourse\_lookupViewMode(), ilContainer\VIEW_BY_TYPE, ilContainer\VIEW_DEFAULT, ilContainer\VIEW_INHERIT, ilContainer\VIEW_SESSIONS, and ilContainer\VIEW_SIMPLE.
Referenced by getViewMode(), and lookupViewMode().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjGroup::update | ( | ) | 
Update group.
Reimplemented from ilContainer.
Definition at line 617 of file class.ilObjGroup.php.
References $query, $res, getEnableGroupMap(), getGroupType(), ilObject\getId(), getInformation(), getLatitude(), getLocationZoom(), getLongitude(), getMailToMembersType(), getMaxMembers(), getPassword(), getRegistrationAccessCode(), getRegistrationEnd(), getRegistrationStart(), getRegistrationType(), ilContainer\getViewMode(), IL_CAL_DATETIME, isMembershipLimited(), isRegistrationAccessCodeEnabled(), isRegistrationEnabled(), isRegistrationUnlimited(), isWaitingListEnabled(), and prepareAppointments().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::updateGroupType | ( | ) | 
Change group type.
Revokes permissions of all parent non-protected roles and initiates these roles with the according il_grp_(open|closed) template.
public
Definition at line 1204 of file class.ilObjGroup.php.
References getDefaultGroupRoles(), getGroupType(), getGrpStatusClosedTemplateId(), getGrpStatusOpenTemplateId(), ilObject\getRefId(), GRP_TYPE_CLOSED, and GRP_TYPE_PUBLIC.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjGroup::validate | ( | ) | 
validate group settings
public
Definition at line 535 of file class.ilObjGroup.php.
References $ilErr, ilDateTime\_before(), getGroupType(), getMaxMembers(), getPassword(), getRegistrationEnd(), getRegistrationStart(), getRegistrationType(), ilObject\getTitle(), GRP_REGISTRATION_PASSWORD, and isMembershipLimited().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 67 of file class.ilObjGroup.php.
Referenced by getEnableGroupMap().
| ilObjGroup::$file_obj = null | 
Group file object for handling of export files.
Definition at line 83 of file class.ilObjGroup.php.
Referenced by __initFileObject(), and _importFromFile().
| 
 | protected | 
Definition at line 51 of file class.ilObjGroup.php.
Referenced by getGroupType(), and isGroupTypeModified().
| 
 | protected | 
Definition at line 50 of file class.ilObjGroup.php.
Referenced by getInformation().
| 
 | private | 
Definition at line 64 of file class.ilObjGroup.php.
Referenced by getLatitude().
| 
 | private | 
Definition at line 66 of file class.ilObjGroup.php.
Referenced by getLocationZoom().
| 
 | private | 
Definition at line 65 of file class.ilObjGroup.php.
Referenced by getLongitude().
| ilObjGroup::$m_grpStatus | 
Definition at line 85 of file class.ilObjGroup.php.
| ilObjGroup::$m_roleAdminId | 
Definition at line 89 of file class.ilObjGroup.php.
Referenced by initDefaultRoles().
| ilObjGroup::$m_roleMemberId | 
Definition at line 87 of file class.ilObjGroup.php.
Referenced by initDefaultRoles().
| 
 | private | 
Definition at line 74 of file class.ilObjGroup.php.
Referenced by getMailToMembersType().
| ilObjGroup::$members_obj | 
Definition at line 77 of file class.ilObjGroup.php.
| 
 | private | 
Definition at line 69 of file class.ilObjGroup.php.
Referenced by getRegistrationAccessCode().
| 
 | private | 
Definition at line 70 of file class.ilObjGroup.php.
Referenced by isRegistrationAccessCodeEnabled().
| 
 | protected | 
Definition at line 53 of file class.ilObjGroup.php.
| 
 | protected | 
Definition at line 56 of file class.ilObjGroup.php.
| 
 | protected | 
Definition at line 59 of file class.ilObjGroup.php.
Referenced by getMaxMembers().
| 
 | protected | 
Definition at line 58 of file class.ilObjGroup.php.
Referenced by isMembershipLimited().
| 
 | protected | 
Definition at line 57 of file class.ilObjGroup.php.
Referenced by getPassword().
| 
 | protected | 
Definition at line 55 of file class.ilObjGroup.php.
| 
 | protected | 
Definition at line 52 of file class.ilObjGroup.php.
Referenced by getRegistrationType().
| 
 | protected | 
Definition at line 54 of file class.ilObjGroup.php.
Referenced by isRegistrationUnlimited().
| 
 | private | 
Definition at line 72 of file class.ilObjGroup.php.
Referenced by lookupViewMode(), and translateViewMode().
| 
 | protected | 
Definition at line 60 of file class.ilObjGroup.php.
Referenced by isWaitingListEnabled(), and register().
| const ilObjGroup::CAL_REG_END = 2 | 
Definition at line 36 of file class.ilObjGroup.php.
| const ilObjGroup::CAL_REG_START = 1 | 
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_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_REG_TIME_LIMIT = 'grp_wrong_reg_time_limit' | 
Definition at line 45 of file class.ilObjGroup.php.
| const ilObjGroup::GRP_ADMIN = 2 | 
Definition at line 39 of file class.ilObjGroup.php.
Referenced by ilObjGroupGUI\addUserObject(), ilObjGroupGUI\executeCommand(), and ilObjGroupGUI\membersObject().
| const ilObjGroup::GRP_MEMBER = 1 | 
Definition at line 38 of file class.ilObjGroup.php.
Referenced by ilObjGroupGUI\addUserObject(), ilObjGroupGUI\executeCommand(), and ilObjGroupGUI\membersObject().
| const ilObjGroup::MAIL_ALLOWED_ALL = 1 | 
Definition at line 47 of file class.ilObjGroup.php.
Referenced by ilObjGroupGUI\initForm(), and ilObjGroupGUI\setSubTabs().
| const ilObjGroup::MAIL_ALLOWED_TUTORS = 2 | 
Definition at line 48 of file class.ilObjGroup.php.
Referenced by ilObjGroupGUI\initForm().