|
ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents a block method of a block. More...
Inheritance diagram for ilBlockGUI:
Collaboration diagram for ilBlockGUI:Public Member Functions | |
| ilBlockGUI () | |
| Constructor. | |
| addHeaderLink ($a_href, $a_text, $status=true) | |
| getHeaderLinks () | |
| setData ($a_data) | |
| Set Data. | |
| getData () | |
| Get Data. | |
| setBigMode ($a_bigmode) | |
| Set Big Mode. | |
| getBigMode () | |
| Get Big Mode. | |
| setBlockId ($a_block_id=0) | |
| Set Block Id. | |
| getBlockId () | |
| Get Block Id. | |
| setAvailableDetailLevels ($a_max, $a_min=0) | |
| Set Available Detail Levels. | |
| setCurrentDetailLevel ($a_currentdetaillevel) | |
| Set Current Detail Level. | |
| setGuiObject (&$a_gui_object) | |
| Set GuiObject. | |
| getGuiObject () | |
| Get GuiObject. | |
| getCurrentDetailLevel () | |
| Get Current Detail Level. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setImage ($a_image) | |
| Set Image. | |
| getImage () | |
| Get Image. | |
| setOffset ($a_offset) | |
| Set Offset. | |
| getOffset () | |
| Get Offset. | |
| correctOffset () | |
| setLimit ($a_limit) | |
| Set Limit. | |
| getLimit () | |
| Get Limit. | |
| setEnableEdit ($a_enableedit) | |
| Set EnableEdit. | |
| getEnableEdit () | |
| Get EnableEdit. | |
| setRepositoryMode ($a_repositorymode) | |
| Set RepositoryMode. | |
| getRepositoryMode () | |
| Get RepositoryMode. | |
| setFooterInfo ($a_footerinfo, $a_hide_and_icon=false) | |
| Set Footer Info. | |
| getFooterInfo ($a_hide_and_icon=false) | |
| Get Footer Info. | |
| setSubtitle ($a_subtitle) | |
| Set Subtitle. | |
| getSubtitle () | |
| Get Subtitle. | |
| setRefId ($a_refid) | |
| Set Ref Id (only used if isRepositoryObject() is true). | |
| getRefId () | |
| Get Ref Id (only used if isRepositoryObject() is true). | |
| setAdminCommands ($a_admincommands) | |
| Set Administration Commmands. | |
| getAdminCommands () | |
| Get Administration Commmands. | |
| setColSpan ($a_colspan) | |
| Set Columns Span. | |
| getColSpan () | |
| Get Columns Span. | |
| setEnableDetailRow ($a_enabledetailrow) | |
| Set EnableDetailRow. | |
| getEnableDetailRow () | |
| Get EnableDetailRow. | |
| setEnableNumInfo ($a_enablenuminfo) | |
| Set Enable Item Number Info. | |
| getEnableNumInfo () | |
| Get Enable Item Number Info. | |
| setProperties ($a_properties) | |
| This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties. | |
| getProperty ($a_property) | |
| setProperty ($a_property, $a_value) | |
| setRowTemplate ($a_rowtemplatename, $a_rowtemplatedir="") | |
| Set Row Template Name. | |
| getNavParameter () | |
| getDetailParameter () | |
| getConfigParameter () | |
| getMoveParameter () | |
| getRowTemplateName () | |
| Get Row Template Name. | |
| getRowTemplateDir () | |
| Get Row Template Directory. | |
| addBlockCommand ($a_href, $a_text, $a_target="", $a_img="", $a_right_aligned=false) | |
| Add Block Command. | |
| getBlockCommands () | |
| Get Block commands. | |
| addHeaderCommand ($a_href, $a_text, $a_as_close=false) | |
| Add Header Block Command. | |
| getHeaderCommands () | |
| Get Header Block commands. | |
| addFooterLink ($a_text, $a_href="", $a_onclick="", $a_block_id="", $a_top=false, $a_omit_separator=false) | |
| Add a footer text/link. | |
| getFooterLinks () | |
| Get footer links. | |
| clearFooterLinks () | |
| Clear footer links. | |
| handleDetailLevel () | |
| Handle read/write current detail level. | |
| setConfigMode ($a_configmode) | |
| Handle config status. | |
| getConfigMode () | |
| Get Config Mode (move blocks). | |
| getHTML () | |
| Get HTML. | |
| setDataSection ($a_content) | |
| Call this from overwritten fillDataSection(), if standard row based data is not used. | |
| fillDataSection () | |
| Standard implementation for row based data. | |
| fillRow ($a_set) | |
| fillFooter () | |
| fillPreviousNext () | |
| Fill previous/next row. | |
| setPreviousNextLinks () | |
| Get previous/next linkbar. | |
| fillFooterLinks ($a_top=false, $a_numinfo="") | |
| Fill footer links. | |
| fillDetailRow () | |
| Fill Detail Setting Row. | |
| fillMoveRow () | |
| Fill row for Moving. | |
| getAllowMove ($a_direction) | |
| setAllowMove ($a_direction, $a_allow=true) | |
| fillMoveLink ($a_value, $a_img, $a_txt) | |
Static Public Member Functions | |
| static | getBlockType () |
| static | isRepositoryObject () |
| static | getScreenMode () |
| Get Screen Mode for current command. | |
Protected Member Functions | |
| fillRowColor ($a_placeholder="CSS_ROW") | |
Protected Attributes | |
| $data = array() | |
| $colspan = 1 | |
| $enablenuminfo = true | |
| $detail_min = 0 | |
| $detail_max = 0 | |
| $bigmode = false | |
| $footer_links = array() | |
| $block_id = 0 | |
| $header_commands = array() | |
| $allow_moving = true | |
| $move = array("left" => false, "right" => false, "up" => false, "down" => false) | |
| $enabledetailrow = true | |
| $header_links = array() | |
This class represents a block method of a block.
Definition at line 31 of file class.ilBlockGUI.php.
| ilBlockGUI::addBlockCommand | ( | $a_href, | |
| $a_text, | |||
$a_target = "", |
|||
$a_img = "", |
|||
$a_right_aligned = false |
|||
| ) |
Add Block Command.
| string | $a_href | command link target |
| string | $a_text | text |
Definition at line 554 of file class.ilBlockGUI.php.
Referenced by ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), and getHTML().
Here is the caller graph for this function:| ilBlockGUI::addFooterLink | ( | $a_text, | |
$a_href = "", |
|||
$a_onclick = "", |
|||
$a_block_id = "", |
|||
$a_top = false, |
|||
$a_omit_separator = false |
|||
| ) |
Add a footer text/link.
Definition at line 605 of file class.ilBlockGUI.php.
Referenced by ilBookmarkBlockGUI\setFooterLinks(), ilPDSelectedItemsBlockGUI\setFooterLinks(), setPreviousNextLinks(), and ilNewsForContextBlockGUI\showViewFooter().
Here is the caller graph for this function:| ilBlockGUI::addHeaderCommand | ( | $a_href, | |
| $a_text, | |||
$a_as_close = false |
|||
| ) |
Add Header Block Command.
| string | $a_href | command link target |
| string | $a_text | text |
Definition at line 578 of file class.ilBlockGUI.php.
| ilBlockGUI::addHeaderLink | ( | $a_href, | |
| $a_text, | |||
$status = true |
|||
| ) |
Definition at line 67 of file class.ilBlockGUI.php.
Referenced by ilPDSelectedItemsBlockGUI\getHTML().
Here is the caller graph for this function:| ilBlockGUI::clearFooterLinks | ( | ) |
Clear footer links.
Definition at line 628 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\showViewFooter().
Here is the caller graph for this function:| ilBlockGUI::correctOffset | ( | ) |
Definition at line 253 of file class.ilBlockGUI.php.
References setOffset().
Referenced by fillDataSection().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::fillDataSection | ( | ) |
Standard implementation for row based data.
Overwrite this and call setContent for other data.
Reimplemented in ilPDSelectedItemsBlockGUI, ilCalendarBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, ilUsersOnlineBlockGUI, ilPDMailBlockGUI, ilPDExternalFeedBlockGUI, ilExternalFeedBlockGUI, ilWikiSideBlockGUI, ilHtmlBlockGUI, ilPDTaggingBlockGUI, ilWikiSearchBlockGUI, ilBookmarkBlockGUI, ilDummyBlockGUI, ilPDNotesBlockGUI, ilPDFeedbackBlockGUI, and ilPDContentBlockGUI.
Definition at line 977 of file class.ilBlockGUI.php.
References $_GET, $_SESSION, $data, correctOffset(), fillRow(), fillRowColor(), getData(), getLimit(), getNavParameter(), getOffset(), getRowTemplateDir(), getRowTemplateName(), and setOffset().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::fillDetailRow | ( | ) |
Fill Detail Setting Row.
Definition at line 1218 of file class.ilBlockGUI.php.
References $detail_min, $ilCtrl, $lng, getBlockId(), getBlockType(), getColSpan(), getCurrentDetailLevel(), getDetailParameter(), getFooterInfo(), and ilUtil\getImagePath().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::fillFooter | ( | ) |
Reimplemented in ilNewsForContextBlockGUI, ilPDSelectedItemsBlockGUI, ilPDTaggingBlockGUI, ilBookmarkBlockGUI, and ilPDContentBlockGUI.
Definition at line 1018 of file class.ilBlockGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilBlockGUI::fillFooterLinks | ( | $a_top = false, |
|
$a_numinfo = "" |
|||
| ) |
Fill footer links.
Definition at line 1145 of file class.ilBlockGUI.php.
References $ilCtrl, $lng, getColSpan(), and getFooterLinks().
Referenced by ilPDContentBlockGUI\fillFooter(), ilBookmarkBlockGUI\fillFooter(), ilPDTaggingBlockGUI\fillFooter(), ilPDSelectedItemsBlockGUI\fillFooter(), fillPreviousNext(), and ilNewsForContextBlockGUI\showViewFooter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::fillMoveLink | ( | $a_value, | |
| $a_img, | |||
| $a_txt | |||
| ) |
Definition at line 1361 of file class.ilBlockGUI.php.
References $ilCtrl, $lng, getBlockId(), getBlockType(), and ilUtil\getImagePath().
Referenced by fillMoveRow().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::fillMoveRow | ( | ) |
Fill row for Moving.
Definition at line 1321 of file class.ilBlockGUI.php.
References $ilCtrl, $lng, fillMoveLink(), getAllowMove(), and getMoveParameter().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::fillPreviousNext | ( | ) |
Fill previous/next row.
Reimplemented in ilPDContentBlockGUI.
Definition at line 1033 of file class.ilBlockGUI.php.
References $ilCtrl, $lng, fillFooterLinks(), getEnableNumInfo(), getLimit(), getOffset(), and setPreviousNextLinks().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::fillRow | ( | $a_set | ) |
Reimplemented in ilCalendarBlockGUI, ilNewsForContextBlockGUI, ilBookmarkBlockGUI, ilExternalFeedBlockGUI, ilPDExternalFeedBlockGUI, ilUsersOnlineBlockGUI, ilPDNotesBlockGUI, ilPDMailBlockGUI, and ilPDFeedbackBlockGUI.
Definition at line 1010 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
Here is the caller graph for this function:
|
finalprotected |
Definition at line 1022 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
Here is the caller graph for this function:| ilBlockGUI::getAdminCommands | ( | ) |
Get Administration Commmands.
Definition at line 410 of file class.ilBlockGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilBlockGUI::getAllowMove | ( | $a_direction | ) |
Definition at line 1350 of file class.ilBlockGUI.php.
Referenced by fillMoveRow().
Here is the caller graph for this function:| ilBlockGUI::getBigMode | ( | ) |
Get Big Mode.
Definition at line 113 of file class.ilBlockGUI.php.
References $bigmode.
Referenced by getHTML().
Here is the caller graph for this function:| ilBlockGUI::getBlockCommands | ( | ) |
Get Block commands.
Definition at line 567 of file class.ilBlockGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilBlockGUI::getBlockId | ( | ) |
Get Block Id.
Definition at line 133 of file class.ilBlockGUI.php.
References $block_id.
Referenced by ilCalendarBlockGUI\addMiniMonth(), fillDetailRow(), fillMoveLink(), getConfigParameter(), getDetailParameter(), ilPDExternalFeedBlockGUI\getDynamicReload(), ilExternalFeedBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getDynamicReload(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getJSEnabler(), ilExternalFeedBlockGUI\getJSEnabler(), ilNewsForContextBlockGUI\getJSEnabler(), getMoveParameter(), getNavParameter(), ilCalendarBlockGUI\ilCalendarBlockGUI(), and ilCalendarBlockGUI\setSeed().
Here is the caller graph for this function:
|
staticabstract |
Reimplemented in ilPDSelectedItemsBlockGUI, ilPDNewsBlockGUI, ilNewsForContextBlockGUI, ilCalendarBlockGUI, ilWikiSearchBlockGUI, ilWikiSideBlockGUI, ilPDExternalFeedBlockGUI, ilExternalFeedBlockGUI, ilPDMailBlockGUI, ilHtmlBlockGUI, ilBookmarkBlockGUI, ilPDCalendarBlockGUI, ilPDTaggingBlockGUI, ilUsersOnlineBlockGUI, ilPDFeedbackBlockGUI, ilPDNotesBlockGUI, ilPDContentBlockGUI, ilDummyBlockGUI, and ilPDSysMessageBlockGUI.
Referenced by fillDetailRow(), fillMoveLink(), getConfigParameter(), getDetailParameter(), getHTML(), getMoveParameter(), getNavParameter(), handleDetailLevel(), and setPreviousNextLinks().
Here is the caller graph for this function:| ilBlockGUI::getColSpan | ( | ) |
Get Columns Span.
Definition at line 430 of file class.ilBlockGUI.php.
References $colspan.
Referenced by fillDetailRow(), ilBookmarkBlockGUI\fillFooter(), ilPDTaggingBlockGUI\fillFooter(), ilPDSelectedItemsBlockGUI\fillFooter(), fillFooterLinks(), and getHTML().
Here is the caller graph for this function:| ilBlockGUI::getConfigMode | ( | ) |
Get Config Mode (move blocks).
Definition at line 707 of file class.ilBlockGUI.php.
|
final |
Definition at line 518 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Here is the call graph for this function:| ilBlockGUI::getCurrentDetailLevel | ( | ) |
Get Current Detail Level.
Definition at line 188 of file class.ilBlockGUI.php.
Referenced by ilPDFeedbackBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\fillDataSection(), ilPDExternalFeedBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), ilCalendarBlockGUI\fillDataSection(), fillDetailRow(), ilPDMailBlockGUI\fillRow(), ilPDNotesBlockGUI\fillRow(), ilUsersOnlineBlockGUI\fillRow(), ilBookmarkBlockGUI\fillRow(), ilNewsForContextBlockGUI\fillRow(), ilPDSysMessageBlockGUI\getHTML(), ilPDNotesBlockGUI\getHTML(), ilBookmarkBlockGUI\getHTML(), ilPDTaggingBlockGUI\getHTML(), ilPDMailBlockGUI\getHTML(), ilUsersOnlineBlockGUI\getHTML(), ilHtmlBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getMembershipItemsPerLocation(), ilPDSelectedItemsBlockGUI\getMembershipItemsPerType(), ilBookmarkBlockGUI\getPDBookmarkListHTMLTree(), ilPDSelectedItemsBlockGUI\getSelectedItemsPerLocation(), ilPDSelectedItemsBlockGUI\getSelectedItemsPerType(), ilPDTaggingBlockGUI\getTagCloud(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), and ilPDNewsBlockGUI\ilPDNewsBlockGUI().
Here is the caller graph for this function:| ilBlockGUI::getData | ( | ) |
Get Data.
Definition at line 93 of file class.ilBlockGUI.php.
References $data.
Referenced by ilExternalFeedBlockGUI\fillDataSection(), ilPDExternalFeedBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), fillDataSection(), ilNewsForContextBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getOverview(), ilExternalFeedBlockGUI\getOverview(), ilNewsForContextBlockGUI\getOverview(), and ilNewsForContextBlockGUI\showNews().
Here is the caller graph for this function:
|
final |
Definition at line 513 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by fillDetailRow(), getHTML(), and handleDetailLevel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::getEnableDetailRow | ( | ) |
Get EnableDetailRow.
Definition at line 450 of file class.ilBlockGUI.php.
References $enabledetailrow.
| ilBlockGUI::getEnableEdit | ( | ) |
Get EnableEdit.
Reimplemented in ilCalendarBlockGUI, and ilNewsForContextBlockGUI.
Definition at line 296 of file class.ilBlockGUI.php.
| ilBlockGUI::getEnableNumInfo | ( | ) |
Get Enable Item Number Info.
Definition at line 471 of file class.ilBlockGUI.php.
References $enablenuminfo.
Referenced by ilPDContentBlockGUI\fillFooter(), and fillPreviousNext().
Here is the caller graph for this function:| ilBlockGUI::getFooterInfo | ( | $a_hide_and_icon = false | ) |
Get Footer Info.
Definition at line 343 of file class.ilBlockGUI.php.
Referenced by fillDetailRow(), and getHTML().
Here is the caller graph for this function:| ilBlockGUI::getFooterLinks | ( | ) |
Get footer links.
Definition at line 620 of file class.ilBlockGUI.php.
References $footer_links.
Referenced by fillFooterLinks().
Here is the caller graph for this function:| ilBlockGUI::getGuiObject | ( | ) |
Get GuiObject.
Reimplemented in ilExternalFeedBlockGUIGen.
Definition at line 178 of file class.ilBlockGUI.php.
| ilBlockGUI::getHeaderCommands | ( | ) |
Get Header Block commands.
Definition at line 597 of file class.ilBlockGUI.php.
References $header_commands.
Referenced by getHTML().
Here is the caller graph for this function:| ilBlockGUI::getHeaderLinks | ( | ) |
Definition at line 73 of file class.ilBlockGUI.php.
References $header_links.
Referenced by getHTML().
Here is the caller graph for this function:| ilBlockGUI::getHTML | ( | ) |
Get HTML.
Reimplemented in ilCalendarBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, ilPDExternalFeedBlockGUI, ilExternalFeedBlockGUI, ilPDSelectedItemsBlockGUI, ilWikiSideBlockGUI, ilDummyBlockGUI, ilHtmlBlockGUI, ilUsersOnlineBlockGUI, ilWikiSearchBlockGUI, ilPDMailBlockGUI, ilPDTaggingBlockGUI, ilBookmarkBlockGUI, ilPDNotesBlockGUI, ilPDFeedbackBlockGUI, ilPDContentBlockGUI, and ilPDSysMessageBlockGUI.
Definition at line 715 of file class.ilBlockGUI.php.
References $_GET, $command, $ilCtrl, $lng, addBlockCommand(), fillDataSection(), fillDetailRow(), fillFooter(), fillMoveRow(), fillPreviousNext(), getAdminCommands(), getBigMode(), getBlockCommands(), getBlockType(), getColSpan(), getDetailParameter(), getFooterInfo(), getHeaderCommands(), getHeaderLinks(), getImage(), ilUtil\getImagePath(), getRefId(), getRepositoryMode(), getTitle(), and isRepositoryObject().
Here is the call graph for this function:| ilBlockGUI::getImage | ( | ) |
Get Image.
Definition at line 228 of file class.ilBlockGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilBlockGUI::getLimit | ( | ) |
Get Limit.
Definition at line 276 of file class.ilBlockGUI.php.
Referenced by fillDataSection(), fillPreviousNext(), and setPreviousNextLinks().
Here is the caller graph for this function:
|
final |
Definition at line 523 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by fillMoveRow().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 508 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by fillDataSection(), and setPreviousNextLinks().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::getOffset | ( | ) |
Get Offset.
Definition at line 248 of file class.ilBlockGUI.php.
Referenced by fillDataSection(), fillPreviousNext(), and setPreviousNextLinks().
Here is the caller graph for this function:| ilBlockGUI::getProperty | ( | $a_property | ) |
Definition at line 487 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), and ilNewsForContextBlockGUI\showNews().
Here is the caller graph for this function:| ilBlockGUI::getRefId | ( | ) |
Get Ref Id (only used if isRepositoryObject() is true).
Definition at line 390 of file class.ilBlockGUI.php.
Referenced by ilExternalFeedBlockGUI\getHTML(), and getHTML().
Here is the caller graph for this function:| ilBlockGUI::getRepositoryMode | ( | ) |
Get RepositoryMode.
Definition at line 316 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\getHTML(), and getHTML().
Here is the caller graph for this function:| ilBlockGUI::getRowTemplateDir | ( | ) |
Get Row Template Directory.
Definition at line 543 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
Here is the caller graph for this function:| ilBlockGUI::getRowTemplateName | ( | ) |
Get Row Template Name.
Definition at line 533 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
Here is the caller graph for this function:
|
static |
Get Screen Mode for current command.
Reimplemented in ilPDNewsBlockGUI, ilNewsForContextBlockGUI, ilCalendarBlockGUI, ilWikiSearchBlockGUI, ilWikiSideBlockGUI, ilDummyBlockGUI, ilPDExternalFeedBlockGUI, ilExternalFeedBlockGUI, ilPDMailBlockGUI, ilBookmarkBlockGUI, ilPDTaggingBlockGUI, ilUsersOnlineBlockGUI, ilPDFeedbackBlockGUI, ilPDNotesBlockGUI, and ilHtmlBlockGUI.
Definition at line 636 of file class.ilBlockGUI.php.
References IL_SCREEN_SIDE.
| ilBlockGUI::getSubtitle | ( | ) |
Get Subtitle.
Definition at line 370 of file class.ilBlockGUI.php.
| ilBlockGUI::getTitle | ( | ) |
Get Title.
Definition at line 208 of file class.ilBlockGUI.php.
References $title.
Referenced by ilPDNewsBlockGUI\getHTML(), getHTML(), ilBookmarkBlockGUI\getListRowData(), ilPDExternalFeedBlockGUI\showFeedItem(), and ilExternalFeedBlockGUI\showFeedItem().
Here is the caller graph for this function:| ilBlockGUI::handleDetailLevel | ( | ) |
Handle read/write current detail level.
Definition at line 644 of file class.ilBlockGUI.php.
References $_GET, $block_id, ilBlockSetting\_lookupDetailLevel(), ilBlockSetting\_writeDetailLevel(), getBlockType(), getDetailParameter(), and setCurrentDetailLevel().
Referenced by setAvailableDetailLevels().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::ilBlockGUI | ( | ) |
Constructor.
Definition at line 56 of file class.ilBlockGUI.php.
References $ilCtrl, $tpl, ilYuiUtil\initConnection(), and setLimit().
Referenced by ilWikiSearchBlockGUI\__construct(), ilWikiSideBlockGUI\__construct(), ilBookmarkBlockGUI\ilBookmarkBlockGUI(), ilCalendarBlockGUI\ilCalendarBlockGUI(), ilExternalFeedBlockGUI\ilExternalFeedBlockGUI(), ilHtmlBlockGUI\ilHtmlBlockGUI(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDContentBlockGUI\ilPDContentBlockGUI(), ilPDExternalFeedBlockGUI\ilPDExternalFeedBlockGUI(), ilPDFeedbackBlockGUI\ilPDFeedbackBlockGUI(), ilPDMailBlockGUI\ilPDMailBlockGUI(), ilPDNewsBlockGUI\ilPDNewsBlockGUI(), ilPDNotesBlockGUI\ilPDNotesBlockGUI(), ilPDSelectedItemsBlockGUI\ilPDSelectedItemsBlockGUI(), ilPDTaggingBlockGUI\ilPDTaggingBlockGUI(), and ilUsersOnlineBlockGUI\ilUsersOnlineBlockGUI().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticabstract |
Reimplemented in ilPDSelectedItemsBlockGUI, ilPDNewsBlockGUI, ilNewsForContextBlockGUI, ilCalendarBlockGUI, ilPDContentBlockGUI, ilWikiSearchBlockGUI, ilWikiSideBlockGUI, ilDummyBlockGUI, ilPDExternalFeedBlockGUI, ilExternalFeedBlockGUI, ilPDMailBlockGUI, ilBookmarkBlockGUI, ilPDTaggingBlockGUI, ilUsersOnlineBlockGUI, ilPDFeedbackBlockGUI, ilPDNotesBlockGUI, and ilPDSysMessageBlockGUI.
Referenced by getHTML().
Here is the caller graph for this function:| ilBlockGUI::setAdminCommands | ( | $a_admincommands | ) |
Set Administration Commmands.
| boolean | $a_admincommands | Administration Commmands |
Definition at line 400 of file class.ilBlockGUI.php.
| ilBlockGUI::setAllowMove | ( | $a_direction, | |
$a_allow = true |
|||
| ) |
Definition at line 1355 of file class.ilBlockGUI.php.
| ilBlockGUI::setAvailableDetailLevels | ( | $a_max, | |
$a_min = 0 |
|||
| ) |
Set Available Detail Levels.
| int | $a_max | Max Level |
| int | $a_min | Min Level (Default 0) |
Definition at line 144 of file class.ilBlockGUI.php.
References handleDetailLevel().
Referenced by ilBookmarkBlockGUI\ilBookmarkBlockGUI(), ilCalendarBlockGUI\ilCalendarBlockGUI(), ilHtmlBlockGUI\ilHtmlBlockGUI(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDFeedbackBlockGUI\ilPDFeedbackBlockGUI(), ilPDMailBlockGUI\ilPDMailBlockGUI(), ilPDNewsBlockGUI\ilPDNewsBlockGUI(), ilPDNotesBlockGUI\ilPDNotesBlockGUI(), ilPDSelectedItemsBlockGUI\ilPDSelectedItemsBlockGUI(), ilPDSysMessageBlockGUI\ilPDSysMessageBlockGUI(), ilPDTaggingBlockGUI\ilPDTaggingBlockGUI(), ilUsersOnlineBlockGUI\ilUsersOnlineBlockGUI(), ilExternalFeedBlockGUI\setBlock(), and ilPDExternalFeedBlockGUI\setBlock().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::setBigMode | ( | $a_bigmode | ) |
Set Big Mode.
| boolean | $a_bigmode | Big Mode |
Definition at line 103 of file class.ilBlockGUI.php.
Referenced by ilPDContentBlockGUI\ilPDContentBlockGUI(), and ilPDSelectedItemsBlockGUI\ilPDSelectedItemsBlockGUI().
Here is the caller graph for this function:| ilBlockGUI::setBlockId | ( | $a_block_id = 0 | ) |
Set Block Id.
| int | $a_block_id | Block ID |
Definition at line 123 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\ilCalendarBlockGUI(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDCalendarBlockGUI\ilPDCalendarBlockGUI(), ilHtmlBlockGUI\setBlock(), ilExternalFeedBlockGUI\setBlock(), and ilPDExternalFeedBlockGUI\setBlock().
Here is the caller graph for this function:| ilBlockGUI::setColSpan | ( | $a_colspan | ) |
Set Columns Span.
| int | $a_colspan | Columns Span |
Definition at line 420 of file class.ilBlockGUI.php.
Referenced by ilBookmarkBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), and ilPDSelectedItemsBlockGUI\ilPDSelectedItemsBlockGUI().
Here is the caller graph for this function:| ilBlockGUI::setConfigMode | ( | $a_configmode | ) |
Handle config status.
Set Config Mode (move blocks).
| boolean | $a_configmode | Config Mode (move blocks) |
Definition at line 697 of file class.ilBlockGUI.php.
| ilBlockGUI::setCurrentDetailLevel | ( | $a_currentdetaillevel | ) |
Set Current Detail Level.
| int | $a_currentdetaillevel | Current Detail Level |
Definition at line 156 of file class.ilBlockGUI.php.
Referenced by ilPDSysMessageBlockGUI\getHTML(), ilUsersOnlineBlockGUI\getListRowData(), and handleDetailLevel().
Here is the caller graph for this function:| ilBlockGUI::setData | ( | $a_data | ) |
Set Data.
| array | $a_data | Data |
Definition at line 83 of file class.ilBlockGUI.php.
Referenced by ilPDFeedbackBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilBookmarkBlockGUI\getHTML(), ilPDTaggingBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNotesBlockGUI\getListRowData(), ilUsersOnlineBlockGUI\getListRowData(), ilBookmarkBlockGUI\getListRowData(), ilNewsForContextBlockGUI\hideNotifications(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDNewsBlockGUI\ilPDNewsBlockGUI(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
Here is the caller graph for this function:| ilBlockGUI::setDataSection | ( | $a_content | ) |
Call this from overwritten fillDataSection(), if standard row based data is not used.
Definition at line 966 of file class.ilBlockGUI.php.
Referenced by ilPDFeedbackBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilDummyBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilWikiSearchBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilHtmlBlockGUI\fillDataSection(), ilWikiSideBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\fillDataSection(), ilPDExternalFeedBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), ilCalendarBlockGUI\fillDataSection(), ilPDSelectedItemsBlockGUI\fillDataSection(), and ilUsersOnlineBlockGUI\getListRowData().
Here is the caller graph for this function:| ilBlockGUI::setEnableDetailRow | ( | $a_enabledetailrow | ) |
Set EnableDetailRow.
| boolean | $a_enabledetailrow | EnableDetailRow |
Definition at line 440 of file class.ilBlockGUI.php.
Referenced by ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), and ilPDSelectedItemsBlockGUI\getHTML().
Here is the caller graph for this function:| ilBlockGUI::setEnableEdit | ( | $a_enableedit | ) |
Set EnableEdit.
| boolean | $a_enableedit | EnableEdit |
Reimplemented in ilCalendarBlockGUI, and ilNewsForContextBlockGUI.
Definition at line 286 of file class.ilBlockGUI.php.
| ilBlockGUI::setEnableNumInfo | ( | $a_enablenuminfo | ) |
Set Enable Item Number Info.
| boolean | $a_enablenuminfo | Enable Item Number Info |
Definition at line 461 of file class.ilBlockGUI.php.
Referenced by ilWikiSearchBlockGUI\__construct(), ilWikiSideBlockGUI\__construct(), ilPDFeedbackBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\getListRowData(), ilPDExternalFeedBlockGUI\getOverview(), ilExternalFeedBlockGUI\getOverview(), ilBookmarkBlockGUI\ilBookmarkBlockGUI(), ilCalendarBlockGUI\ilCalendarBlockGUI(), ilHtmlBlockGUI\ilHtmlBlockGUI(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDContentBlockGUI\ilPDContentBlockGUI(), ilPDSelectedItemsBlockGUI\ilPDSelectedItemsBlockGUI(), ilPDTaggingBlockGUI\ilPDTaggingBlockGUI(), and ilPDSelectedItemsBlockGUI\setFooterLinks().
Here is the caller graph for this function:| ilBlockGUI::setFooterInfo | ( | $a_footerinfo, | |
$a_hide_and_icon = false |
|||
| ) |
Set Footer Info.
| string | $a_footerinfo | Footer Info |
Definition at line 326 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\getHTML(), and ilNewsForContextBlockGUI\getHTML().
Here is the caller graph for this function:| ilBlockGUI::setGuiObject | ( | & | $a_gui_object | ) |
Set GuiObject.
Only used for repository blocks, that are represented as real repository objects (have a ref id and permissions)
| object | $a_gui_object | GUI object |
Reimplemented in ilExternalFeedBlockGUIGen.
Definition at line 168 of file class.ilBlockGUI.php.
| ilBlockGUI::setImage | ( | $a_image | ) |
Set Image.
| string | $a_image | Image |
Definition at line 218 of file class.ilBlockGUI.php.
Referenced by ilBookmarkBlockGUI\ilBookmarkBlockGUI(), ilCalendarBlockGUI\ilCalendarBlockGUI(), ilExternalFeedBlockGUI\ilExternalFeedBlockGUI(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDExternalFeedBlockGUI\ilPDExternalFeedBlockGUI(), ilPDFeedbackBlockGUI\ilPDFeedbackBlockGUI(), ilPDMailBlockGUI\ilPDMailBlockGUI(), ilPDNewsBlockGUI\ilPDNewsBlockGUI(), ilPDNotesBlockGUI\ilPDNotesBlockGUI(), ilPDSysMessageBlockGUI\ilPDSysMessageBlockGUI(), ilPDTaggingBlockGUI\ilPDTaggingBlockGUI(), and ilUsersOnlineBlockGUI\ilUsersOnlineBlockGUI().
Here is the caller graph for this function:| ilBlockGUI::setLimit | ( | $a_limit | ) |
Set Limit.
| int | $a_limit | Limit |
Definition at line 266 of file class.ilBlockGUI.php.
Referenced by ilBlockGUI(), ilBookmarkBlockGUI\ilBookmarkBlockGUI(), ilCalendarBlockGUI\ilCalendarBlockGUI(), ilDummyBlockGUI\ilDummyBlockGUI(), ilExternalFeedBlockGUI\ilExternalFeedBlockGUI(), ilHtmlBlockGUI\ilHtmlBlockGUI(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDContentBlockGUI\ilPDContentBlockGUI(), ilPDExternalFeedBlockGUI\ilPDExternalFeedBlockGUI(), ilPDFeedbackBlockGUI\ilPDFeedbackBlockGUI(), ilPDMailBlockGUI\ilPDMailBlockGUI(), ilPDNewsBlockGUI\ilPDNewsBlockGUI(), ilPDNotesBlockGUI\ilPDNotesBlockGUI(), ilPDSelectedItemsBlockGUI\ilPDSelectedItemsBlockGUI(), ilPDTaggingBlockGUI\ilPDTaggingBlockGUI(), and ilUsersOnlineBlockGUI\ilUsersOnlineBlockGUI().
Here is the caller graph for this function:| ilBlockGUI::setOffset | ( | $a_offset | ) |
Set Offset.
| int | $a_offset | Offset |
Definition at line 238 of file class.ilBlockGUI.php.
Referenced by correctOffset(), and fillDataSection().
Here is the caller graph for this function:| ilBlockGUI::setPreviousNextLinks | ( | ) |
Get previous/next linkbar.
Definition at line 1066 of file class.ilBlockGUI.php.
References $block_id, $ilCtrl, $lng, addFooterLink(), getBlockType(), getLimit(), getNavParameter(), and getOffset().
Referenced by fillPreviousNext().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::setProperties | ( | $a_properties | ) |
This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties.
| string | $a_properties | properties array (key => value) |
Definition at line 482 of file class.ilBlockGUI.php.
| ilBlockGUI::setProperty | ( | $a_property, | |
| $a_value | |||
| ) |
Definition at line 492 of file class.ilBlockGUI.php.
| ilBlockGUI::setRefId | ( | $a_refid | ) |
Set Ref Id (only used if isRepositoryObject() is true).
| int | $a_refid | Ref Id |
Definition at line 380 of file class.ilBlockGUI.php.
| ilBlockGUI::setRepositoryMode | ( | $a_repositorymode | ) |
Set RepositoryMode.
| boolean | $a_repositorymode | RepositoryMode |
Definition at line 306 of file class.ilBlockGUI.php.
| ilBlockGUI::setRowTemplate | ( | $a_rowtemplatename, | |
$a_rowtemplatedir = "" |
|||
| ) |
Set Row Template Name.
| string | $a_rowtemplatename | Row Template Name |
Definition at line 502 of file class.ilBlockGUI.php.
Referenced by ilPDFeedbackBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\ilExternalFeedBlockGUI(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDExternalFeedBlockGUI\ilPDExternalFeedBlockGUI(), and ilPDNewsBlockGUI\ilPDNewsBlockGUI().
Here is the caller graph for this function:| ilBlockGUI::setSubtitle | ( | $a_subtitle | ) |
Set Subtitle.
| string | $a_subtitle | Subtitle |
Definition at line 360 of file class.ilBlockGUI.php.
| ilBlockGUI::setTitle | ( | $a_title | ) |
Set Title.
| string | $a_title | Title |
Definition at line 198 of file class.ilBlockGUI.php.
Referenced by ilWikiSearchBlockGUI\__construct(), ilWikiSideBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilBookmarkBlockGUI\getListRowData(), ilBookmarkBlockGUI\ilBookmarkBlockGUI(), ilCalendarBlockGUI\ilCalendarBlockGUI(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDFeedbackBlockGUI\ilPDFeedbackBlockGUI(), ilPDMailBlockGUI\ilPDMailBlockGUI(), ilPDNewsBlockGUI\ilPDNewsBlockGUI(), ilPDNotesBlockGUI\ilPDNotesBlockGUI(), ilPDSysMessageBlockGUI\ilPDSysMessageBlockGUI(), ilPDTaggingBlockGUI\ilPDTaggingBlockGUI(), ilUsersOnlineBlockGUI\ilUsersOnlineBlockGUI(), ilHtmlBlockGUI\setBlock(), ilExternalFeedBlockGUI\setBlock(), and ilPDExternalFeedBlockGUI\setBlock().
Here is the caller graph for this function:
|
protected |
Definition at line 46 of file class.ilBlockGUI.php.
|
protected |
Definition at line 42 of file class.ilBlockGUI.php.
Referenced by getBigMode().
|
protected |
Definition at line 44 of file class.ilBlockGUI.php.
Referenced by getBlockId(), handleDetailLevel(), ilNewsForContextBlockGUI\handleView(), ilNewsForContextBlockGUI\hideNotifications(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilBookmarkBlockGUI\setFooterLinks(), ilPDSelectedItemsBlockGUI\setFooterLinks(), setPreviousNextLinks(), ilNewsForContextBlockGUI\showNotifications(), and ilNewsForContextBlockGUI\showViewFooter().
|
protected |
Definition at line 38 of file class.ilBlockGUI.php.
Referenced by getColSpan().
|
protected |
Definition at line 37 of file class.ilBlockGUI.php.
Referenced by fillDataSection(), getData(), ilPDNotesBlockGUI\getListRowData(), ilUsersOnlineBlockGUI\getListRowData(), ilBookmarkBlockGUI\getListRowData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\hideNotifications(), ilNewsForContextBlockGUI\ilNewsForContextBlockGUI(), ilPDNewsBlockGUI\ilPDNewsBlockGUI(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 41 of file class.ilBlockGUI.php.
|
protected |
Definition at line 40 of file class.ilBlockGUI.php.
Referenced by fillDetailRow().
|
protected |
Definition at line 48 of file class.ilBlockGUI.php.
Referenced by getEnableDetailRow().
|
protected |
Definition at line 39 of file class.ilBlockGUI.php.
Referenced by getEnableNumInfo().
|
protected |
Definition at line 43 of file class.ilBlockGUI.php.
Referenced by getFooterLinks().
|
protected |
Definition at line 45 of file class.ilBlockGUI.php.
Referenced by getHeaderCommands().
|
protected |
Definition at line 49 of file class.ilBlockGUI.php.
Referenced by getHeaderLinks().
|
protected |
Definition at line 47 of file class.ilBlockGUI.php.