ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
getPluginInstance () | |
getDefaultMode () | |
getValidModes () | |
getCurrentMode () | |
![]() | |
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) | |
Data Fields | |
const | INACTIVE_PLUGIN = -1 |
Protected Member Functions | |
__construct ($a_obj_id) | |
initPlugin () | |
![]() | |
__construct (int $obj_id) | |
resetCustomLPDataForUserIds (array $user_ids, bool $recursive=true) | |
gatherLPUsers () | |
updateParentCollections () | |
Static Protected Member Functions | |
static | isLPMember (array &$res, int $usr_id, array $obj_ids) |
![]() | |
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 | |
$status | |
![]() | |
ilTree | $tree |
ilDBInterface | $db |
ilObjectDefinition | $objectDefinition |
int | $obj_id |
ilLPCollection | $collection_instance = null |
int | $mode = null |
Additional Inherited Members | |
![]() | |
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) |
![]() | |
static array | $type_defaults = null |
Definition at line 26 of file class.ilPluginLP.php.
|
protected |
Definition at line 32 of file class.ilPluginLP.php.
References ILIAS\GlobalScreen\Provider\__construct(), and initPlugin().
ilPluginLP::getCurrentMode | ( | ) |
Definition at line 72 of file class.ilPluginLP.php.
References ilLPObjSettings\LP_MODE_PLUGIN, ilLPObjSettings\LP_MODE_UNDEFINED, and null.
ilPluginLP::getDefaultMode | ( | ) |
ilPluginLP::getPluginInstance | ( | ) |
Definition at line 54 of file class.ilPluginLP.php.
References $status.
ilPluginLP::getValidModes | ( | ) |
Definition at line 64 of file class.ilPluginLP.php.
References ilLPObjSettings\LP_MODE_PLUGIN, and ilLPObjSettings\LP_MODE_UNDEFINED.
|
protected |
Definition at line 39 of file class.ilPluginLP.php.
References ilObject\_lookupType(), ilObjectFactory\getInstanceByObjId(), and ilRepositoryObjectPluginSlot\isTypePluginWithLP().
Referenced by __construct().
|
staticprotected |
Definition at line 80 of file class.ilPluginLP.php.
References $DIC, $location, and ilObject\_lookupType().
|
protected |
Definition at line 28 of file class.ilPluginLP.php.
Referenced by getPluginInstance().
const ilPluginLP::INACTIVE_PLUGIN = -1 |
Definition at line 30 of file class.ilPluginLP.php.
Referenced by ilLPStatusPlugin\_getCompleted(), ilLPStatusPlugin\_getFailed(), ilLPStatusPlugin\_getInProgress(), ilLPStatusPlugin\_getNotAttempted(), ilLPStatusPlugin\determinePercentage(), and ilLPStatusPlugin\determineStatus().