3 ===================================
4 Collect and iterate container items
5 ===================================
10 -- used
for getting all childs or a single child (todo: separate)
11 -- handles caching in $this->items[$a_admin_panel_enabled][$a_include_side_block]
12 -- handles data preloader
13 --
get objects via
$tree->getChilds
16 -- complex
long description determination
22 - no hidden files/container
23 - side block elements (
if not enabled by parameter)
24 -- groups objects by type
26 -- stores objects per type -> $this->items[
$type][...]
27 -- stores all objects -> $this->items[
"_all"][...]
28 -- stores non-session objects -> $this->items[
"_non_sess"][...]
30 -- stores sort result in $this->items[$a_admin_panel_enabled][$a_include_side_block]
sortItems($a_items)
sort subitems
getId()
get object id public
addAdditionalSubItemInformation(&$object)
Add additional information to sub item, e.g.
static _getInstance($a_obj_id)
get instance by obj_id
getSubItems( $a_admin_panel_enabled=false, $a_include_side_block=false, $a_get_single=0, \ilContainerUserFilter $container_user_filter=null)
Get subitems of container.