ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Shows all items grouped by type. More...
Public Member Functions | |
__construct ($container_gui_obj) | |
Constructor public. More... | |
renderItemList () | |
Render items list. More... | |
![]() | |
__construct ($container_gui_obj) | |
Constructor. More... | |
getDetailsLevel ($a_session_id) | |
get details level More... | |
getMainContent () | |
Get content HTML for main column. More... | |
renderItemList () | |
Render Items. More... | |
![]() | |
__construct (&$container_gui_obj) | |
Constructor. More... | |
getContainerObject () | |
Get container object. More... | |
getContainerGUI () | |
Get container GUI object. More... | |
setOutput () | |
Sets view output into column layout. More... | |
getMainContent () | |
Get content HTML for main column, this one must be overwritten in derived classes. More... | |
determinePageEmbeddedBlocks ($a_container_page_html) | |
Determine all blocks that are embedded in the container page. More... | |
addEmbeddedBlock ($block_type, $block_parameter) | |
Add embedded block. More... | |
getEmbeddedBlocks () | |
Get page embedded blocks. More... | |
renderPageEmbeddedBlocks () | |
Render Page Embedded Blocks. More... | |
renderItem ($a_item_data, $a_position=0, $a_force_icon=false, $a_pos_prefix="") | |
Render an item. More... | |
insertPageEmbeddedBlocks ($a_output_html) | |
Insert blocks into container page. More... | |
getGroupedObjTypes () | |
Get grouped repository object types. More... | |
getIntroduction () | |
Get introduction. More... | |
getItemGroupsHTML ($a_pos=0) | |
Get item groups HTML. More... | |
renderItemGroup ($a_itgr) | |
Render item group. More... | |
Additional Inherited Members | |
![]() | |
const | DETAILS_DEACTIVATED = 0 |
const | DETAILS_TITLE = 1 |
const | DETAILS_ALL = 2 |
$container_gui | |
$container_obj | |
![]() | |
initDetails () | |
init details More... | |
![]() | |
getDetailsLevel ($a_item_id) | |
get details level More... | |
getRightColumnHTML () | |
Get HTML for right column. More... | |
getCenterColumnHTML () | |
Get HTML for center column. More... | |
initRenderer () | |
Init container renderer. More... | |
clearAdminCommandsDetermination () | |
cleaer administration commands determination More... | |
determineAdminCommands ($a_ref_id, $a_admin_com_included_in_list=false) | |
determin admin commands More... | |
getItemGUI ($item_data, $a_show_path=false) | |
Get ListGUI object for item. More... | |
![]() | |
$force_details | |
![]() | |
$details_level = self::DETAILS_DEACTIVATED | |
$renderer | |
Shows all items grouped by type.
Definition at line 33 of file class.ilContainerILincContentGUI.php.
ilContainerILincContentGUI::__construct | ( | $container_gui_obj | ) |
Constructor public.
Definition at line 40 of file class.ilContainerILincContentGUI.php.
ilContainerILincContentGUI::renderItemList | ( | ) |
Render items list.
Definition at line 51 of file class.ilContainerILincContentGUI.php.
References $location, $tpl, ilContainerContentGUI\getContainerGUI(), and ilContainerContentGUI\getContainerObject().