|
| static | getDefaultModes (bool $a_lp_active) |
| | Get available type-specific default modes (no administration needed) More...
|
| |
| 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) |
| |
| | __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 23 of file ilLSLPTest.php.