ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Shows all items in one block. 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... | |
__showMaterials ($a_tpl) | |
Show Materials. More... | |
addFooterRow ($tpl) | |
add footer row 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 | |
renderSessionLimitLink ($a_previous=true) | |
Show link to show/hide all previous/next sessions. More... | |
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 | |
$tabs | |
$force_details = array() | |
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 in one block.
Definition at line 33 of file class.ilContainerSessionsContentGUI.php.
ilContainerSessionsContentGUI::__construct | ( | $container_gui_obj | ) |
Constructor.
Definition at line 46 of file class.ilContainerSessionsContentGUI.php.
References $DIC, ilContainerContentGUI\$lng, initDetails(), and user().
ilContainerSessionsContentGUI::__showMaterials | ( | $a_tpl | ) |
Show Materials.
Definition at line 113 of file class.ilContainerSessionsContentGUI.php.
References $html, ilContainerContentGUI\$lng, ilContainerContentGUI\clearAdminCommandsDetermination(), ilContainerContentGUI\getContainerGUI(), ilContainerContentGUI\getContainerObject(), ilContainerContentGUI\getItemGroupsHTML(), ilContainerContentGUI\initRenderer(), ilContainerContentGUI\insertPageEmbeddedBlocks(), ilContainerContentGUI\renderItem(), renderSessionLimitLink(), and ilUtil\sortArray().
Referenced by getMainContent().
ilContainerSessionsContentGUI::addFooterRow | ( | $tpl | ) |
add footer row
public
Definition at line 247 of file class.ilContainerSessionsContentGUI.php.
References $_GET, ilContainerContentGUI\$ctrl, $ilCtrl, and ilContainerContentGUI\$tpl.
ilContainerSessionsContentGUI::getDetailsLevel | ( | $a_session_id | ) |
get details level
public
int | $a_session_id |
Definition at line 68 of file class.ilContainerSessionsContentGUI.php.
References $_SESSION, and ilContainerContentGUI\getContainerGUI().
ilContainerSessionsContentGUI::getMainContent | ( | ) |
Get content HTML for main column.
Definition at line 87 of file class.ilContainerSessionsContentGUI.php.
References ilContainerContentGUI\$lng, $tabs, ilContainerContentGUI\$tpl, and __showMaterials().
|
protected |
init details
protected
Definition at line 265 of file class.ilContainerSessionsContentGUI.php.
References $_GET, $_SESSION, $ilUser, $session, ilContainerContentGUI\$user, ilContainerContentGUI\getContainerObject(), ilSessionAppointment\lookupLastSessionByCourse(), and ilSessionAppointment\lookupNextSessionByCourse().
Referenced by __construct().
|
protected |
Show link to show/hide all previous/next sessions.
Definition at line 188 of file class.ilContainerSessionsContentGUI.php.
References ilContainerContentGUI\$ctrl, $ilCtrl, $ilUser, ilContainerContentGUI\$lng, ilContainerContentGUI\$tpl, ilContainerContentGUI\$user, ilContainerContentGUI\getContainerGUI(), and ilContainerContentGUI\getContainerObject().
Referenced by __showMaterials().
|
protected |
Definition at line 40 of file class.ilContainerSessionsContentGUI.php.
|
protected |
Definition at line 38 of file class.ilContainerSessionsContentGUI.php.
Referenced by getMainContent().