|
ILIAS
release_8 Revision v8.24
|
Class ilCourseReferenceLP. More...
Inheritance diagram for ilCourseReferenceLP:
Collaboration diagram for ilCourseReferenceLP:Public Member Functions | |
| getMembers (bool $a_search=true) | |
| getDefaultMode () | |
| getValidModes () | |
| |
Public Member Functions inherited from ilObjectLP | |
| resetCaches () | |
| isAnonymized () | |
| getDefaultMode () | |
| getValidModes () | |
| getCurrentMode () | |
| isActive () | |
| getModeText (int $mode) | |
| getModeInfoText (int $mode) | |
| getSettingsInfo () | |
| getCollectionInstance () | |
| getMembers (bool $search=true) | |
| resetLPDataForCompleteObject (bool $recursive=true) | |
| resetLPDataForUserIds (array $user_ids, bool $recursive=true) | |
| handleToTrash () | |
| handleDelete () | |
| getMailTemplateId () | |
| hasIndividualModeOptions () | |
| initInvidualModeOptions (ilRadioGroupInputGUI $modeRadio) | |
| shouldFetchIndividualModeFromFormSubmission () | |
| fetchIndividualModeFromFormSubmission (ilPropertyFormGUI $form) | |
| appendModeConfiguration (int $mode, ilRadioOption $modeElement) | |
| saveModeConfiguration (ilPropertyFormGUI $form, bool &$modeChanged) | |
Static Public Member Functions | |
| static | getDefaultModes (bool $a_lp_active) |
Static Public Member Functions inherited from ilObjectLP | |
| static | getInstance (int $obj_id) |
| static | getTypeClass (string $type) |
| static | getSupportedObjectTypes () |
| static | isSupportedObjectType (string $type) |
| static | handleMove (int $source_ref_id) |
| static | getLPMemberships (int $usr_id, array $obj_ids, ?int $parent_ref_id=null, bool $mapped_ref_ids=false) |
| Get all objects where given user is member (from LP POV) More... | |
| static | supportsSpentSeconds (string $obj_type) |
| static | supportsMark (string $obj_type) |
| static | supportsMatrixView (string $obj_type) |
| static | getDefaultModes (bool $lp_active) |
| Get available type-specific default modes (no administration needed) More... | |
| static | saveTypeDefaults (array $data) |
| static | getTypeDefault (string $type) |
Protected Member Functions | |
| __construct ($a_obj_id) | |
Protected Member Functions inherited from ilObjectLP | |
| __construct (int $obj_id) | |
| resetCustomLPDataForUserIds (array $user_ids, bool $recursive=true) | |
| gatherLPUsers () | |
| updateParentCollections () | |
Private Attributes | |
| $logger = null | |
Additional Inherited Members | |
Static Protected Member Functions inherited from ilObjectLP | |
| static | isLPMember (array &$res, int $usr_id, array $obj_ids) |
| Find (lp-relevant) members for given object ids. More... | |
| static | findMembershipsByPath (array &$res, int $usr_id, int $parent_ref_id, array $obj_ids, bool $mapped_ref_ids=false) |
| Find (lp-relevant) memberships by path. More... | |
| static | getTypeDefaultFromDB (string $type) |
Protected Attributes inherited from ilObjectLP | |
| ilTree | $tree |
| ilDBInterface | $db |
| ilObjectDefinition | $objectDefinition |
| int | $obj_id |
| ilLPCollection | $collection_instance = null |
| int | $mode = null |
Static Protected Attributes inherited from ilObjectLP | |
| static array | $type_defaults = null |
Class ilCourseReferenceLP.
Definition at line 9 of file class.ilCourseReferenceLP.php.
|
protected |
Definition at line 16 of file class.ilCourseReferenceLP.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilCourseReferenceLP::getDefaultMode | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 46 of file class.ilCourseReferenceLP.php.
|
static |
| bool | $a_lp_active |
Reimplemented from ilObjectLP.
Definition at line 55 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 | ( | bool | $a_search = true | ) |
| bool | $a_search |
Reimplemented from ilObjectLP.
Definition at line 29 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 66 of file class.ilCourseReferenceLP.php.
References getDefaultModes().
Here is the call graph for this function:
|
private |
Definition at line 14 of file class.ilCourseReferenceLP.php.