ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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... | |
setItemModifierClosure (\Closure $f) | |
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 |
Closure | $item_modifier_closure = null |
array | $list_gui = [] |
Definition at line 30 of file class.ItemRenderer.php.
ILIAS\Containter\Content\ItemRenderer::getItemGUI | ( | array | $item_data | ) |
Definition at line 279 of file class.ItemRenderer.php.
References ilObjectListGUIFactory\_getListGUIByType().
Referenced by ILIAS\Containter\Content\ItemRenderer\renderCard(), and ILIAS\Containter\Content\ItemRenderer\renderItem().
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 249 of file class.ItemRenderer.php.
References ilCommonActionDispatcherGUI\buildAjaxHash(), ILIAS\Containter\Content\ItemRenderer\getItemGUI(), and ilCommonActionDispatcherGUI\TYPE_REPOSITORY.
Referenced by ILIAS\Containter\Content\ItemRenderer\renderItem().
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 65 of file class.ItemRenderer.php.
References $c, $ilSetting, ILIAS\Containter\Content\ItemRenderer\$item_modifier_closure, 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.
ILIAS\Containter\Content\ItemRenderer::setItemModifierClosure | ( | \Closure | $f | ) |
|
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.
Referenced by ILIAS\Containter\Content\ItemRenderer\renderItem().
|
protected |
Definition at line 42 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().