|
ILIAS
eassessment Revision 61809
|
Shows all items grouped by type. More...
Inheritance diagram for ilContainerByTypeContentGUI:
Collaboration diagram for ilContainerByTypeContentGUI:Public Member Functions | |
| __construct ($container_gui_obj) | |
| Constructor. | |
| getDetailsLevel ($a_session_id) | |
| get details level | |
| getMainContent () | |
| Get content HTML for main column. | |
| renderItemList () | |
| Render Items. | |
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 | |
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 grouped by type.
Definition at line 33 of file class.ilContainerByTypeContentGUI.php.
| ilContainerByTypeContentGUI::__construct | ( | $container_gui_obj | ) |
Constructor.
Reimplemented in ilContainerILincContentGUI.
Definition at line 41 of file class.ilContainerByTypeContentGUI.php.
References initDetails().
Here is the call graph for this function:| ilContainerByTypeContentGUI::getDetailsLevel | ( | $a_session_id | ) |
get details level
public
| int | $a_session_id |
Reimplemented from ilContainerContentGUI.
Definition at line 54 of file class.ilContainerByTypeContentGUI.php.
References $_SESSION, ilContainerContentGUI\DETAILS_ALL, ilContainerContentGUI\DETAILS_DEACTIVATED, ilContainerContentGUI\DETAILS_TITLE, and ilContainerContentGUI\getContainerGUI().
Here is the call graph for this function:| ilContainerByTypeContentGUI::getMainContent | ( | ) |
Get content HTML for main column.
Reimplemented from ilContainerContentGUI.
Definition at line 78 of file class.ilContainerByTypeContentGUI.php.
References $ilBench, $tpl, ilContainerContentGUI\getContainerGUI(), ilContainerContentGUI\getContainerObject(), ilContainerContentGUI\getIntroduction(), and renderItemList().
Here is the call graph for this function:
|
protected |
init details
protected
| @return |
Definition at line 222 of file class.ilContainerByTypeContentGUI.php.
References $_GET, $_SESSION, ilContainerContentGUI\DETAILS_ALL, ilContainerContentGUI\DETAILS_TITLE, ilContainerContentGUI\getContainerObject(), ilSessionAppointment\lookupLastSessionByCourse(), and ilSessionAppointment\lookupNextSessionByCourse().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerByTypeContentGUI::renderItemList | ( | ) |
Render Items.
Reimplemented in ilContainerILincContentGUI.
Definition at line 129 of file class.ilContainerByTypeContentGUI.php.
References $ilBench, $ilSetting, $lng, $tpl, $type, ilContainerContentGUI\addHeaderRow(), ilContainerContentGUI\addSeparatorRow(), ilContainerContentGUI\addStandardRow(), ilContainerContentGUI\clearAdminCommandsDetermination(), ilContainerContentGUI\getContainerGUI(), ilContainerContentGUI\getGroupedObjTypes(), ilContainerContentGUI\insertPageEmbeddedBlocks(), ilContainerContentGUI\newBlockTemplate(), and ilContainerContentGUI\renderItem().
Referenced by getMainContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 35 of file class.ilContainerByTypeContentGUI.php.