ILIAS
release_8 Revision v8.19
|
This class represents a block method of a block. More...
Public Member Functions | |
__construct () | |
getBlockType () | |
setData (array $a_data) | |
getData () | |
setPresentation (int $type) | |
getPresentation () | |
setBlockId (string $a_block_id="0") | |
getBlockId () | |
setGuiObject (object $a_gui_object) | |
Set GuiObject. More... | |
getGuiObject () | |
setTitle (string $a_title) | |
getTitle () | |
setOffset (int $a_offset) | |
getOffset () | |
correctOffset () | |
setLimit (int $a_limit) | |
getLimit () | |
setEnableEdit (bool $a_enableedit) | |
getEnableEdit () | |
setRepositoryMode (bool $a_repositorymode) | |
getRepositoryMode () | |
setSubtitle (string $a_subtitle) | |
getSubtitle () | |
setRefId (int $a_refid) | |
Set Ref Id (only used if isRepositoryObject() is true). More... | |
getRefId () | |
setAdminCommands (bool $a_admincommands) | |
getAdminCommands () | |
setEnableNumInfo (bool $a_enablenuminfo) | |
getEnableNumInfo () | |
setProperties (array $a_properties) | |
This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties. More... | |
getProperty (string $a_property) | |
setProperty (string $a_property, string $a_value) | |
setRowTemplate (string $a_rowtemplatename, string $a_rowtemplatedir="") | |
Set Row Template Name. More... | |
getNavParameter () | |
getConfigParameter () | |
getMoveParameter () | |
getRowTemplateName () | |
getRowTemplateDir () | |
addBlockCommand (string $a_href, string $a_text, string $a_onclick="") | |
getBlockCommands () | |
getHTML () | |
fillHeaderCommands () | |
fillHeaderTitleBlock () | |
setDataSection (string $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 (array $a_set) | |
fillFooter () | |
fillPreviousNext () | |
setPreviousNextLinks () | |
getAsynch () | |
Use this for final get before sending asynchronous output (ajax) per echo to output. More... | |
getPaginationViewControl () | |
Fill previous/next row. More... | |
getHTMLNew () | |
getNoItemFoundContent () | |
Static Public Member Functions | |
static | getScreenMode () |
Data Fields | |
const | PRES_MAIN_LEG = 0 |
const | PRES_SEC_LEG = 1 |
const | PRES_SEC_LIST = 2 |
const | PRES_MAIN_LIST = 3 |
const | PRES_MAIN_TILE = 4 |
Protected Member Functions | |
isRepositoryObject () | |
Returns whether block has a corresponding repository object. More... | |
specialCharsAsEntities (string $string) | |
initCommands () | |
fillRowColor (string $a_placeholder="CSS_ROW") | |
preloadData (array $data) | |
Can be overwritten in subclasses. More... | |
getLegacyContent () | |
Get legacy content. More... | |
getViewControls () | |
Get view controls. More... | |
getListItemForData (array $data) | |
Get list item for data array. More... | |
handleNavigation () | |
Handle navigation. More... | |
loadData () | |
Load data for current page. More... | |
getListItemGroups () | |
Get items. More... | |
addRepoCommands () | |
Add repo commands. More... | |
send (string $output) | |
Send. More... | |
Protected Attributes | |
object | $gui_object |
ILIAS Block StandardGUIRequest | $request |
ILIAS Block BlockManager | $block_manager |
bool | $repositorymode = false |
ILIAS DI UIServices | $ui |
array | $data = array() |
bool | $enablenuminfo = true |
array | $footer_links = array() |
string | $block_id = "0" |
bool | $allow_moving = true |
array | $move = array("left" => false, "right" => false, "up" => false, "down" => false) |
array | $block_commands = array() |
int | $max_count = 0 |
bool | $close_command = false |
bool | $image = false |
array | $property = [] |
string | $nav_value = "" |
string | $css_row = "" |
string | $title = "" |
bool | $admincommands = false |
array | $dropdown |
ilTemplate | $tpl |
ilGlobalTemplateInterface | $main_tpl |
ilObjUser | $user |
ilCtrl | $ctrl |
ilAccessHandler | $access |
ilLanguage | $lng |
ilObjectDefinition | $obj_def |
int | $presentation |
int | $requested_ref_id |
bool | $new_rendering = false |
Private Attributes | |
int | $offset |
int | $limit |
bool | $enableedit |
string | $subtitle |
int | $refid |
string | $rowtemplatename |
string | $rowtemplatedir |
ILIAS HTTP GlobalHttpState | $http |
This class represents a block method of a block.
Definition at line 29 of file class.ilBlockGUI.php.
ilBlockGUI::__construct | ( | ) |
Definition at line 76 of file class.ilBlockGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), getBlockType(), ILIAS\FileDelivery\http(), ilYuiUtil\initConnection(), isRepositoryObject(), ILIAS\Repository\lng(), setLimit(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Referenced by ilPDNewsBlockGUI\__construct().
ilBlockGUI::addBlockCommand | ( | string | $a_href, |
string | $a_text, | ||
string | $a_onclick = "" |
||
) |
Definition at line 327 of file class.ilBlockGUI.php.
Referenced by ilCalendarSelectionBlockGUI\__construct(), addRepoCommands(), ilWikiImportantPagesBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), getHTML(), ilPollBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getLegacyContent(), ilPDSelectedItemsBlockGUI\getListItemGroups(), ilCalendarBlockGUI\initCommands(), and ilPDSelectedItemsBlockGUI\renderManageList().
|
protected |
Add repo commands.
Definition at line 810 of file class.ilBlockGUI.php.
References $access, $ctrl, $lng, $obj_def, ilObject\_lookupType(), addBlockCommand(), ilRBACAccessHandler\checkAccess(), ilObjectDefinition\getClassName(), ilCtrl\getLinkTargetByClass(), getRefId(), getRepositoryMode(), isRepositoryObject(), ilCtrl\setParameterByClass(), and ilLanguage\txt().
Referenced by getHTMLNew().
ilBlockGUI::correctOffset | ( | ) |
Definition at line 192 of file class.ilBlockGUI.php.
References setOffset().
Referenced by fillDataSection(), and loadData().
ilBlockGUI::fillDataSection | ( | ) |
Standard implementation for row based data.
Overwrite this and call setContent for other data.
Definition at line 534 of file class.ilBlockGUI.php.
References correctOffset(), fillRow(), fillRowColor(), getData(), getLimit(), getNavParameter(), getOffset(), getRowTemplateDir(), getRowTemplateName(), preloadData(), and setOffset().
Referenced by ilCalendarBlockGUI\fillDataSection(), and getHTML().
ilBlockGUI::fillFooter | ( | ) |
Definition at line 587 of file class.ilBlockGUI.php.
Referenced by getHTML().
ilBlockGUI::fillHeaderCommands | ( | ) |
Definition at line 459 of file class.ilBlockGUI.php.
References getBlockType(), ilUtil\getImagePath(), ilAdvancedSelectionListGUI\ICON_CONFIG, and ilAdvancedSelectionListGUI\STYLE_LINK_BUTTON.
Referenced by getHTML().
ilBlockGUI::fillHeaderTitleBlock | ( | ) |
Definition at line 494 of file class.ilBlockGUI.php.
References $lng, getBlockType(), getTitle(), and ilLanguage\txt().
Referenced by getHTML().
ilBlockGUI::fillPreviousNext | ( | ) |
Definition at line 599 of file class.ilBlockGUI.php.
References $lng, $max_count, getEnableNumInfo(), getLimit(), getOffset(), setPreviousNextLinks(), and ilLanguage\txt().
Referenced by getHTML().
ilBlockGUI::fillRow | ( | array | $a_set | ) |
Definition at line 580 of file class.ilBlockGUI.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by fillDataSection().
|
finalprotected |
Definition at line 591 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
ilBlockGUI::getAdminCommands | ( | ) |
Definition at line 257 of file class.ilBlockGUI.php.
References $admincommands.
Referenced by getHTML().
ilBlockGUI::getAsynch | ( | ) |
Use this for final get before sending asynchronous output (ajax) per echo to output.
Definition at line 636 of file class.ilBlockGUI.php.
ilBlockGUI::getBlockCommands | ( | ) |
Definition at line 336 of file class.ilBlockGUI.php.
References $block_commands.
Referenced by getHTML(), and getHTMLNew().
ilBlockGUI::getBlockId | ( | ) |
Definition at line 152 of file class.ilBlockGUI.php.
References $block_id.
Referenced by ilCalendarBlockGUI\__construct(), getConfigParameter(), ilNewsForContextBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getJSEnabler(), getMoveParameter(), getNavParameter(), and ilCalendarBlockGUI\setSeed().
|
abstract |
Referenced by __construct(), fillHeaderCommands(), fillHeaderTitleBlock(), getConfigParameter(), getHTML(), getHTMLNew(), getMoveParameter(), getNavParameter(), and getPaginationViewControl().
|
final |
Definition at line 307 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
ilBlockGUI::getData | ( | ) |
Definition at line 132 of file class.ilBlockGUI.php.
References $data.
Referenced by ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), fillDataSection(), ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\getOverview(), loadData(), and ilNewsForContextBlockGUI\showNews().
ilBlockGUI::getEnableEdit | ( | ) |
Definition at line 214 of file class.ilBlockGUI.php.
References $enableedit.
Referenced by ilNewsForContextBlockGUI\executeCommand(), and ilNewsForContextBlockGUI\getHTML().
ilBlockGUI::getEnableNumInfo | ( | ) |
Definition at line 267 of file class.ilBlockGUI.php.
References $enablenuminfo.
Referenced by ilDashboardContentBlockGUI\fillFooter(), and fillPreviousNext().
ilBlockGUI::getGuiObject | ( | ) |
ilBlockGUI::getHTML | ( | ) |
Definition at line 350 of file class.ilBlockGUI.php.
References $access, $ctrl, $ilUser, $lng, $obj_def, $user, ilObject\_lookupType(), addBlockCommand(), fillDataSection(), fillFooter(), fillHeaderCommands(), fillHeaderTitleBlock(), fillPreviousNext(), getAdminCommands(), getBlockCommands(), getBlockType(), getHTMLNew(), getPresentation(), getRefId(), getRepositoryMode(), initCommands(), isRepositoryObject(), and ilLanguage\txt().
Referenced by ilPDNewsBlockGUI\getHTML().
ilBlockGUI::getHTMLNew | ( | ) |
Definition at line 868 of file class.ilBlockGUI.php.
References $access, $ctrl, $DIC, $factory, $id, $panel, addRepoCommands(), ilRBACAccessHandler\checkAccess(), getBlockCommands(), getBlockType(), getListItemGroups(), getPresentation(), getTitle(), getViewControls(), handleNavigation(), ilCtrl\isAsynch(), isRepositoryObject(), ILIAS\Repository\lng(), send(), and specialCharsAsEntities().
Referenced by getHTML().
|
protected |
ilBlockGUI::getLimit | ( | ) |
Definition at line 204 of file class.ilBlockGUI.php.
References $limit.
Referenced by fillDataSection(), fillPreviousNext(), getPaginationViewControl(), handleNavigation(), and loadData().
|
protected |
Get list item for data array.
array | $data |
Definition at line 682 of file class.ilBlockGUI.php.
Referenced by getListItemGroups().
|
protected |
Get items.
Definition at line 735 of file class.ilBlockGUI.php.
References $DIC, $factory, getListItemForData(), and loadData().
Referenced by getHTMLNew().
|
final |
Definition at line 312 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
|
final |
Definition at line 302 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by fillDataSection(), getPaginationViewControl(), and handleNavigation().
ilBlockGUI::getNoItemFoundContent | ( | ) |
Definition at line 1000 of file class.ilBlockGUI.php.
References ILIAS\Repository\lng().
ilBlockGUI::getOffset | ( | ) |
Definition at line 187 of file class.ilBlockGUI.php.
References $offset.
Referenced by fillDataSection(), fillPreviousNext(), getPaginationViewControl(), and loadData().
ilBlockGUI::getPaginationViewControl | ( | ) |
Fill previous/next row.
Definition at line 759 of file class.ilBlockGUI.php.
References $block_id, $ctrl, $DIC, $factory, getBlockType(), getLimit(), getNavParameter(), getOffset(), and ilCtrl\setParameterByClass().
Referenced by getViewControls().
ilBlockGUI::getPresentation | ( | ) |
Definition at line 142 of file class.ilBlockGUI.php.
References $presentation.
Referenced by getHTML(), getHTMLNew(), getViewControls(), and ilCalendarBlockGUI\getViewControls().
ilBlockGUI::getProperty | ( | string | $a_property | ) |
Definition at line 281 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), and ilNewsForContextBlockGUI\showNews().
ilBlockGUI::getRefId | ( | ) |
Definition at line 247 of file class.ilBlockGUI.php.
References $refid.
Referenced by addRepoCommands(), ilPollBlockGUI\commentJSCall(), ilPollBlockGUI\fillRow(), getHTML(), and ilPollBlockGUI\getHTML().
ilBlockGUI::getRepositoryMode | ( | ) |
Definition at line 224 of file class.ilBlockGUI.php.
References $repositorymode.
Referenced by addRepoCommands(), ilNewsForContextBlockGUI\getHTML(), getHTML(), ilConsultationHoursCalendarBlockGUI\getTargetGUIClassPath(), ilCalendarBlockGUI\getTargetGUIClassPath(), and ilCalendarBlockGUI\initCommands().
ilBlockGUI::getRowTemplateDir | ( | ) |
Definition at line 322 of file class.ilBlockGUI.php.
References $rowtemplatedir.
Referenced by fillDataSection(), and ilPollBlockGUI\getLegacyContent().
ilBlockGUI::getRowTemplateName | ( | ) |
Definition at line 317 of file class.ilBlockGUI.php.
References $rowtemplatename.
Referenced by fillDataSection(), and ilPollBlockGUI\getLegacyContent().
|
static |
ilBlockGUI::getSubtitle | ( | ) |
ilBlockGUI::getTitle | ( | ) |
Definition at line 177 of file class.ilBlockGUI.php.
References $title.
Referenced by fillHeaderTitleBlock(), getHTMLNew(), and ilWikiFunctionsBlockGUI\getLegacyContent().
|
protected |
Get view controls.
Definition at line 665 of file class.ilBlockGUI.php.
References getPaginationViewControl(), and getPresentation().
Referenced by getHTMLNew().
|
protected |
Handle navigation.
Definition at line 691 of file class.ilBlockGUI.php.
References getLimit(), getNavParameter(), and setOffset().
Referenced by getHTMLNew().
|
protected |
Definition at line 346 of file class.ilBlockGUI.php.
Referenced by getHTML().
|
abstractprotected |
Returns whether block has a corresponding repository object.
Referenced by __construct(), addRepoCommands(), getHTML(), and getHTMLNew().
|
protected |
Load data for current page.
Definition at line 719 of file class.ilBlockGUI.php.
References $data, correctOffset(), getData(), getLimit(), getOffset(), and preloadData().
Referenced by getListItemGroups().
|
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 628 of file class.ilBlockGUI.php.
Referenced by fillDataSection(), and loadData().
|
protected |
Send.
ResponseSendingException |
Definition at line 991 of file class.ilBlockGUI.php.
References ILIAS\FileDelivery\http().
Referenced by ilNewsForContextBlockGUI\enableJS(), getHTMLNew(), ilNewsForContextBlockGUI\hideNotifications(), and ilNewsForContextBlockGUI\showNotifications().
ilBlockGUI::setAdminCommands | ( | bool | $a_admincommands | ) |
Definition at line 252 of file class.ilBlockGUI.php.
ilBlockGUI::setBlockId | ( | string | $a_block_id = "0" | ) |
Definition at line 147 of file class.ilBlockGUI.php.
Referenced by ilPDCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), and ilPollBlockGUI\setBlock().
ilBlockGUI::setData | ( | array | $a_data | ) |
Definition at line 127 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDTasksBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDMailBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilNewsForContextBlockGUI\hideNotifications(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
ilBlockGUI::setDataSection | ( | string | $a_content | ) |
Call this from overwritten fillDataSection(), if standard row based data is not used.
Definition at line 522 of file class.ilBlockGUI.php.
Referenced by ilWikiImportantPagesBlockGUI\fillDataSection(), ilPDTasksBlockGUI\fillDataSection(), ilRepositoryObjectSearchBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), ilObjectMetaDataBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilPDSelectedItemsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), ilCalendarBlockGUI\fillDataSection(), and ilPollBlockGUI\fillDataSection().
ilBlockGUI::setEnableEdit | ( | bool | $a_enableedit | ) |
Definition at line 209 of file class.ilBlockGUI.php.
ilBlockGUI::setEnableNumInfo | ( | bool | $a_enablenuminfo | ) |
Definition at line 262 of file class.ilBlockGUI.php.
Referenced by ilDashboardContentBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPDTasksBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), and ilCalendarBlockGUI\getData().
ilBlockGUI::setGuiObject | ( | object | $a_gui_object | ) |
Set GuiObject.
Only used for repository blocks, that are represented as real repository objects (have a ref id and permissions)
Definition at line 162 of file class.ilBlockGUI.php.
ilBlockGUI::setLimit | ( | int | $a_limit | ) |
Definition at line 199 of file class.ilBlockGUI.php.
Referenced by ilDashboardContentBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), and __construct().
ilBlockGUI::setOffset | ( | int | $a_offset | ) |
Definition at line 182 of file class.ilBlockGUI.php.
Referenced by correctOffset(), fillDataSection(), and handleNavigation().
ilBlockGUI::setPresentation | ( | int | $type | ) |
Definition at line 137 of file class.ilBlockGUI.php.
References $type.
Referenced by ilDashboardContentBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\setForceMonthView(), ilCalendarBlockGUI\setPdModeEvents(), and ilCalendarBlockGUI\setPdModeMonth().
ilBlockGUI::setPreviousNextLinks | ( | ) |
Definition at line 620 of file class.ilBlockGUI.php.
Referenced by fillPreviousNext().
ilBlockGUI::setProperties | ( | array | $a_properties | ) |
This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties.
Definition at line 276 of file class.ilBlockGUI.php.
ilBlockGUI::setProperty | ( | string | $a_property, |
string | $a_value | ||
) |
Definition at line 286 of file class.ilBlockGUI.php.
ilBlockGUI::setRefId | ( | int | $a_refid | ) |
Set Ref Id (only used if isRepositoryObject() is true).
Definition at line 242 of file class.ilBlockGUI.php.
ilBlockGUI::setRepositoryMode | ( | bool | $a_repositorymode | ) |
Definition at line 219 of file class.ilBlockGUI.php.
ilBlockGUI::setRowTemplate | ( | string | $a_rowtemplatename, |
string | $a_rowtemplatedir = "" |
||
) |
Set Row Template Name.
Definition at line 294 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilPollBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDTasksBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), and ilCalendarBlockGUI\fillDataSection().
ilBlockGUI::setSubtitle | ( | string | $a_subtitle | ) |
Definition at line 229 of file class.ilBlockGUI.php.
ilBlockGUI::setTitle | ( | string | $a_title | ) |
Definition at line 172 of file class.ilBlockGUI.php.
Referenced by ilWikiImportantPagesBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilPDStudyProgrammeSimpleListGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), and ilPollBlockGUI\getHTML().
|
protected |
Definition at line 117 of file class.ilBlockGUI.php.
Referenced by ilPollBlockGUI\fillRow(), and getHTMLNew().
|
protected |
Definition at line 70 of file class.ilBlockGUI.php.
Referenced by addRepoCommands(), ilClassificationBlockGUI\filterContainer(), getHTML(), getHTMLNew(), ilWikiFunctionsBlockGUI\getLegacyContent(), and ilNewsForContextBlockGUI\showNews().
|
protected |
Definition at line 64 of file class.ilBlockGUI.php.
Referenced by getAdminCommands().
|
protected |
Definition at line 54 of file class.ilBlockGUI.php.
|
protected |
Definition at line 56 of file class.ilBlockGUI.php.
Referenced by getBlockCommands().
|
protected |
Definition at line 53 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\addToSettingsForm(), getBlockId(), getPaginationViewControl(), and ilNewsForContextBlockGUI\writeSettings().
|
protected |
Definition at line 45 of file class.ilBlockGUI.php.
|
protected |
Definition at line 58 of file class.ilBlockGUI.php.
|
protected |
Definition at line 62 of file class.ilBlockGUI.php.
|
protected |
Definition at line 69 of file class.ilBlockGUI.php.
Referenced by addRepoCommands(), ilNewsForContextBlockGUI\cancelSettings(), ilPDNewsBlockGUI\changeFeedSettings(), ilNewsForContextBlockGUI\disableJS(), ilPDNewsBlockGUI\editSettings(), ilWikiImportantPagesBlockGUI\executeCommand(), ilClassificationBlockGUI\executeCommand(), ilWikiFunctionsBlockGUI\executeCommand(), ilRepositoryObjectSearchBlockGUI\executeCommand(), ilPDTasksBlockGUI\executeCommand(), ilPDNewsBlockGUI\executeCommand(), ilNewsForContextBlockGUI\executeCommand(), ilNewsForContextBlockGUI\getDynamic(), ilNewsForContextBlockGUI\getDynamicReload(), ilWikiImportantPagesBlockGUI\getHTML(), ilClassificationBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), getHTML(), getHTMLNew(), ilNewsForContextBlockGUI\getInfoForData(), ilNewsForContextBlockGUI\getJSEnabler(), ilWikiImportantPagesBlockGUI\getLegacyContent(), ilWikiFunctionsBlockGUI\getLegacyContent(), ilClassificationBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\getNewsData(), getPaginationViewControl(), ilNewsForContextBlockGUI\hideNotifications(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 50 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\buildPath(), ilPDTasksBlockGUI\fillDataSection(), getData(), ilCalendarBlockGUI\getData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\hideNotifications(), loadData(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 65 of file class.ilBlockGUI.php.
|
private |
Definition at line 38 of file class.ilBlockGUI.php.
Referenced by getEnableEdit().
|
protected |
Definition at line 51 of file class.ilBlockGUI.php.
Referenced by getEnableNumInfo().
|
protected |
Definition at line 52 of file class.ilBlockGUI.php.
|
protected |
Definition at line 43 of file class.ilBlockGUI.php.
Referenced by getGuiObject().
|
private |
Definition at line 46 of file class.ilBlockGUI.php.
|
protected |
Definition at line 59 of file class.ilBlockGUI.php.
|
private |
Definition at line 37 of file class.ilBlockGUI.php.
Referenced by getLimit().
|
protected |
Definition at line 71 of file class.ilBlockGUI.php.
Referenced by ilWikiImportantPagesBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\addMiniMonth(), addRepoCommands(), ilNewsForContextBlockGUI\addToSettingsForm(), ilPDNewsBlockGUI\changeFeedSettings(), ilPDNewsBlockGUI\editSettings(), ilDashboardContentBlockGUI\fillFooter(), fillHeaderTitleBlock(), fillPreviousNext(), ilPDTasksBlockGUI\fillRow(), ilClassificationBlockGUI\filterContainer(), ilCalendarBlockGUI\getData(), ilNewsForContextBlockGUI\getDynamicReload(), ilWikiImportantPagesBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), getHTML(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\getInfoForData(), ilWikiFunctionsBlockGUI\getLegacyContent(), ilPDTasksBlockGUI\getListItemForData(), ilPDTasksBlockGUI\getOverview(), ilNewsForContextBlockGUI\getOverview(), ilCalendarBlockGUI\getOverview(), ilCalendarBlockGUI\getViewControl(), ilCalendarBlockGUI\initCommands(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showFeedUrl(), and ilNewsForContextBlockGUI\showNews().
|
protected |
Definition at line 67 of file class.ilBlockGUI.php.
Referenced by ilClassificationBlockGUI\filterContainer(), ilClassificationBlockGUI\getAjax(), ilClassificationBlockGUI\getHTML(), and ilClassificationBlockGUI\getLegacyContent().
|
protected |
Definition at line 57 of file class.ilBlockGUI.php.
Referenced by fillPreviousNext().
|
protected |
Definition at line 55 of file class.ilBlockGUI.php.
|
protected |
Definition at line 61 of file class.ilBlockGUI.php.
|
protected |
Definition at line 647 of file class.ilBlockGUI.php.
|
protected |
Definition at line 72 of file class.ilBlockGUI.php.
Referenced by addRepoCommands(), ilNewsForContextBlockGUI\getHTML(), and getHTML().
|
private |
Definition at line 36 of file class.ilBlockGUI.php.
Referenced by getOffset().
|
protected |
Definition at line 73 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\addSubscriptionButton(), ilCalendarBlockGUI\executeCommand(), ilPDSelectedItemsBlockGUI\getGroupedCommandsForView(), and getPresentation().
|
protected |
Definition at line 60 of file class.ilBlockGUI.php.
|
private |
Definition at line 40 of file class.ilBlockGUI.php.
Referenced by getRefId().
|
protected |
Definition at line 48 of file class.ilBlockGUI.php.
Referenced by getRepositoryMode().
|
protected |
Definition at line 44 of file class.ilBlockGUI.php.
Referenced by ilWikiFunctionsBlockGUI\__construct().
|
protected |
Definition at line 74 of file class.ilBlockGUI.php.
Referenced by ilClassificationBlockGUI\__construct().
|
private |
Definition at line 42 of file class.ilBlockGUI.php.
Referenced by getRowTemplateDir().
|
private |
Definition at line 41 of file class.ilBlockGUI.php.
Referenced by getRowTemplateName().
|
private |
Definition at line 39 of file class.ilBlockGUI.php.
Referenced by getSubtitle().
|
protected |
Definition at line 63 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\confirmRemoveObject(), ilWikiImportantPagesBlockGUI\getLegacyContent(), ilPDTasksBlockGUI\getListItemForData(), ilPDSelectedItemsBlockGUI\getRepositoryTitle(), getTitle(), ilNewsForContextBlockGUI\showFeedUrl(), and ilNewsForContextBlockGUI\showNews().
|
protected |
Definition at line 66 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\fillDataSection(), ilClassificationBlockGUI\filterContainer(), ilClassificationBlockGUI\getAjax(), ilClassificationBlockGUI\getHTML(), ilRepositoryObjectSearchBlockGUI\getLegacyContent(), ilWikiFunctionsBlockGUI\getLegacyContent(), ilClassificationBlockGUI\getLegacyContent(), ilCalendarSelectionBlockGUI\getLegacyContent(), ilCalendarBlockGUI\getLegacyContent(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showFeedUrl(), and ilNewsForContextBlockGUI\showNews().
|
protected |
Definition at line 49 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\addMiniMonth(), ilCalendarBlockGUI\getData(), ilCalendarBlockGUI\getModalForApp(), ilCalendarBlockGUI\getViewControl(), and ilPDSelectedItemsBlockGUI\renderManageList().
|
protected |
Definition at line 68 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\addMiniMonth(), ilPDNewsBlockGUI\changeFeedSettings(), ilNewsForContextBlockGUI\disableJS(), ilPDNewsBlockGUI\editSettings(), ilNewsForContextBlockGUI\enableJS(), ilPDMailBlockGUI\fillRow(), ilNewsForContextBlockGUI\getDynamic(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), getHTML(), ilCalendarBlockGUI\getHTML(), ilPDMailBlockGUI\getListItemForData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\getNewsData(), ilNewsForContextBlockGUI\handleView(), ilNewsForContextBlockGUI\hideNotifications(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilCalendarBlockGUI\setPdModeEvents(), ilCalendarBlockGUI\setPdModeMonth(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
const ilBlockGUI::PRES_MAIN_LEG = 0 |
Definition at line 31 of file class.ilBlockGUI.php.
const ilBlockGUI::PRES_MAIN_LIST = 3 |
Definition at line 34 of file class.ilBlockGUI.php.
const ilBlockGUI::PRES_MAIN_TILE = 4 |
Definition at line 35 of file class.ilBlockGUI.php.
const ilBlockGUI::PRES_SEC_LEG = 1 |
Definition at line 32 of file class.ilBlockGUI.php.
const ilBlockGUI::PRES_SEC_LIST = 2 |
Definition at line 33 of file class.ilBlockGUI.php.