ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
getDefaultMode () | |
getValidModes () | |
![]() | |
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 () | |
Post vars for input groups is taken from array keys. More... | |
shouldFetchIndividualModeFromFormSubmission () | |
fetchIndividualModeFromFormSubmission (string $selected_group, array $group_data) | |
appendModeConfiguration (int $mode) | |
saveModeConfiguration (string $selected_group, array $group_data, bool &$modeChanged) | |
Static Public Member Functions | |
static | getDefaultModes (bool $a_lp_active) |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
__construct (int $obj_id) | |
resetCustomLPDataForUserIds (array $user_ids, bool $recursive=true) | |
gatherLPUsers () | |
updateParentCollections () | |
![]() | |
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) |
![]() | |
ilTree | $tree |
ilDBInterface | $db |
ilObjectDefinition | $objectDefinition |
int | $obj_id |
ilLPCollection | $collection_instance = null |
int | $mode = null |
![]() | |
static array | $type_defaults = null |
Definition at line 24 of file class.ilFileLP.php.
ilFileLP::getDefaultMode | ( | ) |
Definition at line 40 of file class.ilFileLP.php.
References ilLPObjSettings\LP_MODE_DEACTIVATED.
|
static |
Definition at line 30 of file class.ilFileLP.php.
References ilLPObjSettings\LP_MODE_CONTENT_VISITED, ilLPObjSettings\LP_MODE_DEACTIVATED, and ilLPObjSettings\LP_MODE_MANUAL.
ilFileLP::getValidModes | ( | ) |
Definition at line 46 of file class.ilFileLP.php.
References ilLPObjSettings\LP_MODE_CONTENT_VISITED, ilLPObjSettings\LP_MODE_DEACTIVATED, and ilLPObjSettings\LP_MODE_MANUAL.