|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilCourseReferenceLP. More...
Inheritance diagram for ilCourseReferenceLP:
Collaboration diagram for ilCourseReferenceLP:Public Member Functions | |
| getMembers ($a_search=true) | |
| getDefaultMode () | |
| getValidModes () | |
Public Member Functions inherited from ilObjectLP | |
| resetCaches () | |
| isAnonymized () | |
| getDefaultMode () | |
| getValidModes () | |
| getCurrentMode () | |
| isActive () | |
| getModeText ($a_mode) | |
| getModeInfoText ($a_mode) | |
| getSettingsInfo () | |
| getCollectionInstance () | |
| getMembers ($a_search=true) | |
| resetLPDataForCompleteObject ($a_recursive=true) | |
| resetLPDataForUserIds (array $a_user_ids, $a_recursive=true) | |
| handleToTrash () | |
| handleDelete () | |
| getMailTemplateId () | |
Static Public Member Functions | |
| static | getDefaultModes ($a_lp_active) |
Static Public Member Functions inherited from ilObjectLP | |
| static | getInstance ($a_obj_id) |
| static | getTypeClass ($a_type) |
| static | isSupportedObjectType ($a_type) |
| static | handleMove ($a_source_ref_id) |
| static | getLPMemberships ($a_usr_id, array $a_obj_ids, $a_parent_ref_id=null, $a_mapped_ref_ids=false) |
| Get all objects where given user is member (from LP POV) More... | |
| static | supportsSpentSeconds ($a_obj_type) |
| static | supportsMark ($a_obj_type) |
| static | supportsMatrixView ($a_obj_type) |
| static | getDefaultModes ($a_lp_active) |
| Get available type-specific default modes (no administration needed) More... | |
| static | saveTypeDefaults (array $a_data) |
| static | getTypeDefault ($a_type) |
| Get current type default. More... | |
Protected Member Functions | |
| __construct ($a_obj_id) | |
Protected Member Functions inherited from ilObjectLP | |
| __construct ($a_obj_id) | |
| resetCustomLPDataForUserIds (array $a_user_ids, $a_recursive=true) | |
| gatherLPUsers () | |
| updateParentCollections () | |
Private Attributes | |
| $logger = null | |
Additional Inherited Members | |
Static Protected Member Functions inherited from ilObjectLP | |
| static | isLPMember (array &$a_res, $a_usr_id, $a_obj_ids) |
| Find (lp-relevant) members for given object ids. More... | |
| static | findMembershipsByPath (array &$a_res, $a_usr_id, $a_parent_ref_id, array $a_obj_ids, $a_mapped_ref_ids=false) |
| Find (lp-relevant) memberships by path. More... | |
| static | getTypeDefaultFromDB ($a_type) |
Protected Attributes inherited from ilObjectLP | |
| $tree | |
| $db | |
| $obj_id | |
| $collection_instance | |
| $mode | |
Static Protected Attributes inherited from ilObjectLP | |
| static | $type_defaults |
Class ilCourseReferenceLP.
Definition at line 8 of file class.ilCourseReferenceLP.php.
|
protected |
Reimplemented from ilObjectLP.
Definition at line 15 of file class.ilCourseReferenceLP.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilCourseReferenceLP::getDefaultMode | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 45 of file class.ilCourseReferenceLP.php.
|
static |
| bool | $a_lp_active |
Reimplemented from ilObjectLP.
Definition at line 54 of file class.ilCourseReferenceLP.php.
References ilLPObjSettings\LP_MODE_COURSE_REFERENCE, and ilLPObjSettings\LP_MODE_DEACTIVATED.
Referenced by getValidModes().
Here is the caller graph for this function:| ilCourseReferenceLP::getMembers | ( | $a_search = true | ) |
| bool | $a_search |
Reimplemented from ilObjectLP.
Definition at line 28 of file class.ilCourseReferenceLP.php.
References ilContainerReference\_lookupTargetRefId(), and ilParticipants\getInstance().
Here is the call graph for this function:| ilCourseReferenceLP::getValidModes | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 65 of file class.ilCourseReferenceLP.php.
References getDefaultModes().
Here is the call graph for this function:
|
private |
Definition at line 13 of file class.ilCourseReferenceLP.php.