|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Containter\Content\ItemRenderer:Public Member Functions | |
| renderItem (array $a_item_data, int $a_position=0, bool $a_force_icon=false, string $a_pos_prefix="", string $item_group_list_presentation="", int $checkbox=self::CHECKBOX_NONE, bool $item_ordering=false, int $details_level=\ilObjectListGUI::DETAILS_ALL) | |
| Render an item. More... | |
| renderCard (array $a_item_data, int $a_position=0, bool $a_force_icon=false, string $a_pos_prefix="") | |
| getItemGUI (array $item_data) | |
Data Fields | |
| const | CHECKBOX_NONE = 0 |
| const | CHECKBOX_ADMIN = 1 |
| const | CHECKBOX_DOWNLOAD = 2 |
Protected Attributes | |
| ilContainerGUI | $container_gui |
| ilContainer | $container |
| string | $view_mode |
| InternalGUIService | $gui |
| InternalDomainService | $domain |
| array | $list_gui = [] |
Definition at line 30 of file class.ItemRenderer.php.
| ILIAS\Containter\Content\ItemRenderer::getItemGUI | ( | array | $item_data | ) |
Definition at line 274 of file class.ItemRenderer.php.
References ilObjectListGUIFactory\_getListGUIByType().
Referenced by ILIAS\Containter\Content\ItemRenderer\renderCard(), and ILIAS\Containter\Content\ItemRenderer\renderItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Containter\Content\ItemRenderer::renderCard | ( | array | $a_item_data, |
| int | $a_position = 0, |
||
| bool | $a_force_icon = false, |
||
| string | $a_pos_prefix = "" |
||
| ) |
Definition at line 242 of file class.ItemRenderer.php.
References ilCommonActionDispatcherGUI\buildAjaxHash(), ILIAS\Containter\Content\ItemRenderer\getItemGUI(), and ilCommonActionDispatcherGUI\TYPE_REPOSITORY.
Referenced by ILIAS\Containter\Content\ItemRenderer\renderItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Containter\Content\ItemRenderer::renderItem | ( | array | $a_item_data, |
| int | $a_position = 0, |
||
| bool | $a_force_icon = false, |
||
| string | $a_pos_prefix = "", |
||
| string | $item_group_list_presentation = "", |
||
| int | $checkbox = self::CHECKBOX_NONE, |
||
| bool | $item_ordering = false, |
||
| int | $details_level = \ilObjectListGUI::DETAILS_ALL |
||
| ) |
Render an item.
Definition at line 64 of file class.ItemRenderer.php.
References $ilSetting, ILIAS\Containter\Content\ItemRenderer\$view_mode, ilContainerSorting\_getInstance(), ilObjectActivation\addListGUIActivationProperty(), ilObjectListGUI\DETAILS_ALL, ilObjectListGUI\DETAILS_MINIMAL, ilContainerContentGUI\DETAILS_TITLE, ilContainer\getCompleteDescriptions(), ILIAS\Containter\Content\ItemRenderer\getItemGUI(), ilObjectActivation\getItemsByEvent(), ILIAS\Containter\Content\ItemRenderer\renderCard(), ilContainerContentGUI\VIEW_MODE_LIST, and ilContainerContentGUI\VIEW_MODE_TILE.
Here is the call graph for this function:
|
protected |
Definition at line 37 of file class.ItemRenderer.php.
|
protected |
Definition at line 36 of file class.ItemRenderer.php.
|
protected |
Definition at line 40 of file class.ItemRenderer.php.
|
protected |
Definition at line 39 of file class.ItemRenderer.php.
|
protected |
Definition at line 41 of file class.ItemRenderer.php.
|
protected |
Definition at line 38 of file class.ItemRenderer.php.
Referenced by ILIAS\Containter\Content\ItemRenderer\renderItem().
| const ILIAS\Containter\Content\ItemRenderer::CHECKBOX_ADMIN = 1 |
Definition at line 33 of file class.ItemRenderer.php.
Referenced by ilContainerRenderer\renderItemBlockSequence().
| const ILIAS\Containter\Content\ItemRenderer::CHECKBOX_DOWNLOAD = 2 |
Definition at line 34 of file class.ItemRenderer.php.
Referenced by ilContainerRenderer\renderItemBlockSequence().
| const ILIAS\Containter\Content\ItemRenderer::CHECKBOX_NONE = 0 |
Definition at line 32 of file class.ItemRenderer.php.
Referenced by ilContainerRenderer\renderItemBlockSequence().