ILIAS
Release_4_0_x_branch Revision 61816
|
Shows all items in one block. More...
Public Member Functions | |
__construct ($container_gui_obj) | |
Constructor. | |
getDetailsLevel ($a_session_id) | |
get details level | |
getMainContent () | |
Get content HTML for main column. | |
__showMaterials ($a_tpl) | |
Show Materials. | |
addFooterRow ($tpl) | |
add footer row | |
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) | |
Render an item. | |
& | newBlockTemplate () |
returns a new list block template | |
addStandardRow (&$a_tpl, $a_html, $a_ref_id=0) | |
add item row to template | |
addHeaderRow ($a_tpl, $a_type="", $a_text="") | |
Add header row to block template. | |
resetRowType () | |
Reset row type (toggling background colors) | |
insertPageEmbeddedBlocks ($a_output_html) | |
Insert blocks into container page. | |
addMessageRow (&$a_tpl, $a_message, $a_type) | |
add message row | |
addSeparatorRow (&$a_tpl) | |
Add separator row between two blocks. | |
getGroupedObjTypes () | |
Get grouped repository object types. | |
getIntroduction () | |
Get introduction. |
Protected Member Functions | |
initDetails () | |
init details | |
Protected Member Functions inherited from ilContainerContentGUI | |
getRightColumnHTML () | |
Get HTML for right column. | |
getCenterColumnHTML () | |
Get HTML for center column. | |
clearAdminCommandsDetermination () | |
cleaer administration commands determination | |
determineAdminCommands ($a_ref_id, $a_admin_com_included_in_list=false) | |
determin admin commands | |
getItemGUI ($item_data, $a_show_path=false) | |
Get ListGUI object for item. |
Protected Attributes | |
$force_details = 0 | |
Protected Attributes inherited from ilContainerContentGUI | |
$details_level = self::DETAILS_DEACTIVATED |
Additional Inherited Members | |
Data Fields inherited from ilContainerContentGUI | |
const | DETAILS_DEACTIVATED = 0 |
const | DETAILS_TITLE = 1 |
const | DETAILS_ALL = 2 |
$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 41 of file class.ilContainerSessionsContentGUI.php.
References $lng, and initDetails().
ilContainerSessionsContentGUI::__showMaterials | ( | $a_tpl | ) |
Show Materials.
Definition at line 112 of file class.ilContainerSessionsContentGUI.php.
References $lng, $tpl, ilContainerContentGUI\addHeaderRow(), ilContainerContentGUI\addSeparatorRow(), ilContainerContentGUI\addStandardRow(), ilContainerContentGUI\clearAdminCommandsDetermination(), ilContainerContentGUI\getContainerGUI(), ilContainerContentGUI\getContainerObject(), ilContainerContentGUI\insertPageEmbeddedBlocks(), ilContainerContentGUI\newBlockTemplate(), ilContainerContentGUI\renderItem(), and ilUtil\sortArray().
Referenced by getMainContent().
ilContainerSessionsContentGUI::addFooterRow | ( | $tpl | ) |
add footer row
public
@return |
Definition at line 212 of file class.ilContainerSessionsContentGUI.php.
References $tpl, ilContainerContentGUI\getContainerObject(), and ilUtil\getImagePath().
ilContainerSessionsContentGUI::getDetailsLevel | ( | $a_session_id | ) |
get details level
public
int | $a_session_id |
Reimplemented from ilContainerContentGUI.
Definition at line 58 of file class.ilContainerSessionsContentGUI.php.
References $_SESSION, ilContainerContentGUI\DETAILS_ALL, ilContainerContentGUI\DETAILS_DEACTIVATED, ilContainerContentGUI\DETAILS_TITLE, and ilContainerContentGUI\getContainerGUI().
ilContainerSessionsContentGUI::getMainContent | ( | ) |
Get content HTML for main column.
Reimplemented from ilContainerContentGUI.
Definition at line 82 of file class.ilContainerSessionsContentGUI.php.
References $lng, $tpl, __showMaterials(), and ilContainerContentGUI\getContainerObject().
|
protected |
init details
protected
@return |
Definition at line 249 of file class.ilContainerSessionsContentGUI.php.
References $_GET, $_SESSION, ilContainerContentGUI\DETAILS_ALL, ilContainerContentGUI\DETAILS_TITLE, elseif(), ilContainerContentGUI\getContainerObject(), ilSessionAppointment\lookupLastSessionByCourse(), and ilSessionAppointment\lookupNextSessionByCourse().
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilContainerSessionsContentGUI.php.