ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Manages container subitems set. More...
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) | |
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 | $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 29 of file class.ItemSetManager.php.
ILIAS\UI\Component\Legacy\Content\ItemSetManager::__construct | ( | InternalDomainService | $domain, |
int | $mode, | ||
int | $parent_ref_id, | ||
?\ilContainerUserFilter | $user_filter = null , |
||
int | $single_ref_id = 0 , |
||
bool | $admin_mode = false |
||
) |
int | $mode | self::TREE|self::FLAT|self::SINGLE |
Definition at line 53 of file class.ItemSetManager.php.
References ILIAS\UI\Component\Legacy\Content\ItemSetManager\$admin_mode, ILIAS\UI\Component\Legacy\Content\ItemSetManager\$domain, ILIAS\UI\Component\Legacy\Content\ItemSetManager\$mode, ILIAS\UI\Component\Legacy\Content\ItemSetManager\$parent_ref_id, ILIAS\UI\Component\Legacy\Content\ItemSetManager\$single_ref_id, ILIAS\UI\Component\Legacy\Content\ItemSetManager\$user_filter, ilObject\_lookupObjId(), ilObject\_lookupType(), and ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
|
protected |
Definition at line 221 of file class.ItemSetManager.php.
References ilObjectActivation\addAdditionalSubItemInformation().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\getAdditionalSubItemInformation().
|
protected |
From ilContainer.
Definition at line 321 of file class.ItemSetManager.php.
References $classification, $id, ilClassificationProvider\getValidProviders(), and ILIAS\Repository\raw().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
|
protected |
Definition at line 150 of file class.ItemSetManager.php.
References ilContainerSorting\_getInstance(), and ILIAS\Repository\raw().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
|
protected |
Apply container user filter on objects.
Definition at line 252 of file class.ItemSetManager.php.
References ilContainer\_lookupContainerSetting(), and ILIAS\Repository\raw().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
|
protected |
Definition at line 214 of file class.ItemSetManager.php.
References ILIAS\UI\Component\Legacy\Content\ItemSetManager\addAdditionalSubItemInformationToObject(), and ILIAS\Repository\raw().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
ILIAS\UI\Component\Legacy\Content\ItemSetManager::getAllRefIds | ( | ) |
Definition at line 130 of file class.ItemSetManager.php.
References ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
|
protected |
From ilContainer.
Definition at line 272 of file class.ItemSetManager.php.
References $ilSetting, ilObject\DESC_LENGTH, ilObject\getLongDescriptions(), ILIAS\Repository\int(), ILIAS\Repository\raw(), and ilStr\shortenTextExtended().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
ILIAS\UI\Component\Legacy\Content\ItemSetManager::getHiddenFilesFound | ( | ) |
Definition at line 78 of file class.ItemSetManager.php.
References ILIAS\UI\Component\Legacy\Content\ItemSetManager\$hiddenfilesfound.
ILIAS\UI\Component\Legacy\Content\ItemSetManager::getRawDataByRefId | ( | int | $ref_id | ) |
Definition at line 136 of file class.ItemSetManager.php.
References $ref_id, ILIAS\UI\Component\Legacy\Content\ItemSetManager\init(), and null.
ILIAS\UI\Component\Legacy\Content\ItemSetManager::getRefIdsOfType | ( | string | $type | ) |
Definition at line 119 of file class.ItemSetManager.php.
References ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
|
protected |
Internally group all items.
Definition at line 161 of file class.ItemSetManager.php.
References ilObjFileAccess\_isFileHidden(), ILIAS\Repository\int(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\isClassificationFilterActive(), ILIAS\Repository\raw(), and ILIAS\UI\Component\Legacy\Content\ItemSetManager\setHiddenFilesFound().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
ILIAS\UI\Component\Legacy\Content\ItemSetManager::hasItems | ( | ) |
Definition at line 113 of file class.ItemSetManager.php.
References ILIAS\UI\Component\Legacy\Content\ItemSetManager\init(), and ILIAS\Repository\raw().
|
protected |
Definition at line 86 of file class.ItemSetManager.php.
References ILIAS\UI\Component\Legacy\Content\ItemSetManager\applyClassificationFilter(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\applySorting(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\applyUserFilter(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\getAdditionalSubItemInformation(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\getCompleteDescriptions(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\groupItems(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\preloadAdvancedMDValues(), ILIAS\Repository\raw(), and ILIAS\UI\Component\Legacy\Content\ItemSetManager\sortSessions().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\__construct(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\getAllRefIds(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\getRawDataByRefId(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\getRefIdsOfType(), ILIAS\UI\Component\Legacy\Content\ItemSetManager\hasItems(), and ILIAS\UI\Component\Legacy\Content\ItemSetManager\isSideBlockItem().
ILIAS\UI\Component\Legacy\Content\ItemSetManager::isClassificationFilterActive | ( | ) |
Definition at line 229 of file class.ItemSetManager.php.
References $classification, $id, and ilClassificationProvider\getValidProviders().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\groupItems().
ILIAS\UI\Component\Legacy\Content\ItemSetManager::isSideBlockItem | ( | int | $ref_id | ) |
Definition at line 142 of file class.ItemSetManager.php.
References $ref_id, and ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
|
protected |
Definition at line 342 of file class.ItemSetManager.php.
References ilAdvancedMDValues\preloadByObjIds().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
ILIAS\UI\Component\Legacy\Content\ItemSetManager::setHiddenFilesFound | ( | bool | $a_hiddenfilesfound | ) |
Definition at line 73 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\groupItems().
|
protected |
Definition at line 207 of file class.ItemSetManager.php.
References ilArrayUtil\sortArray().
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\init().
|
protected |
Definition at line 34 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\__construct().
|
protected |
Definition at line 41 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\__construct().
|
protected |
Definition at line 35 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\getHiddenFilesFound().
|
protected |
Definition at line 48 of file class.ItemSetManager.php.
|
protected |
Definition at line 46 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\__construct().
|
protected |
Definition at line 37 of file class.ItemSetManager.php.
|
protected |
Definition at line 39 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\__construct().
|
protected |
Definition at line 36 of file class.ItemSetManager.php.
|
protected |
Definition at line 42 of file class.ItemSetManager.php.
|
protected |
Definition at line 43 of file class.ItemSetManager.php.
|
protected |
Definition at line 45 of file class.ItemSetManager.php.
|
protected |
Definition at line 40 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\__construct().
|
protected |
Definition at line 47 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\ItemSetManager\__construct().
const ILIAS\UI\Component\Legacy\Content\ItemSetManager::FLAT = 0 |
Definition at line 31 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\DomainService\itemSetFlat().
const ILIAS\UI\Component\Legacy\Content\ItemSetManager::SINGLE = 2 |
Definition at line 33 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\DomainService\itemSetSingle().
const ILIAS\UI\Component\Legacy\Content\ItemSetManager::TREE = 1 |
Definition at line 32 of file class.ItemSetManager.php.
Referenced by ILIAS\UI\Component\Legacy\Content\DomainService\itemSetTree().