ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Shows all items grouped by type. More...
Public Member Functions | |
__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... | |
Public Member Functions inherited from ilContainerContentGUI | |
__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... | |
renderCard ($a_item_data, $a_position=0, $a_force_icon=false, $a_pos_prefix="") | |
Render card. More... | |
insertPageEmbeddedBlocks ($a_output_html) | |
Insert blocks into container page. More... | |
getSingleTypeBlockAsynch ($type) | |
Render single block. 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... | |
Protected Member Functions | |
initDetails () | |
init details More... | |
Protected Member Functions inherited from ilContainerContentGUI | |
getViewMode () | |
Get view mode. 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... | |
Protected Attributes | |
$access | |
$user | |
$force_details | |
$block_limit | |
Protected Attributes inherited from ilContainerContentGUI | |
$tpl | |
$ctrl | |
$user | |
$lng | |
$access | |
$plugin_admin | |
$db | |
$rbacsystem | |
$settings | |
$obj_definition | |
$details_level = self::DETAILS_DEACTIVATED | |
$renderer | |
$log | |
$view_mode | |
Additional Inherited Members | |
Data Fields inherited from ilContainerContentGUI | |
const | DETAILS_DEACTIVATED = 0 |
const | DETAILS_TITLE = 1 |
const | DETAILS_ALL = 2 |
const | VIEW_MODE_LIST = 0 |
const | VIEW_MODE_TILE = 1 |
$container_gui | |
$container_obj | |
Shows all items grouped by type.
Definition at line 33 of file class.ilContainerByTypeContentGUI.php.
ilContainerByTypeContentGUI::__construct | ( | $container_gui_obj | ) |
Constructor.
Definition at line 53 of file class.ilContainerByTypeContentGUI.php.
References $DIC, ilContainer\_lookupContainerSetting(), initDetails(), and user().
ilContainerByTypeContentGUI::getDetailsLevel | ( | $a_session_id | ) |
get details level
public
int | $a_session_id |
Definition at line 71 of file class.ilContainerByTypeContentGUI.php.
References $_SESSION, and ilContainerContentGUI\getContainerGUI().
ilContainerByTypeContentGUI::getMainContent | ( | ) |
Get content HTML for main column.
Definition at line 90 of file class.ilContainerByTypeContentGUI.php.
References $access, $html, ilContainerContentGUI\$tpl, ilContainerContentGUI\getContainerGUI(), ilContainerContentGUI\getContainerObject(), ilContainerContentGUI\getIntroduction(), and renderItemList().
|
protected |
init details
protected
Definition at line 184 of file class.ilContainerByTypeContentGUI.php.
References $_GET, $_SESSION, $ilUser, $session, $user, ilContainerContentGUI\getContainerObject(), ilSessionAppointment\lookupLastSessionByCourse(), and ilSessionAppointment\lookupNextSessionByCourse().
Referenced by __construct().
ilContainerByTypeContentGUI::renderItemList | ( | ) |
Render Items.
Definition at line 124 of file class.ilContainerByTypeContentGUI.php.
References $html, $type, ilContainerContentGUI\clearAdminCommandsDetermination(), ilContainerContentGUI\getContainerGUI(), ilContainerContentGUI\getGroupedObjTypes(), ilContainerContentGUI\getItemGroupsHTML(), ilContainerContentGUI\initRenderer(), ilContainerContentGUI\insertPageEmbeddedBlocks(), and ilContainerContentGUI\renderItem().
Referenced by getMainContent().
|
protected |
Definition at line 38 of file class.ilContainerByTypeContentGUI.php.
Referenced by getMainContent().
|
protected |
Definition at line 47 of file class.ilContainerByTypeContentGUI.php.
|
protected |
Definition at line 45 of file class.ilContainerByTypeContentGUI.php.
|
protected |
Definition at line 43 of file class.ilContainerByTypeContentGUI.php.
Referenced by initDetails().