ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
ilGroupLP Class Reference
+ Inheritance diagram for ilGroupLP:
+ Collaboration diagram for ilGroupLP:

Public Member Functions

 getDefaultMode ()
 
 getValidModes ()
 
 getMembers ($a_search=true)
 
- Public Member Functions inherited from ilObjectLP
 resetCaches ()
 
 isAnonymized ()
 
 getDefaultMode ()
 
 getValidModes ()
 
 getCurrentMode ()
 
 isActive ()
 
 getModeText ($a_mode)
 
 getModeInfoText ($a_mode)
 
 getCollectionInstance ()
 
 getMembers ($a_search=true)
 
 resetLPDataForCompleteObject ($a_recursive=true)
 
 resetLPDataForUserIds (array $a_user_ids, $a_recursive=true)
 
 handleToTrash ()
 
 handleDelete ()
 

Additional Inherited Members

- Static Public Member Functions inherited from ilObjectLP
static getInstance ($a_obj_id)
 
static isSupportedObjectType ($a_type)
 
static handleMove ($a_source_ref_id)
 
- Protected Member Functions inherited from ilObjectLP
 __construct ($a_obj_id)
 
 resetCustomLPDataForUserIds (array $a_user_ids, $a_recursive=true)
 
 gatherLPUsers ()
 
 updateParentCollections ()
 
- Protected Attributes inherited from ilObjectLP
 $obj_id
 
 $collection_instance
 
 $mode
 

Detailed Description

Definition at line 14 of file class.ilGroupLP.php.

Member Function Documentation

◆ getDefaultMode()

ilGroupLP::getDefaultMode ( )

Definition at line 16 of file class.ilGroupLP.php.

References ilLPObjSettings\LP_MODE_DEACTIVATED.

17  {
19  }

◆ getMembers()

ilGroupLP::getMembers (   $a_search = true)

Definition at line 30 of file class.ilGroupLP.php.

References ilGroupParticipants\_getInstanceByObjId().

31  {
32  include_once 'Modules/Group/classes/class.ilGroupParticipants.php';
33  $member_obj = ilGroupParticipants::_getInstanceByObjId($this->obj_id);
34  return $member_obj->getMembers();
35  }
static _getInstanceByObjId($a_obj_id)
Get singleton instance.
+ Here is the call graph for this function:

◆ getValidModes()


The documentation for this class was generated from the following file: