|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Manages container subitems set. More...
Collaboration diagram for ILIAS\Style\Content\ItemSetManager:Public Member Functions | |
| __construct (InternalDomainService $domain, int $mode, int $parent_ref_id, ?\ilContainerUserFilter $user_filter=null, int $single_ref_id=0, bool $admin_mode=false, bool $force_session_order_by_date=true) | |
| setHiddenFilesFound (bool $a_hiddenfilesfound) | |
| getHiddenFilesFound () | |
| hasItems () | |
| getRefIdsOfType (string $type) | |
| getAllRefIds () | |
| getRawDataByRefId (int $ref_id) | |
| isSideBlockItem (int $ref_id) | |
| isClassificationFilterActive () | |
Data Fields | |
| const | FLAT = 0 |
| const | TREE = 1 |
| const | SINGLE = 2 |
Protected Member Functions | |
| init () | |
| applySorting () | |
| groupItems () | |
| Internally group all items. More... | |
| sortSessions () | |
| getAdditionalSubItemInformation () | |
| addAdditionalSubItemInformationToObject (array &$object) | |
| applyUserFilter () | |
| Apply container user filter on objects. More... | |
| getCompleteDescriptions () | |
| From ilContainer. More... | |
| applyClassificationFilter () | |
| From ilContainer. More... | |
| preloadAdvancedMDValues () | |
Protected Attributes | |
| bool | $force_session_order_by_date |
| bool | $admin_mode |
| bool | $hiddenfilesfound = false |
| string | $parent_type |
| int | $parent_obj_id |
| int | $parent_ref_id = 0 |
| int | $single_ref_id = 0 |
| InternalDomainService | $domain |
| array | $raw = [] |
| array | $raw_by_type = [] |
| array | $rendered = [] |
| int | $mode = self::FLAT |
| ilContainerUserFilter | $user_filter = null |
| bool | $initialised = false |
Manages container subitems set.
Definition at line 26 of file class.ItemSetManager.php.
| ILIAS\Style\Content\ItemSetManager::__construct | ( | InternalDomainService | $domain, |
| int | $mode, | ||
| int | $parent_ref_id, | ||
| ?\ilContainerUserFilter | $user_filter = null, |
||
| int | $single_ref_id = 0, |
||
| bool | $admin_mode = false, |
||
| bool | $force_session_order_by_date = true |
||
| ) |
| int | $mode | self::TREE|self::FLAT|self::SINGLE |
Definition at line 51 of file class.ItemSetManager.php.
References ILIAS\Style\Content\ItemSetManager\$admin_mode, ILIAS\Style\Content\ItemSetManager\$domain, ILIAS\Style\Content\ItemSetManager\$force_session_order_by_date, ILIAS\Style\Content\ItemSetManager\$mode, ILIAS\Style\Content\ItemSetManager\$parent_ref_id, ILIAS\Style\Content\ItemSetManager\$single_ref_id, ILIAS\Style\Content\ItemSetManager\$user_filter, ilObject\_lookupObjId(), ilObject\_lookupType(), and ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
|
protected |
Definition at line 224 of file class.ItemSetManager.php.
References ilObjectActivation\addAdditionalSubItemInformation().
Referenced by ILIAS\Style\Content\ItemSetManager\getAdditionalSubItemInformation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
From ilContainer.
Definition at line 324 of file class.ItemSetManager.php.
References $classification, $id, ilClassificationProvider\getValidProviders(), and ILIAS\Repository\raw().
Referenced by ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 150 of file class.ItemSetManager.php.
References ilContainerSorting\_getInstance(), and ILIAS\Repository\raw().
Referenced by ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Apply container user filter on objects.
Definition at line 255 of file class.ItemSetManager.php.
References ilContainer\_lookupContainerSetting(), and ILIAS\Repository\raw().
Referenced by ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 217 of file class.ItemSetManager.php.
References ILIAS\Style\Content\ItemSetManager\addAdditionalSubItemInformationToObject(), and ILIAS\Repository\raw().
Referenced by ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Style\Content\ItemSetManager::getAllRefIds | ( | ) |
Definition at line 130 of file class.ItemSetManager.php.
References ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
|
protected |
From ilContainer.
Definition at line 275 of file class.ItemSetManager.php.
References $ilSetting, ilObject\DESC_LENGTH, ilObject\getLongDescriptions(), ILIAS\Repository\int(), ILIAS\Repository\raw(), and ilStr\shortenTextExtended().
Referenced by ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Style\Content\ItemSetManager::getHiddenFilesFound | ( | ) |
Definition at line 78 of file class.ItemSetManager.php.
References ILIAS\Style\Content\ItemSetManager\$hiddenfilesfound.
| ILIAS\Style\Content\ItemSetManager::getRawDataByRefId | ( | int | $ref_id | ) |
Definition at line 136 of file class.ItemSetManager.php.
References $ref_id, and ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:| ILIAS\Style\Content\ItemSetManager::getRefIdsOfType | ( | string | $type | ) |
Definition at line 119 of file class.ItemSetManager.php.
References ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
|
protected |
Internally group all items.
Definition at line 161 of file class.ItemSetManager.php.
References ilObjFileAccess\_isFileHidden(), ILIAS\Repository\int(), ILIAS\Style\Content\ItemSetManager\isClassificationFilterActive(), ILIAS\Repository\raw(), and ILIAS\Style\Content\ItemSetManager\setHiddenFilesFound().
Referenced by ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Style\Content\ItemSetManager::hasItems | ( | ) |
Definition at line 113 of file class.ItemSetManager.php.
References ILIAS\Style\Content\ItemSetManager\init(), and ILIAS\Repository\raw().
Here is the call graph for this function:
|
protected |
Definition at line 86 of file class.ItemSetManager.php.
References ILIAS\Style\Content\ItemSetManager\applyClassificationFilter(), ILIAS\Style\Content\ItemSetManager\applySorting(), ILIAS\Style\Content\ItemSetManager\applyUserFilter(), ILIAS\Style\Content\ItemSetManager\getAdditionalSubItemInformation(), ILIAS\Style\Content\ItemSetManager\getCompleteDescriptions(), ILIAS\Style\Content\ItemSetManager\groupItems(), ILIAS\Style\Content\ItemSetManager\preloadAdvancedMDValues(), ILIAS\Repository\raw(), and ILIAS\Style\Content\ItemSetManager\sortSessions().
Referenced by ILIAS\Style\Content\ItemSetManager\__construct(), ILIAS\Style\Content\ItemSetManager\getAllRefIds(), ILIAS\Style\Content\ItemSetManager\getRawDataByRefId(), ILIAS\Style\Content\ItemSetManager\getRefIdsOfType(), ILIAS\Style\Content\ItemSetManager\hasItems(), and ILIAS\Style\Content\ItemSetManager\isSideBlockItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Style\Content\ItemSetManager::isClassificationFilterActive | ( | ) |
Definition at line 232 of file class.ItemSetManager.php.
References $classification, $id, and ilClassificationProvider\getValidProviders().
Referenced by ILIAS\Style\Content\ItemSetManager\groupItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Style\Content\ItemSetManager::isSideBlockItem | ( | int | $ref_id | ) |
Definition at line 142 of file class.ItemSetManager.php.
References $ref_id, and ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
|
protected |
Definition at line 345 of file class.ItemSetManager.php.
References ilAdvancedMDValues\preloadByObjIds().
Referenced by ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Style\Content\ItemSetManager::setHiddenFilesFound | ( | bool | $a_hiddenfilesfound | ) |
Definition at line 73 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\ItemSetManager\groupItems().
Here is the caller graph for this function:
|
protected |
Definition at line 207 of file class.ItemSetManager.php.
References ilArrayUtil\sortArray().
Referenced by ILIAS\Style\Content\ItemSetManager\init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\ItemSetManager\__construct().
|
protected |
Definition at line 39 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\ItemSetManager\__construct().
|
protected |
Definition at line 31 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\ItemSetManager\__construct().
|
protected |
Definition at line 33 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\ItemSetManager\getHiddenFilesFound().
|
protected |
Definition at line 46 of file class.ItemSetManager.php.
|
protected |
Definition at line 44 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\ItemSetManager\__construct().
|
protected |
Definition at line 35 of file class.ItemSetManager.php.
|
protected |
Definition at line 37 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\ItemSetManager\__construct().
|
protected |
Definition at line 34 of file class.ItemSetManager.php.
|
protected |
Definition at line 40 of file class.ItemSetManager.php.
|
protected |
Definition at line 41 of file class.ItemSetManager.php.
|
protected |
Definition at line 43 of file class.ItemSetManager.php.
|
protected |
Definition at line 38 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\ItemSetManager\__construct().
|
protected |
Definition at line 45 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\ItemSetManager\__construct().
| const ILIAS\Style\Content\ItemSetManager::FLAT = 0 |
Definition at line 28 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\DomainService\itemSetFlat().
| const ILIAS\Style\Content\ItemSetManager::SINGLE = 2 |
Definition at line 30 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\DomainService\itemSetSingle().
| const ILIAS\Style\Content\ItemSetManager::TREE = 1 |
Definition at line 29 of file class.ItemSetManager.php.
Referenced by ILIAS\Style\Content\DomainService\itemSetTree().