ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This class represents a block method of a block. More...
Public Member Functions | |
getBlockType () | |
__construct () | |
Constructor. More... | |
addHeaderLink ($a_href, $a_text, $status=true) | |
getHeaderLinks () | |
setData ($a_data) | |
Set Data. More... | |
getData () | |
Get Data. More... | |
setBigMode ($a_bigmode) | |
Set Big Mode. More... | |
getBigMode () | |
Get Big Mode. More... | |
setBlockId ($a_block_id=0) | |
Set Block Id. More... | |
getBlockId () | |
Get Block Id. More... | |
setAvailableDetailLevels ($a_max, $a_min=0) | |
Set Available Detail Levels. More... | |
setCurrentDetailLevel ($a_currentdetaillevel) | |
Set Current Detail Level. More... | |
setGuiObject (&$a_gui_object) | |
Set GuiObject. More... | |
getGuiObject () | |
Get GuiObject. More... | |
getCurrentDetailLevel () | |
Get Current Detail Level. More... | |
setTitle ($a_title) | |
Set Title. More... | |
getTitle () | |
Get Title. More... | |
setImage ($a_image) | |
Set Image. More... | |
getImage () | |
Get Image. More... | |
setOffset ($a_offset) | |
Set Offset. More... | |
getOffset () | |
Get Offset. More... | |
correctOffset () | |
setLimit ($a_limit) | |
Set Limit. More... | |
getLimit () | |
Get Limit. More... | |
setEnableEdit ($a_enableedit) | |
Set EnableEdit. More... | |
getEnableEdit () | |
Get EnableEdit. More... | |
setRepositoryMode ($a_repositorymode) | |
Set RepositoryMode. More... | |
getRepositoryMode () | |
Get RepositoryMode. More... | |
setFooterInfo ($a_footerinfo, $a_hide_and_icon=false) | |
Set Footer Info. More... | |
getFooterInfo ($a_hide_and_icon=false) | |
Get Footer Info. More... | |
setSubtitle ($a_subtitle) | |
Set Subtitle. More... | |
getSubtitle () | |
Get Subtitle. More... | |
setRefId ($a_refid) | |
Set Ref Id (only used if isRepositoryObject() is true). More... | |
getRefId () | |
Get Ref Id (only used if isRepositoryObject() is true). More... | |
setAdminCommands ($a_admincommands) | |
Set Administration Commmands. More... | |
getAdminCommands () | |
Get Administration Commmands. More... | |
setColSpan ($a_colspan) | |
Set Columns Span. More... | |
getColSpan () | |
Get Columns Span. More... | |
setEnableDetailRow ($a_enabledetailrow) | |
Set EnableDetailRow. More... | |
getEnableDetailRow () | |
Get EnableDetailRow. More... | |
setEnableNumInfo ($a_enablenuminfo) | |
Set Enable Item Number Info. More... | |
getEnableNumInfo () | |
Get Enable Item Number Info. More... | |
setProperties ($a_properties) | |
This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties. More... | |
getProperty ($a_property) | |
setProperty ($a_property, $a_value) | |
setRowTemplate ($a_rowtemplatename, $a_rowtemplatedir="") | |
Set Row Template Name. More... | |
getNavParameter () | |
getDetailParameter () | |
getConfigParameter () | |
getMoveParameter () | |
getRowTemplateName () | |
Get Row Template Name. More... | |
getRowTemplateDir () | |
Get Row Template Directory. More... | |
addBlockCommand ( $a_href, $a_text, $a_target="", $a_img="", $a_right_aligned=false, $a_checked=false, $a_html="") | |
Add Block Command. More... | |
getBlockCommands () | |
Get Block commands. More... | |
addHeaderCommand ($a_href, $a_text, $a_as_close=false) | |
Add Header Block Command. More... | |
getHeaderCommands () | |
Get Header Block commands. More... | |
addFooterLink ( $a_text, $a_href="", $a_onclick="", $a_block_id="", $a_top=false, $a_omit_separator=false, $a_checked=false) | |
Add a footer text/link. More... | |
getFooterLinks () | |
Get footer links. More... | |
clearFooterLinks () | |
Clear footer links. More... | |
handleDetailLevel () | |
Handle read/write current detail level. More... | |
getHTML () | |
Handle config status. More... | |
fillHeaderCommands () | |
Fill header commands block. More... | |
fillHeaderTitleBlock () | |
Fill header title block (title and. More... | |
setDataSection ($a_content) | |
Call this from overwritten fillDataSection(), if standard row based data is not used. More... | |
fillDataSection () | |
Standard implementation for row based data. More... | |
fillRow ($a_set) | |
fillFooter () | |
fillPreviousNext () | |
Fill previous/next row. More... | |
setPreviousNextLinks () | |
Get previous/next linkbar. More... | |
fillFooterLinks ($a_top=false, $a_numinfo="") | |
Fill footer links. More... | |
fillDetailRow () | |
Fill Detail Setting Row. More... | |
Static Public Member Functions | |
static | getScreenMode () |
Get Screen Mode for current command. More... | |
Protected Member Functions | |
isRepositoryObject () | |
Returns whether block has a corresponding repository object. More... | |
fillRowColor ($a_placeholder="CSS_ROW") | |
preloadData (array $data) | |
Can be overwritten in subclasses. More... | |
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() | |
$footerinfo = false | |
$footerinfo_icon = false | |
$block_commands = array() | |
$max_count = false | |
$close_command = false | |
$image = false | |
$property = false | |
$nav_value = "" | |
$css_row = "" | |
$dropdown | |
$tpl | |
$main_tpl | |
$user | |
$ctrl | |
$access | |
$lng | |
$obj_def | |
This class represents a block method of a block.
Definition at line 12 of file class.ilBlockGUI.php.
ilBlockGUI::__construct | ( | ) |
Constructor.
Definition at line 91 of file class.ilBlockGUI.php.
References $DIC, ilYuiUtil\initConnection(), setLimit(), and user().
Referenced by ilPDNewsBlockGUI\__construct().
ilBlockGUI::addBlockCommand | ( | $a_href, | |
$a_text, | |||
$a_target = "" , |
|||
$a_img = "" , |
|||
$a_right_aligned = false , |
|||
$a_checked = false , |
|||
$a_html = "" |
|||
) |
Add Block Command.
string | $a_href | command link target |
string | $a_text | text |
Definition at line 589 of file class.ilBlockGUI.php.
Referenced by ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\addSubscriptionBlockCommand(), ilWikiImportantPagesBlockGUI\getHTML(), ilPDPortfolioBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), and getHTML().
ilBlockGUI::addFooterLink | ( | $a_text, | |
$a_href = "" , |
|||
$a_onclick = "" , |
|||
$a_block_id = "" , |
|||
$a_top = false , |
|||
$a_omit_separator = false , |
|||
$a_checked = false |
|||
) |
Add a footer text/link.
Definition at line 644 of file class.ilBlockGUI.php.
Referenced by ilBookmarkBlockGUI\setFooterLinks(), ilPDSelectedItemsBlockGUI\setFooterLinks(), ilCalendarBlockGUI\setFooterLinks(), setPreviousNextLinks(), and ilNewsForContextBlockGUI\showViewFooter().
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 620 of file class.ilBlockGUI.php.
ilBlockGUI::addHeaderLink | ( | $a_href, | |
$a_text, | |||
$status = true |
|||
) |
Definition at line 109 of file class.ilBlockGUI.php.
ilBlockGUI::clearFooterLinks | ( | ) |
Clear footer links.
Definition at line 674 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\showViewFooter().
ilBlockGUI::correctOffset | ( | ) |
Definition at line 295 of file class.ilBlockGUI.php.
References setOffset().
Referenced by fillDataSection().
ilBlockGUI::fillDataSection | ( | ) |
Standard implementation for row based data.
Overwrite this and call setContent for other data.
Definition at line 1086 of file class.ilBlockGUI.php.
References $_GET, $_POST, $_SESSION, $data, $nav_value, correctOffset(), fillRow(), fillRowColor(), getData(), getLimit(), getNavParameter(), getOffset(), getRowTemplateDir(), getRowTemplateName(), preloadData(), and setOffset().
Referenced by ilCalendarBlockGUI\fillDataSection(), and getHTML().
ilBlockGUI::fillDetailRow | ( | ) |
Fill Detail Setting Row.
Definition at line 1368 of file class.ilBlockGUI.php.
References $block_id, $ctrl, $detail_min, $end, $i, $ilCtrl, $lng, $start, $text, $url, getBlockId(), getBlockType(), getCurrentDetailLevel(), getDetailParameter(), getFooterInfo(), and ilUtil\getImagePath().
Referenced by getHTML().
ilBlockGUI::fillFooter | ( | ) |
Definition at line 1135 of file class.ilBlockGUI.php.
Referenced by getHTML().
ilBlockGUI::fillFooterLinks | ( | $a_top = false , |
|
$a_numinfo = "" |
|||
) |
Fill footer links.
Definition at line 1283 of file class.ilBlockGUI.php.
References getFooterLinks().
Referenced by ilPDContentBlockGUI\fillFooter(), ilBookmarkBlockGUI\fillFooter(), ilPDSelectedItemsBlockGUI\fillFooter(), ilPDTaggingBlockGUI\fillFooter(), ilCalendarBlockGUI\fillFooter(), fillPreviousNext(), and ilNewsForContextBlockGUI\showViewFooter().
ilBlockGUI::fillHeaderCommands | ( | ) |
Fill header commands block.
Definition at line 945 of file class.ilBlockGUI.php.
References $close_command, $ctrl, $dropdown, $ilCtrl, $img, $lng, $url, getBlockType(), getDetailParameter(), getHeaderCommands(), ilUtil\getImagePath(), getRepositoryMode(), ilAdvancedSelectionListGUI\ICON_CONFIG, and ilAdvancedSelectionListGUI\STYLE_LINK_BUTTON.
Referenced by getHTML().
ilBlockGUI::fillHeaderTitleBlock | ( | ) |
Fill header title block (title and.
Definition at line 1031 of file class.ilBlockGUI.php.
References $lng, getBlockType(), getImage(), and getTitle().
Referenced by getHTML().
ilBlockGUI::fillPreviousNext | ( | ) |
Fill previous/next row.
Definition at line 1150 of file class.ilBlockGUI.php.
References $end, $lng, $max_count, $start, fillFooterLinks(), getEnableNumInfo(), getLimit(), getOffset(), and setPreviousNextLinks().
Referenced by getHTML().
ilBlockGUI::fillRow | ( | $a_set | ) |
Definition at line 1128 of file class.ilBlockGUI.php.
References $key.
Referenced by fillDataSection().
|
finalprotected |
Definition at line 1139 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
ilBlockGUI::getAdminCommands | ( | ) |
Get Administration Commmands.
Definition at line 445 of file class.ilBlockGUI.php.
Referenced by getHTML().
ilBlockGUI::getBigMode | ( | ) |
Get Big Mode.
Definition at line 155 of file class.ilBlockGUI.php.
References $bigmode.
Referenced by getHTML().
ilBlockGUI::getBlockCommands | ( | ) |
Get Block commands.
Definition at line 609 of file class.ilBlockGUI.php.
References $block_commands.
Referenced by getHTML().
ilBlockGUI::getBlockId | ( | ) |
Get Block Id.
Definition at line 175 of file class.ilBlockGUI.php.
References $block_id.
Referenced by ilCalendarBlockGUI\__construct(), ilChatroomBlockGUI\fillDataSection(), fillDetailRow(), getConfigParameter(), getDetailParameter(), ilExternalFeedBlockGUI\getDynamicReload(), ilPDExternalFeedBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getDynamicReload(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilExternalFeedBlockGUI\getJSEnabler(), ilPDExternalFeedBlockGUI\getJSEnabler(), ilNewsForContextBlockGUI\getJSEnabler(), getMoveParameter(), getNavParameter(), and ilCalendarBlockGUI\setSeed().
|
abstract |
Referenced by fillDetailRow(), fillHeaderCommands(), fillHeaderTitleBlock(), getConfigParameter(), getDetailParameter(), getHTML(), getMoveParameter(), getNavParameter(), handleDetailLevel(), and setPreviousNextLinks().
ilBlockGUI::getColSpan | ( | ) |
Get Columns Span.
Definition at line 465 of file class.ilBlockGUI.php.
References $colspan.
Referenced by ilBookmarkBlockGUI\fillFooter(), ilPDSelectedItemsBlockGUI\fillFooter(), ilPDTaggingBlockGUI\fillFooter(), ilCalendarBlockGUI\fillFooter(), and getHTML().
|
final |
Definition at line 553 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
ilBlockGUI::getCurrentDetailLevel | ( | ) |
Get Current Detail Level.
Definition at line 230 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\fillDataSection(), ilPDExternalFeedBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), ilCalendarBlockGUI\fillDataSection(), fillDetailRow(), ilForumPostingDraftsBlockGUI\fillRow(), ilPDPortfolioBlockGUI\fillRow(), ilPDMailBlockGUI\fillRow(), ilPDNotesBlockGUI\fillRow(), ilBookmarkBlockGUI\fillRow(), ilNewsForContextBlockGUI\fillRow(), ilPDSysMessageBlockGUI\getHTML(), ilForumPostingDraftsBlockGUI\getHTML(), ilChatroomBlockGUI\getHTML(), ilPDNotesBlockGUI\getHTML(), ilBookmarkBlockGUI\getHTML(), ilPDPortfolioBlockGUI\getHTML(), ilPDTaggingBlockGUI\getHTML(), ilPDMailBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilPDTaggingBlockGUI\getTagCloud(), ilPDSelectedItemsBlockGUI\getViewBlockHtml(), and ilCalendarBlockGUI\setFooterLinks().
ilBlockGUI::getData | ( | ) |
Get Data.
Definition at line 135 of file class.ilBlockGUI.php.
References $data.
Referenced by ilPDPortfolioBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\fillDataSection(), ilPDExternalFeedBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), fillDataSection(), ilNewsForContextBlockGUI\getHTML(), ilPDPortfolioBlockGUI\getOverview(), ilExternalFeedBlockGUI\getOverview(), ilPDExternalFeedBlockGUI\getOverview(), ilNewsForContextBlockGUI\getOverview(), and ilNewsForContextBlockGUI\showNews().
|
final |
Definition at line 548 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by fillDetailRow(), fillHeaderCommands(), and handleDetailLevel().
ilBlockGUI::getEnableDetailRow | ( | ) |
Get EnableDetailRow.
Definition at line 485 of file class.ilBlockGUI.php.
References $enabledetailrow.
ilBlockGUI::getEnableEdit | ( | ) |
ilBlockGUI::getEnableNumInfo | ( | ) |
Get Enable Item Number Info.
Definition at line 506 of file class.ilBlockGUI.php.
References $enablenuminfo.
Referenced by ilPDContentBlockGUI\fillFooter(), and fillPreviousNext().
ilBlockGUI::getFooterInfo | ( | $a_hide_and_icon = false | ) |
Get Footer Info.
Definition at line 381 of file class.ilBlockGUI.php.
References $footerinfo, and $footerinfo_icon.
Referenced by fillDetailRow(), and getHTML().
ilBlockGUI::getFooterLinks | ( | ) |
Get footer links.
Definition at line 666 of file class.ilBlockGUI.php.
References $footer_links.
Referenced by fillFooterLinks().
ilBlockGUI::getGuiObject | ( | ) |
ilBlockGUI::getHeaderCommands | ( | ) |
Get Header Block commands.
Definition at line 636 of file class.ilBlockGUI.php.
References $header_commands.
Referenced by fillHeaderCommands().
ilBlockGUI::getHeaderLinks | ( | ) |
Definition at line 115 of file class.ilBlockGUI.php.
References $header_links.
Referenced by getHTML().
ilBlockGUI::getHTML | ( | ) |
Handle config status.
Get HTML.
Definition at line 747 of file class.ilBlockGUI.php.
References $_GET, $access, $ctrl, $ilCtrl, $ilUser, $lng, $obj_def, $user, ilObject\_lookupType(), addBlockCommand(), fillDataSection(), fillDetailRow(), fillFooter(), fillHeaderCommands(), fillHeaderTitleBlock(), fillPreviousNext(), getAdminCommands(), getBigMode(), getBlockCommands(), getBlockType(), getColSpan(), getFooterInfo(), getHeaderLinks(), getRefId(), getRepositoryMode(), and isRepositoryObject().
Referenced by ilPDNewsBlockGUI\getHTML().
ilBlockGUI::getImage | ( | ) |
Get Image.
Definition at line 270 of file class.ilBlockGUI.php.
References $image.
Referenced by fillHeaderTitleBlock().
ilBlockGUI::getLimit | ( | ) |
Get Limit.
Definition at line 317 of file class.ilBlockGUI.php.
Referenced by fillDataSection(), fillPreviousNext(), and setPreviousNextLinks().
|
final |
Definition at line 558 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
|
final |
Definition at line 543 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by fillDataSection(), and setPreviousNextLinks().
ilBlockGUI::getOffset | ( | ) |
Get Offset.
Definition at line 290 of file class.ilBlockGUI.php.
Referenced by fillDataSection(), fillPreviousNext(), and setPreviousNextLinks().
ilBlockGUI::getProperty | ( | $a_property | ) |
Definition at line 522 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), and ilNewsForContextBlockGUI\showNews().
ilBlockGUI::getRefId | ( | ) |
Get Ref Id (only used if isRepositoryObject() is true).
Definition at line 425 of file class.ilBlockGUI.php.
Referenced by ilPollBlockGUI\commentJSCall(), ilPollBlockGUI\fillRow(), ilExternalFeedBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), and getHTML().
ilBlockGUI::getRepositoryMode | ( | ) |
Get RepositoryMode.
Definition at line 357 of file class.ilBlockGUI.php.
Referenced by fillHeaderCommands(), ilNewsForContextBlockGUI\getHTML(), getHTML(), ilCalendarBlockGUI\getTargetGUIClassPath(), and ilCalendarBlockGUI\setFooterLinks().
ilBlockGUI::getRowTemplateDir | ( | ) |
Get Row Template Directory.
Definition at line 578 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
ilBlockGUI::getRowTemplateName | ( | ) |
Get Row Template Name.
Definition at line 568 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
|
static |
Get Screen Mode for current command.
Definition at line 682 of file class.ilBlockGUI.php.
References IL_SCREEN_SIDE.
ilBlockGUI::getSubtitle | ( | ) |
ilBlockGUI::getTitle | ( | ) |
Get Title.
Definition at line 250 of file class.ilBlockGUI.php.
References $title.
Referenced by ilObjectMetaDataBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), fillHeaderTitleBlock(), ilPDNewsBlockGUI\getHTML(), ilBookmarkBlockGUI\getListRowData(), ilExternalFeedBlockGUI\showFeedItem(), and ilPDExternalFeedBlockGUI\showFeedItem().
ilBlockGUI::handleDetailLevel | ( | ) |
Handle read/write current detail level.
Definition at line 690 of file class.ilBlockGUI.php.
References $_GET, $block_id, $ctrl, $ilCtrl, $ilUser, $user, ilBlockSetting\_lookupDetailLevel(), ilBlockSetting\_writeDetailLevel(), getBlockType(), getDetailParameter(), and setCurrentDetailLevel().
Referenced by ilPDCalendarBlockGUI\__construct(), and setAvailableDetailLevels().
|
abstractprotected |
Returns whether block has a corresponding repository object.
Referenced by getHTML().
|
protected |
Can be overwritten in subclasses.
Only the visible part of the complete data was passed so a preload of the visible data is possible.
array | $data |
Definition at line 1474 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
ilBlockGUI::setAdminCommands | ( | $a_admincommands | ) |
Set Administration Commmands.
boolean | $a_admincommands | Administration Commmands |
Definition at line 435 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 186 of file class.ilBlockGUI.php.
References handleDetailLevel().
Referenced by ilPDSysMessageBlockGUI\__construct(), ilBookmarkBlockGUI\__construct(), ilPDNotesBlockGUI\__construct(), ilForumPostingDraftsBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDPortfolioBlockGUI\__construct(), ilChatroomBlockGUI\__construct(), ilPDTaggingBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\manageObject(), ilExternalFeedBlockGUI\setBlock(), and ilPDExternalFeedBlockGUI\setBlock().
ilBlockGUI::setBigMode | ( | $a_bigmode | ) |
Set Big Mode.
boolean | $a_bigmode | Big Mode |
Definition at line 145 of file class.ilBlockGUI.php.
Referenced by ilPDContentBlockGUI\__construct().
ilBlockGUI::setBlockId | ( | $a_block_id = 0 | ) |
Set Block Id.
int | $a_block_id | Block ID |
Definition at line 165 of file class.ilBlockGUI.php.
Referenced by ilPDCalendarBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPollBlockGUI\setBlock(), ilExternalFeedBlockGUI\setBlock(), and ilPDExternalFeedBlockGUI\setBlock().
ilBlockGUI::setColSpan | ( | $a_colspan | ) |
Set Columns Span.
int | $a_colspan | Columns Span |
Definition at line 455 of file class.ilBlockGUI.php.
Referenced by ilForumPostingDraftsBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), and ilCalendarBlockGUI\fillDataSection().
ilBlockGUI::setCurrentDetailLevel | ( | $a_currentdetaillevel | ) |
Set Current Detail Level.
int | $a_currentdetaillevel | Current Detail Level |
Definition at line 198 of file class.ilBlockGUI.php.
Referenced by ilPDSysMessageBlockGUI\getHTML(), and handleDetailLevel().
ilBlockGUI::setData | ( | $a_data | ) |
Set Data.
array | $a_data | Data |
Definition at line 125 of file class.ilBlockGUI.php.
References data.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilBookmarkBlockGUI\getHTML(), ilPDTaggingBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilPDNotesBlockGUI\getListRowData(), ilBookmarkBlockGUI\getListRowData(), ilNewsForContextBlockGUI\hideNotifications(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
ilBlockGUI::setDataSection | ( | $a_content | ) |
Call this from overwritten fillDataSection(), if standard row based data is not used.
Definition at line 1074 of file class.ilBlockGUI.php.
References $a_content.
Referenced by ilChatroomBlockGUI\fillDataSection(), ilRepositoryObjectSearchBlockGUI\fillDataSection(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilObjectMetaDataBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilWikiImportantPagesBlockGUI\fillDataSection(), ilWikiSearchBlockGUI\fillDataSection(), ilWikiSideBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilDummyBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\fillDataSection(), ilPDExternalFeedBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), ilPDSelectedItemsBlockGUI\fillDataSection(), ilCalendarSelectionBlockGUI\fillDataSection(), and ilCalendarBlockGUI\fillDataSection().
ilBlockGUI::setEnableDetailRow | ( | $a_enabledetailrow | ) |
Set EnableDetailRow.
boolean | $a_enabledetailrow | EnableDetailRow |
Definition at line 475 of file class.ilBlockGUI.php.
Referenced by ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), and ilPDSelectedItemsBlockGUI\getHTML().
ilBlockGUI::setEnableEdit | ( | $a_enableedit | ) |
Set EnableEdit.
boolean | $a_enableedit | EnableEdit |
Definition at line 327 of file class.ilBlockGUI.php.
ilBlockGUI::setEnableNumInfo | ( | $a_enablenuminfo | ) |
Set Enable Item Number Info.
boolean | $a_enablenuminfo | Enable Item Number Info |
Definition at line 496 of file class.ilBlockGUI.php.
Referenced by ilWikiFunctionsBlockGUI\__construct(), ilWikiSideBlockGUI\__construct(), ilBookmarkBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilPDContentBlockGUI\__construct(), ilWikiSearchBlockGUI\__construct(), ilPDTaggingBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\__construct(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilCalendarBlockGUI\getData(), ilExternalFeedBlockGUI\getOverview(), ilPDExternalFeedBlockGUI\getOverview(), and ilPDSelectedItemsBlockGUI\setFooterLinks().
ilBlockGUI::setFooterInfo | ( | $a_footerinfo, | |
$a_hide_and_icon = false |
|||
) |
Set Footer Info.
string | $a_footerinfo | Footer Info |
Definition at line 367 of file class.ilBlockGUI.php.
Referenced by ilClassificationBlockGUI\__construct(), ilPDNewsBlockGUI\getHTML(), and ilNewsForContextBlockGUI\getHTML().
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 |
Definition at line 210 of file class.ilBlockGUI.php.
ilBlockGUI::setImage | ( | $a_image | ) |
Set Image.
string | $a_image | Image |
Definition at line 260 of file class.ilBlockGUI.php.
Referenced by ilBookmarkBlockGUI\__construct(), ilForumPostingDraftsBlockGUI\__construct(), ilChatroomBlockGUI\__construct(), and ilPDMailBlockGUI\__construct().
ilBlockGUI::setLimit | ( | $a_limit | ) |
Set Limit.
int | $a_limit | Limit |
Definition at line 307 of file class.ilBlockGUI.php.
Referenced by ilBookmarkBlockGUI\__construct(), ilPDNotesBlockGUI\__construct(), ilForumPostingDraftsBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDPortfolioBlockGUI\__construct(), ilPDContentBlockGUI\__construct(), ilExternalFeedBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilPDTaggingBlockGUI\__construct(), ilDummyBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDExternalFeedBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\__construct(), and __construct().
ilBlockGUI::setOffset | ( | $a_offset | ) |
Set Offset.
int | $a_offset | Offset |
Definition at line 280 of file class.ilBlockGUI.php.
Referenced by correctOffset(), and fillDataSection().
ilBlockGUI::setPreviousNextLinks | ( | ) |
Get previous/next linkbar.
Definition at line 1178 of file class.ilBlockGUI.php.
References $block_id, $ctrl, $ilCtrl, $lng, $text, addFooterLink(), getBlockType(), getLimit(), getNavParameter(), and getOffset().
Referenced by fillPreviousNext().
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 517 of file class.ilBlockGUI.php.
ilBlockGUI::setProperty | ( | $a_property, | |
$a_value | |||
) |
Definition at line 527 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 415 of file class.ilBlockGUI.php.
ilBlockGUI::setRepositoryMode | ( | $a_repositorymode | ) |
Set RepositoryMode.
boolean | $a_repositorymode | RepositoryMode |
Definition at line 347 of file class.ilBlockGUI.php.
ilBlockGUI::setRowTemplate | ( | $a_rowtemplatename, | |
$a_rowtemplatedir = "" |
|||
) |
Set Row Template Name.
string | $a_rowtemplatename | Row Template Name |
Definition at line 537 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilPollBlockGUI\__construct(), ilExternalFeedBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDExternalFeedBlockGUI\__construct(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), and ilCalendarBlockGUI\fillDataSection().
ilBlockGUI::setSubtitle | ( | $a_subtitle | ) |
Set Subtitle.
string | $a_subtitle | Subtitle |
Definition at line 395 of file class.ilBlockGUI.php.
ilBlockGUI::setTitle | ( | $a_title | ) |
Set Title.
string | $a_title | Title |
Definition at line 240 of file class.ilBlockGUI.php.
Referenced by ilPDSysMessageBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilWikiSideBlockGUI\__construct(), ilBookmarkBlockGUI\__construct(), ilPDNotesBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilForumPostingDraftsBlockGUI\__construct(), ilChatroomBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilWikiSearchBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilPDTaggingBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilPDStudyProgrammeSimpleListGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPDPortfolioBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilBookmarkBlockGUI\getListRowData(), ilExternalFeedBlockGUI\setBlock(), and ilPDExternalFeedBlockGUI\setBlock().
|
protected |
Definition at line 74 of file class.ilBlockGUI.php.
Referenced by ilPDSelectedItemsBlockGUI\confirmedUnsubscribe(), ilWikiImportantPagesBlockGUI\fillDataSection(), ilWikiSearchBlockGUI\fillDataSection(), ilWikiSideBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\fillRow(), ilClassificationBlockGUI\filterContainer(), ilCalendarSelectionBlockGUI\getCalendars(), ilDummyBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), getHTML(), ilPDTaggingBlockGUI\removeTagsWithoutAccess(), and ilNewsForContextBlockGUI\showNews().
|
protected |
Definition at line 35 of file class.ilBlockGUI.php.
|
protected |
Definition at line 31 of file class.ilBlockGUI.php.
Referenced by getBigMode().
|
protected |
Definition at line 41 of file class.ilBlockGUI.php.
Referenced by getBlockCommands().
|
protected |
Definition at line 33 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\addToSettingsForm(), fillDetailRow(), getBlockId(), handleDetailLevel(), ilNewsForContextBlockGUI\handleView(), ilNewsForContextBlockGUI\hideNotifications(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilBookmarkBlockGUI\setFooterLinks(), ilPDSelectedItemsBlockGUI\setFooterLinks(), ilCalendarBlockGUI\setFooterLinks(), setPreviousNextLinks(), ilNewsForContextBlockGUI\showNotifications(), ilNewsForContextBlockGUI\showViewFooter(), and ilNewsForContextBlockGUI\writeSettings().
|
protected |
Definition at line 43 of file class.ilBlockGUI.php.
Referenced by fillHeaderCommands().
|
protected |
Definition at line 27 of file class.ilBlockGUI.php.
Referenced by getColSpan().
|
protected |
Definition at line 47 of file class.ilBlockGUI.php.
|
protected |
Definition at line 69 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\addCloseCommand(), ilNewsForContextBlockGUI\addCloseCommand(), ilExternalFeedBlockGUIGen\cancelSaveFeedBlock(), ilPDNewsBlockGUI\cancelSettings(), ilNewsForContextBlockGUI\cancelSettings(), ilExternalFeedBlockGUIGen\cancelUpdateFeedBlock(), ilPDNewsBlockGUI\changeFeedSettings(), ilPDExternalFeedBlockGUI\confirmDeleteFeedBlock(), ilPDExternalFeedBlockGUI\deleteFeedBlock(), ilExternalFeedBlockGUI\disableJS(), ilPDExternalFeedBlockGUI\disableJS(), ilNewsForContextBlockGUI\disableJS(), ilPDNewsBlockGUI\editSettings(), ilRepositoryObjectSearchBlockGUI\executeCommand(), ilWikiSideBlockGUI\executeCommand(), ilExternalFeedBlockGUIGen\executeCommand(), ilWikiFunctionsBlockGUI\executeCommand(), ilWikiImportantPagesBlockGUI\executeCommand(), ilClassificationBlockGUI\executeCommand(), ilPDNotesBlockGUI\executeCommand(), ilPDPortfolioBlockGUI\executeCommand(), ilBookmarkBlockGUI\executeCommand(), ilObjectMetaDataBlockGUI\executeCommand(), ilWikiSearchBlockGUI\executeCommand(), ilPollBlockGUI\executeCommand(), ilPDTaggingBlockGUI\executeCommand(), ilDummyBlockGUI\executeCommand(), ilExternalFeedBlockGUI\executeCommand(), ilPDExternalFeedBlockGUI\executeCommand(), ilPDNewsBlockGUI\executeCommand(), ilNewsForContextBlockGUI\executeCommand(), ilPDExternalFeedBlockGUI\exitDeleteFeedBlock(), ilExternalFeedBlockGUIGen\exitSaveFeedBlock(), ilExternalFeedBlockGUIGen\exitUpdateFeedBlock(), ilRepositoryObjectSearchBlockGUI\fillDataSection(), ilWikiImportantPagesBlockGUI\fillDataSection(), ilWikiSearchBlockGUI\fillDataSection(), ilWikiSideBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), ilClassificationBlockGUI\fillDataSection(), fillDetailRow(), ilNewsForContextBlockGUI\fillFooter(), fillHeaderCommands(), ilPollBlockGUI\fillRow(), ilPDPortfolioBlockGUI\fillRow(), ilPDNotesBlockGUI\fillRow(), ilExternalFeedBlockGUI\fillRow(), ilPDExternalFeedBlockGUI\fillRow(), ilNewsForContextBlockGUI\fillRow(), ilExternalFeedBlockGUI\getDynamic(), ilPDExternalFeedBlockGUI\getDynamic(), ilNewsForContextBlockGUI\getDynamic(), ilExternalFeedBlockGUI\getDynamicReload(), ilPDExternalFeedBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getDynamicReload(), ilWikiImportantPagesBlockGUI\getHTML(), ilPDPortfolioBlockGUI\getHTML(), ilWikiSearchBlockGUI\getHTML(), ilWikiSideBlockGUI\getHTML(), ilWikiFunctionsBlockGUI\getHTML(), ilClassificationBlockGUI\getHTML(), ilDummyBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), getHTML(), ilExternalFeedBlockGUI\getJSEnabler(), ilPDExternalFeedBlockGUI\getJSEnabler(), ilNewsForContextBlockGUI\getJSEnabler(), ilPDNotesBlockGUI\getListRowData(), ilBookmarkBlockGUI\getListRowData(), ilNewsForContextBlockGUI\getNewsData(), ilPDPortfolioBlockGUI\getOverview(), ilPDNotesBlockGUI\getOverview(), ilBookmarkBlockGUI\getOverview(), ilExternalFeedBlockGUI\getOverview(), ilNewsForContextBlockGUI\getOverview(), ilBookmarkBlockGUI\getPDBookmarkListHTMLTree(), ilPDTaggingBlockGUI\getTagCloud(), handleDetailLevel(), ilNewsForContextBlockGUI\hideNotifications(), ilExternalFeedBlockGUI\initImportForm(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilPDExternalFeedBlockGUI\prepareSaveFeedBlock(), ilPDTaggingBlockGUI\removeTagsWithoutAccess(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilExternalFeedBlockGUI\setBlock(), ilPDExternalFeedBlockGUI\setBlock(), ilBookmarkBlockGUI\setCurrentBookmarkFolder(), ilBookmarkBlockGUI\setFooterLinks(), ilBookmarkBlockGUI\setPdFlatMode(), ilBookmarkBlockGUI\setPdTreeMode(), setPreviousNextLinks(), ilPDStudyProgrammeSimpleListGUI\shouldShowThisList(), ilExternalFeedBlockGUI\showFeedItem(), ilPDExternalFeedBlockGUI\showFeedItem(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showNews(), ilPDNotesBlockGUI\showNote(), ilNewsForContextBlockGUI\showNotifications(), ilPDTaggingBlockGUI\showResourcesForTag(), ilNewsForContextBlockGUI\showViewFooter(), ilNewsForContextBlockGUI\subscribeNews(), and ilNewsForContextBlockGUI\unsubscribeNews().
|
protected |
Definition at line 26 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\buildPath(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), fillDataSection(), getData(), ilCalendarBlockGUI\getData(), ilPDNotesBlockGUI\getListRowData(), ilBookmarkBlockGUI\getListRowData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\hideNotifications(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 30 of file class.ilBlockGUI.php.
|
protected |
Definition at line 29 of file class.ilBlockGUI.php.
Referenced by fillDetailRow().
|
protected |
Definition at line 49 of file class.ilBlockGUI.php.
Referenced by fillHeaderCommands().
|
protected |
Definition at line 37 of file class.ilBlockGUI.php.
Referenced by getEnableDetailRow().
|
protected |
Definition at line 28 of file class.ilBlockGUI.php.
Referenced by getEnableNumInfo().
|
protected |
Definition at line 32 of file class.ilBlockGUI.php.
Referenced by getFooterLinks().
|
protected |
Definition at line 39 of file class.ilBlockGUI.php.
Referenced by getFooterInfo().
|
protected |
Definition at line 40 of file class.ilBlockGUI.php.
Referenced by getFooterInfo().
|
protected |
Definition at line 34 of file class.ilBlockGUI.php.
Referenced by getHeaderCommands().
|
protected |
Definition at line 38 of file class.ilBlockGUI.php.
Referenced by getHeaderLinks().
|
protected |
Definition at line 44 of file class.ilBlockGUI.php.
Referenced by getImage().
|
protected |
Definition at line 79 of file class.ilBlockGUI.php.
Referenced by ilWikiFunctionsBlockGUI\__construct(), ilWikiSideBlockGUI\__construct(), ilBookmarkBlockGUI\__construct(), ilPDNotesBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPollBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilWikiSearchBlockGUI\__construct(), ilExternalFeedBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilPDTaggingBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDExternalFeedBlockGUI\__construct(), ilPDStudyProgrammeSimpleListGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPDNewsBlockGUI\addCloseCommand(), ilCalendarBlockGUI\addCloseCommand(), ilNewsForContextBlockGUI\addCloseCommand(), ilCalendarBlockGUI\addMiniMonth(), ilCalendarBlockGUI\addSubscriptionBlockCommand(), ilNewsForContextBlockGUI\addToSettingsForm(), ilPDNewsBlockGUI\changeFeedSettings(), ilPDExternalFeedBlockGUI\confirmDeleteFeedBlock(), ilPDNewsBlockGUI\editSettings(), ilRepositoryObjectSearchBlockGUI\fillDataSection(), ilObjectMetaDataBlockGUI\fillDataSection(), ilWikiImportantPagesBlockGUI\fillDataSection(), ilWikiSearchBlockGUI\fillDataSection(), ilWikiSideBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), ilDummyBlockGUI\fillDataSection(), ilCalendarSelectionBlockGUI\fillDataSection(), fillDetailRow(), ilPDContentBlockGUI\fillFooter(), ilNewsForContextBlockGUI\fillFooter(), fillHeaderCommands(), fillHeaderTitleBlock(), fillPreviousNext(), ilPollBlockGUI\fillRow(), ilPDPortfolioBlockGUI\fillRow(), ilPDNotesBlockGUI\fillRow(), ilNewsForContextBlockGUI\fillRow(), ilClassificationBlockGUI\filterContainer(), ilCalendarBlockGUI\getData(), ilExternalFeedBlockGUI\getDynamicReload(), ilPDExternalFeedBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getDynamicReload(), ilWikiImportantPagesBlockGUI\getHTML(), ilPDPortfolioBlockGUI\getHTML(), ilWikiSideBlockGUI\getHTML(), ilWikiSearchBlockGUI\getHTML(), ilWikiFunctionsBlockGUI\getHTML(), ilDummyBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilCalendarSelectionBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), getHTML(), ilExternalFeedBlockGUI\getJSEnabler(), ilNewsForContextBlockGUI\getJSEnabler(), ilPDNotesBlockGUI\getListRowData(), ilBookmarkBlockGUI\getListRowData(), ilPDPortfolioBlockGUI\getOverview(), ilPDNotesBlockGUI\getOverview(), ilBookmarkBlockGUI\getOverview(), ilExternalFeedBlockGUI\getOverview(), ilPDExternalFeedBlockGUI\getOverview(), ilPDTaggingBlockGUI\getOverview(), ilNewsForContextBlockGUI\getOverview(), ilCalendarBlockGUI\getOverview(), ilExternalFeedBlockGUI\importFile(), ilExternalFeedBlockGUIGen\initFormFeedBlock(), ilPDExternalFeedBlockGUI\initFormFeedBlock(), ilExternalFeedBlockGUI\initFormFeedBlock(), ilExternalFeedBlockGUI\initImportForm(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilPDTaggingBlockGUI\removeTagsWithoutAccess(), ilBookmarkBlockGUI\setFooterLinks(), ilCalendarBlockGUI\setFooterLinks(), setPreviousNextLinks(), ilCalendarBlockGUI\showCalendarSubscription(), ilExternalFeedBlockGUI\showFeedItem(), ilPDExternalFeedBlockGUI\showFeedItem(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showNews(), ilPDNotesBlockGUI\showNote(), ilPDTaggingBlockGUI\showResourcesForTag(), and ilNewsForContextBlockGUI\showViewFooter().
|
protected |
Definition at line 59 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilClassificationBlockGUI\fillDataSection(), ilPollBlockGUI\fillRow(), ilClassificationBlockGUI\filterContainer(), ilClassificationBlockGUI\getAjax(), ilClassificationBlockGUI\getHTML(), and ilExternalFeedBlockGUI\importFile().
|
protected |
Definition at line 42 of file class.ilBlockGUI.php.
Referenced by fillPreviousNext().
|
protected |
Definition at line 36 of file class.ilBlockGUI.php.
|
protected |
Definition at line 46 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
|
protected |
Definition at line 84 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\getHTML(), and getHTML().
|
protected |
Definition at line 45 of file class.ilBlockGUI.php.
|
protected |
Definition at line 54 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\fillDataSection(), ilWikiImportantPagesBlockGUI\fillDataSection(), ilWikiSearchBlockGUI\fillDataSection(), ilWikiSideBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), ilClassificationBlockGUI\fillDataSection(), ilCalendarSelectionBlockGUI\fillDataSection(), ilCalendarBlockGUI\fillDataSection(), ilPollBlockGUI\fillRow(), ilClassificationBlockGUI\filterContainer(), ilClassificationBlockGUI\getAjax(), ilClassificationBlockGUI\getHTML(), ilForumPostingDraftsBlockGUI\getOverview(), ilPDTaggingBlockGUI\getTagCloud(), ilExternalFeedBlockGUI\importFile(), ilPDSelectedItemsBlockGUI\newBlockTemplate(), ilPDSelectedItemsBlockGUI\setFooterLinks(), ilCalendarBlockGUI\showCalendarSubscription(), ilExternalFeedBlockGUI\showFeedItem(), ilPDExternalFeedBlockGUI\showFeedItem(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showNews(), and ilPDTaggingBlockGUI\showResourcesForTag().
|
protected |
Definition at line 64 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilCalendarBlockGUI\addMiniMonth(), ilPDNewsBlockGUI\changeFeedSettings(), ilExternalFeedBlockGUI\disableJS(), ilPDExternalFeedBlockGUI\disableJS(), ilNewsForContextBlockGUI\disableJS(), ilPDNewsBlockGUI\editSettings(), ilExternalFeedBlockGUI\enableJS(), ilPDExternalFeedBlockGUI\enableJS(), ilNewsForContextBlockGUI\enableJS(), ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillFooter(), ilPollBlockGUI\fillRow(), ilPDNotesBlockGUI\fillRow(), ilBookmarkBlockGUI\fillRow(), ilExternalFeedBlockGUI\getDynamic(), ilPDExternalFeedBlockGUI\getDynamic(), ilNewsForContextBlockGUI\getDynamic(), ilPDPortfolioBlockGUI\getHTML(), ilWikiSearchBlockGUI\getHTML(), ilWikiSideBlockGUI\getHTML(), ilWikiFunctionsBlockGUI\getHTML(), ilDummyBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), getHTML(), ilPDNotesBlockGUI\getListRowData(), ilBookmarkBlockGUI\getListRowData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\getNewsData(), ilPDNotesBlockGUI\getOverview(), ilBookmarkBlockGUI\getOverview(), ilExternalFeedBlockGUI\getOverview(), ilNewsForContextBlockGUI\getOverview(), ilBookmarkBlockGUI\getPDBookmarkListHTMLTree(), handleDetailLevel(), ilNewsForContextBlockGUI\handleView(), ilNewsForContextBlockGUI\hideNotifications(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilPDTaggingBlockGUI\removeTagsWithoutAccess(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilBookmarkBlockGUI\setFooterLinks(), ilBookmarkBlockGUI\setPdFlatMode(), ilCalendarBlockGUI\setPdModeEvents(), ilCalendarBlockGUI\setPdModeMonth(), ilBookmarkBlockGUI\setPdTreeMode(), ilCalendarBlockGUI\showCalendarSubscription(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showNews(), ilNewsForContextBlockGUI\showNotifications(), ilPDTaggingBlockGUI\showResourcesForTag(), ilNewsForContextBlockGUI\showViewFooter(), ilNewsForContextBlockGUI\subscribeNews(), and ilNewsForContextBlockGUI\unsubscribeNews().