ILIAS
Release_5_0_x_branch Revision 61816
|
Shows all items grouped by type. More...
Public Member Functions | |
__construct ($container_gui_obj) | |
Constructor public. | |
renderItemList () | |
Render items list. | |
Public Member Functions inherited from ilContainerByTypeContentGUI | |
getDetailsLevel ($a_session_id) | |
get details level | |
getMainContent () | |
Get content HTML for main column. | |
Public Member Functions inherited from ilContainerContentGUI | |
__construct (&$container_gui_obj) | |
Constructor. | |
getContainerObject () | |
Get container object. | |
getContainerGUI () | |
Get container GUI object. | |
setOutput () | |
Sets view output into column layout. | |
determinePageEmbeddedBlocks ($a_container_page_html) | |
Determine all blocks that are embedded in the container page. | |
addEmbeddedBlock ($block_type, $block_parameter) | |
Add embedded block. | |
getEmbeddedBlocks () | |
Get page embedded blocks. | |
renderPageEmbeddedBlocks () | |
Render Page Embedded Blocks. | |
renderItem ($a_item_data, $a_position=0, $a_force_icon=false, $a_pos_prefix="") | |
Render an item. | |
insertPageEmbeddedBlocks ($a_output_html) | |
Insert blocks into container page. | |
getGroupedObjTypes () | |
Get grouped repository object types. | |
getIntroduction () | |
Get introduction. | |
getItemGroupsHTML ($a_pos=0) | |
Get item groups HTML. | |
renderItemGroup ($a_itgr) | |
Render item group. |
Additional Inherited Members | |
Data Fields inherited from ilContainerContentGUI | |
const | DETAILS_DEACTIVATED = 0 |
const | DETAILS_TITLE = 1 |
const | DETAILS_ALL = 2 |
$container_gui | |
$container_obj | |
Protected Member Functions inherited from ilContainerByTypeContentGUI | |
initDetails () | |
init details | |
Protected Attributes inherited from ilContainerByTypeContentGUI | |
$force_details |
Shows all items grouped by type.
Definition at line 33 of file class.ilContainerILincContentGUI.php.
ilContainerILincContentGUI::__construct | ( | $container_gui_obj | ) |
Constructor public.
Reimplemented from ilContainerByTypeContentGUI.
Definition at line 40 of file class.ilContainerILincContentGUI.php.
ilContainerILincContentGUI::renderItemList | ( | ) |
Render items list.
Reimplemented from ilContainerByTypeContentGUI.
Definition at line 51 of file class.ilContainerILincContentGUI.php.
References $location, $tpl, ilContainerContentGUI\getContainerGUI(), and ilContainerContentGUI\getContainerObject().