|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This class represents a block method of a block. More...
Inheritance diagram for ilBlockGUI:
Collaboration diagram for ilBlockGUI: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 () | |
| checkOffset (int $offset) | |
| 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="", RoundTrip $modal=null) | |
| getBlockCommands () | |
| getHTML () | |
| getAsynch () | |
| Use this for final get before sending asynchronous output (ajax) per echo to output. More... | |
| getPaginationViewControl () | |
| Fill previous/next row. More... | |
| getViewControlsForPanel () | |
| sortObject () | |
| addSortOption (string $option, string $label, bool $active) | |
| setSortTarget (string $target) | |
| addPresentation (string $label, string $target, bool $active) | |
| 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 () | |
| preloadData (array $data) | |
| Can be overwritten in subclasses. More... | |
| getLegacyContent () | |
| Get legacy content. 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... | |
| getActionsForPanel () | |
| send (string $output) | |
| Send. More... | |
Protected Attributes | |
| ILIAS UI Renderer | $renderer |
| Factory | $factory |
| 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 |
Private Attributes | |
| int | $offset = 0 |
| int | $limit |
| bool | $enableedit |
| string | $subtitle |
| int | $refid |
| string | $rowtemplatename |
| string | $rowtemplatedir |
| array | $modals = [] |
| array | $sort_options = [] |
| array | $presentations = [] |
| string | $activePresentation = '' |
| string | $activeSortOption = '' |
| string | $sort_target = '' |
| ILIAS HTTP GlobalHttpState | $http |
This class represents a block method of a block.
Definition at line 39 of file class.ilBlockGUI.php.
| ilBlockGUI::__construct | ( | ) |
Definition at line 97 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::addBlockCommand | ( | string | $a_href, |
| string | $a_text, | ||
| string | $a_onclick = "", |
||
| RoundTrip | $modal = null |
||
| ) |
Definition at line 353 of file class.ilBlockGUI.php.
Referenced by ilCalendarSelectionBlockGUI\__construct(), ilDashboardBlockGUI\addCommandActions(), addRepoCommands(), ilWikiImportantPagesBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), and ilCalendarBlockGUI\initCommands().
Here is the caller graph for this function:| ilBlockGUI::addPresentation | ( | string | $label, |
| string | $target, | ||
| bool | $active | ||
| ) |
Definition at line 787 of file class.ilBlockGUI.php.
Referenced by ilDashboardBlockGUI\addCommandActions().
Here is the caller graph for this function:
|
protected |
Add repo commands.
Definition at line 639 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 getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::addSortOption | ( | string | $option, |
| string | $label, | ||
| bool | $active | ||
| ) |
Definition at line 773 of file class.ilBlockGUI.php.
Referenced by ilDashboardBlockGUI\addCommandActions().
Here is the caller graph for this function:| ilBlockGUI::checkOffset | ( | int | $offset | ) |
Definition at line 220 of file class.ilBlockGUI.php.
Referenced by setOffset().
Here is the caller graph for this function:
|
protected |
Definition at line 697 of file class.ilBlockGUI.php.
References $id, getBlockCommands(), getBlockType(), getTitle(), ILIAS\Repository\lng(), specialCharsAsEntities(), and ILIAS\UI\Component\JavaScriptBindable\withOnLoadCode().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::getAdminCommands | ( | ) |
Definition at line 283 of file class.ilBlockGUI.php.
References $admincommands.
Referenced by ilPollBlockGUI\fillRow().
Here is the caller graph for this function:| ilBlockGUI::getAsynch | ( | ) |
Use this for final get before sending asynchronous output (ajax) per echo to output.
Definition at line 489 of file class.ilBlockGUI.php.
References ILIAS\UI\examples\Symbol\Glyph\Header\header().
Here is the call graph for this function:| ilBlockGUI::getBlockCommands | ( | ) |
Definition at line 363 of file class.ilBlockGUI.php.
References $block_commands.
Referenced by getActionsForPanel().
Here is the caller graph for this function:| ilBlockGUI::getBlockId | ( | ) |
Definition at line 174 of file class.ilBlockGUI.php.
References $block_id.
Referenced by ilCalendarBlockGUI\__construct(), getConfigParameter(), ilNewsForContextBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getJSEnabler(), getMoveParameter(), getNavParameter(), and ilCalendarBlockGUI\setSeed().
Here is the caller graph for this function:
|
abstract |
Referenced by __construct(), getActionsForPanel(), getConfigParameter(), getHTML(), getMoveParameter(), getNavParameter(), and getPaginationViewControl().
Here is the caller graph for this function:
|
final |
Definition at line 333 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Here is the call graph for this function:| ilBlockGUI::getData | ( | ) |
Definition at line 154 of file class.ilBlockGUI.php.
References $data.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\getOverview(), loadData(), setOffset(), and ilNewsForContextBlockGUI\showNews().
Here is the caller graph for this function:| ilBlockGUI::getEnableEdit | ( | ) |
Definition at line 240 of file class.ilBlockGUI.php.
References $enableedit.
Referenced by ilNewsForContextBlockGUI\executeCommand(), and ilNewsForContextBlockGUI\getHTML().
Here is the caller graph for this function:| ilBlockGUI::getEnableNumInfo | ( | ) |
| ilBlockGUI::getGuiObject | ( | ) |
| ilBlockGUI::getHTML | ( | ) |
Definition at line 377 of file class.ilBlockGUI.php.
References $access, $ctrl, addRepoCommands(), ilRBACAccessHandler\checkAccess(), getActionsForPanel(), getBlockType(), getListItemGroups(), getPresentation(), getTitle(), getViewControlsForPanel(), handleNavigation(), initCommands(), ilCtrl\isAsynch(), isRepositoryObject(), send(), and specialCharsAsEntities().
Referenced by ilPDNewsBlockGUI\getHTML(), and sortObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilBlockGUI::getLimit | ( | ) |
Definition at line 230 of file class.ilBlockGUI.php.
References $limit.
Referenced by getPaginationViewControl(), handleNavigation(), and loadData().
Here is the caller graph for this function:
|
protected |
Get list item for data array.
| array | $data |
Definition at line 512 of file class.ilBlockGUI.php.
Referenced by getListItemGroups().
Here is the caller graph for this function:
|
protected |
Get items.
Definition at line 564 of file class.ilBlockGUI.php.
References $DIC, getListItemForData(), and loadData().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 338 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Here is the call graph for this function:
|
final |
Definition at line 328 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by getPaginationViewControl(), and handleNavigation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::getNoItemFoundContent | ( | ) |
Definition at line 808 of file class.ilBlockGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilBlockGUI::getOffset | ( | ) |
Definition at line 215 of file class.ilBlockGUI.php.
References $offset.
Referenced by getPaginationViewControl(), and loadData().
Here is the caller graph for this function:| ilBlockGUI::getPaginationViewControl | ( | ) |
Fill previous/next row.
Definition at line 588 of file class.ilBlockGUI.php.
References $block_id, $ctrl, $DIC, getBlockType(), getLimit(), getNavParameter(), getOffset(), ILIAS\UI\Component\ViewControl\Factory\pagination(), and ilCtrl\setParameterByClass().
Referenced by getViewControlsForPanel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::getPresentation | ( | ) |
Definition at line 164 of file class.ilBlockGUI.php.
References $presentation.
Referenced by getHTML(), getViewControlsForPanel(), and ilCalendarBlockGUI\getViewControlsForPanel().
Here is the caller graph for this function:| ilBlockGUI::getProperty | ( | string | $a_property | ) |
Definition at line 307 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 | ( | ) |
Definition at line 273 of file class.ilBlockGUI.php.
References $refid.
Referenced by addRepoCommands(), ilPollBlockGUI\fillRow(), ilPollBlockGUI\getHTML(), ilPollBlockGUI\getVoteURL(), and ilPollBlockGUI\initContentRenderer().
Here is the caller graph for this function:| ilBlockGUI::getRepositoryMode | ( | ) |
Definition at line 250 of file class.ilBlockGUI.php.
References $repositorymode.
Referenced by addRepoCommands(), ilNewsForContextBlockGUI\getHTML(), ilConsultationHoursCalendarBlockGUI\getTargetGUIClassPath(), ilCalendarBlockGUI\getTargetGUIClassPath(), and ilCalendarBlockGUI\initCommands().
Here is the caller graph for this function:| ilBlockGUI::getRowTemplateDir | ( | ) |
Definition at line 348 of file class.ilBlockGUI.php.
References $rowtemplatedir.
Referenced by ilPollBlockGUI\getLegacyContent().
Here is the caller graph for this function:| ilBlockGUI::getRowTemplateName | ( | ) |
Definition at line 343 of file class.ilBlockGUI.php.
References $rowtemplatename.
Referenced by ilPollBlockGUI\getLegacyContent().
Here is the caller graph for this function:
|
static |
| ilBlockGUI::getSubtitle | ( | ) |
| ilBlockGUI::getTitle | ( | ) |
Definition at line 199 of file class.ilBlockGUI.php.
References $title.
Referenced by ilMembershipBlockGUI\emptyHandling(), ilSelectedItemsBlockGUI\emptyHandling(), getActionsForPanel(), getHTML(), and ilWikiFunctionsBlockGUI\getLegacyContent().
Here is the caller graph for this function:| ilBlockGUI::getViewControlsForPanel | ( | ) |
Definition at line 735 of file class.ilBlockGUI.php.
References $presentation, getPaginationViewControl(), and getPresentation().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Handle navigation.
Definition at line 521 of file class.ilBlockGUI.php.
References getLimit(), getNavParameter(), and setOffset().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 373 of file class.ilBlockGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:
|
abstractprotected |
Returns whether block has a corresponding repository object.
Referenced by __construct(), addRepoCommands(), and getHTML().
Here is the caller graph for this function:
|
protected |
Load data for current page.
Definition at line 549 of file class.ilBlockGUI.php.
References $data, getData(), getLimit(), getOffset(), and preloadData().
Referenced by ilDashboardBlockGUI\getLegacyContent(), ilDashboardBlockGUI\getListItemGroups(), and getListItemGroups().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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 481 of file class.ilBlockGUI.php.
Referenced by loadData().
Here is the caller graph for this function:
|
protected |
Send.
| ResponseSendingException |
Definition at line 799 of file class.ilBlockGUI.php.
References ILIAS\FileDelivery\http().
Referenced by ilNewsForContextBlockGUI\enableJS(), getHTML(), ilNewsForContextBlockGUI\hideNotifications(), and ilNewsForContextBlockGUI\showNotifications().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::setAdminCommands | ( | bool | $a_admincommands | ) |
Definition at line 278 of file class.ilBlockGUI.php.
| ilBlockGUI::setBlockId | ( | string | $a_block_id = "0" | ) |
Definition at line 169 of file class.ilBlockGUI.php.
Referenced by ilPDCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), and ilPollBlockGUI\setBlock().
Here is the caller graph for this function:| ilBlockGUI::setData | ( | array | $a_data | ) |
Definition at line 149 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDTasksBlockGUI\executeCommand(), ilPollBlockGUI\getHTML(), ilNewsForContextBlockGUI\hideNotifications(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
Here is the caller graph for this function:| ilBlockGUI::setEnableEdit | ( | bool | $a_enableedit | ) |
Definition at line 235 of file class.ilBlockGUI.php.
| ilBlockGUI::setEnableNumInfo | ( | bool | $a_enablenuminfo | ) |
Definition at line 288 of file class.ilBlockGUI.php.
Referenced by ilDashboardContentBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), and ilCalendarBlockGUI\getData().
Here is the caller graph for this function:| 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 184 of file class.ilBlockGUI.php.
| ilBlockGUI::setLimit | ( | int | $a_limit | ) |
Definition at line 225 of file class.ilBlockGUI.php.
Referenced by ilDashboardContentBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), and __construct().
Here is the caller graph for this function:| ilBlockGUI::setOffset | ( | int | $a_offset | ) |
Definition at line 204 of file class.ilBlockGUI.php.
References checkOffset(), and getData().
Referenced by handleNavigation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::setPresentation | ( | int | $type | ) |
Definition at line 159 of file class.ilBlockGUI.php.
Referenced by ilDashboardContentBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilDashboardBlockGUI\init(), ilCalendarBlockGUI\setForceMonthView(), ilCalendarBlockGUI\setPdModeEvents(), and ilCalendarBlockGUI\setPdModeMonth().
Here is the caller graph for this function:| 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 302 of file class.ilBlockGUI.php.
| ilBlockGUI::setProperty | ( | string | $a_property, |
| string | $a_value | ||
| ) |
Definition at line 312 of file class.ilBlockGUI.php.
| ilBlockGUI::setRefId | ( | int | $a_refid | ) |
Set Ref Id (only used if isRepositoryObject() is true).
Definition at line 268 of file class.ilBlockGUI.php.
| ilBlockGUI::setRepositoryMode | ( | bool | $a_repositorymode | ) |
Definition at line 245 of file class.ilBlockGUI.php.
| ilBlockGUI::setRowTemplate | ( | string | $a_rowtemplatename, |
| string | $a_rowtemplatedir = "" |
||
| ) |
Set Row Template Name.
Definition at line 320 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilPollBlockGUI\__construct(), and ilNewsForContextBlockGUI\__construct().
Here is the caller graph for this function:| ilBlockGUI::setSortTarget | ( | string | $target | ) |
Definition at line 782 of file class.ilBlockGUI.php.
Referenced by ilDashboardBlockGUI\addCommandActions().
Here is the caller graph for this function:| ilBlockGUI::setSubtitle | ( | string | $a_subtitle | ) |
Definition at line 255 of file class.ilBlockGUI.php.
| ilBlockGUI::setTitle | ( | string | $a_title | ) |
Definition at line 194 of file class.ilBlockGUI.php.
Referenced by ilConsultationHoursCalendarBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilPDStudyProgrammeSimpleListGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPollBlockGUI\getHTML(), ilDashboardBlockGUI\getHTML(), and ilNewsForContextBlockGUI\getHTML().
Here is the caller graph for this function:| ilBlockGUI::sortObject | ( | ) |
Definition at line 768 of file class.ilBlockGUI.php.
References getHTML().
Here is the call graph for this function:
|
protected |
Definition at line 139 of file class.ilBlockGUI.php.
Referenced by getActionsForPanel(), and getHTML().
Here is the caller graph for this function:
|
protected |
Definition at line 91 of file class.ilBlockGUI.php.
Referenced by addRepoCommands(), ilClassificationBlockGUI\filterContainer(), getHTML(), ilWikiFunctionsBlockGUI\getLegacyContent(), and ilNewsForContextBlockGUI\showNews().
|
private |
Definition at line 59 of file class.ilBlockGUI.php.
|
private |
Definition at line 60 of file class.ilBlockGUI.php.
|
protected |
Definition at line 85 of file class.ilBlockGUI.php.
Referenced by getAdminCommands().
|
protected |
Definition at line 75 of file class.ilBlockGUI.php.
|
protected |
Definition at line 77 of file class.ilBlockGUI.php.
Referenced by getBlockCommands().
|
protected |
Definition at line 74 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\addToSettingsForm(), getBlockId(), getPaginationViewControl(), and ilNewsForContextBlockGUI\writeSettings().
|
protected |
Definition at line 66 of file class.ilBlockGUI.php.
|
protected |
Definition at line 79 of file class.ilBlockGUI.php.
|
protected |
Definition at line 83 of file class.ilBlockGUI.php.
|
protected |
Definition at line 90 of file class.ilBlockGUI.php.
Referenced by addRepoCommands(), ilNewsForContextBlockGUI\cancelSettings(), ilPDNewsBlockGUI\changeFeedSettings(), ilNewsForContextBlockGUI\disableJS(), ilPDNewsBlockGUI\editSettings(), ilRepositoryObjectSearchBlockGUI\executeCommand(), ilClassificationBlockGUI\executeCommand(), ilWikiImportantPagesBlockGUI\executeCommand(), ilPDTasksBlockGUI\executeCommand(), ilWikiFunctionsBlockGUI\executeCommand(), ilPDNewsBlockGUI\executeCommand(), ilNewsForContextBlockGUI\executeCommand(), ilNewsForContextBlockGUI\getDynamicReload(), ilWikiImportantPagesBlockGUI\getHTML(), ilClassificationBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), getHTML(), ilNewsForContextBlockGUI\getInfoForData(), ilNewsForContextBlockGUI\getJSEnabler(), ilWikiFunctionsBlockGUI\getLegacyContent(), ilWikiImportantPagesBlockGUI\getLegacyContent(), ilClassificationBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\getNewsData(), getPaginationViewControl(), ilNewsForContextBlockGUI\hideNotifications(), ilDashboardRecommendedContentGUI\initData(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 71 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\buildPath(), ilPDTasksBlockGUI\executeCommand(), getData(), ilCalendarBlockGUI\getData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\hideNotifications(), loadData(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 86 of file class.ilBlockGUI.php.
|
private |
Definition at line 48 of file class.ilBlockGUI.php.
Referenced by getEnableEdit().
|
protected |
Definition at line 72 of file class.ilBlockGUI.php.
Referenced by getEnableNumInfo().
|
protected |
Definition at line 63 of file class.ilBlockGUI.php.
Referenced by ilPDTasksBlockGUI\getListItemForData(), ilCalendarSelectionBlockGUI\getListItemForData(), ilCalendarBlockGUI\getListItemForData(), and ilNewsForContextBlockGUI\getListItemForData().
|
protected |
Definition at line 73 of file class.ilBlockGUI.php.
|
protected |
Definition at line 64 of file class.ilBlockGUI.php.
Referenced by getGuiObject().
|
private |
Definition at line 67 of file class.ilBlockGUI.php.
|
protected |
Definition at line 80 of file class.ilBlockGUI.php.
|
private |
Definition at line 47 of file class.ilBlockGUI.php.
Referenced by getLimit().
|
protected |
Definition at line 92 of file class.ilBlockGUI.php.
Referenced by ilWikiFunctionsBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\addMiniMonth(), addRepoCommands(), ilNewsForContextBlockGUI\addToSettingsForm(), ilPDNewsBlockGUI\changeFeedSettings(), ilPDNewsBlockGUI\editSettings(), ilClassificationBlockGUI\filterContainer(), ilCalendarBlockGUI\getData(), ilNewsForContextBlockGUI\getDynamicReload(), ilWikiImportantPagesBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\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 88 of file class.ilBlockGUI.php.
Referenced by ilClassificationBlockGUI\filterContainer(), ilClassificationBlockGUI\getAjax(), ilClassificationBlockGUI\getHTML(), and ilClassificationBlockGUI\getLegacyContent().
|
protected |
Definition at line 78 of file class.ilBlockGUI.php.
|
private |
Definition at line 54 of file class.ilBlockGUI.php.
|
protected |
Definition at line 76 of file class.ilBlockGUI.php.
|
protected |
Definition at line 82 of file class.ilBlockGUI.php.
|
protected |
Definition at line 93 of file class.ilBlockGUI.php.
Referenced by addRepoCommands(), and ilNewsForContextBlockGUI\getHTML().
|
private |
Definition at line 46 of file class.ilBlockGUI.php.
Referenced by getOffset().
|
protected |
Definition at line 94 of file class.ilBlockGUI.php.
Referenced by ilDashboardBlockGUI\addCommandActions(), ilCalendarBlockGUI\addSubscriptionButton(), ilCalendarBlockGUI\executeCommand(), getPresentation(), and getViewControlsForPanel().
|
private |
Definition at line 58 of file class.ilBlockGUI.php.
Referenced by ilDashboardBlockGUI\addCommandActions().
|
protected |
Definition at line 81 of file class.ilBlockGUI.php.
|
private |
Definition at line 50 of file class.ilBlockGUI.php.
Referenced by getRefId().
|
protected |
Definition at line 62 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\showNews().
|
protected |
Definition at line 69 of file class.ilBlockGUI.php.
Referenced by getRepositoryMode().
|
protected |
Definition at line 65 of file class.ilBlockGUI.php.
Referenced by ilDashboardRecommendedContentGUI\__construct(), and ilWikiFunctionsBlockGUI\__construct().
|
protected |
Definition at line 95 of file class.ilBlockGUI.php.
Referenced by ilClassificationBlockGUI\__construct().
|
private |
Definition at line 52 of file class.ilBlockGUI.php.
Referenced by getRowTemplateDir().
|
private |
Definition at line 51 of file class.ilBlockGUI.php.
Referenced by getRowTemplateName().
|
private |
Definition at line 56 of file class.ilBlockGUI.php.
|
private |
Definition at line 61 of file class.ilBlockGUI.php.
|
private |
Definition at line 49 of file class.ilBlockGUI.php.
Referenced by getSubtitle().
|
protected |
Definition at line 84 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilDashboardBlockGUI\getData(), ilWikiImportantPagesBlockGUI\getLegacyContent(), ilDashboardBlockGUI\getLegacyContent(), ilPDTasksBlockGUI\getListItemForData(), ilDashboardBlockGUI\getListItemGroups(), ilDashboardBlockGUI\getRepositoryTitle(), getTitle(), ilNewsForContextBlockGUI\showFeedUrl(), and ilNewsForContextBlockGUI\showNews().
|
protected |
Definition at line 87 of file class.ilBlockGUI.php.
Referenced by 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 70 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\addMiniMonth(), ilCalendarBlockGUI\getData(), ilCalendarBlockGUI\getModalForApp(), and ilCalendarBlockGUI\getViewControl().
|
protected |
Definition at line 89 of file class.ilBlockGUI.php.
Referenced by ilFavouritesListGUI\__construct(), ilCalendarBlockGUI\addMiniMonth(), ilPDNewsBlockGUI\changeFeedSettings(), ilNewsForContextBlockGUI\disableJS(), ilPDNewsBlockGUI\editSettings(), ilNewsForContextBlockGUI\enableJS(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\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 41 of file class.ilBlockGUI.php.
| const ilBlockGUI::PRES_MAIN_LIST = 3 |
Definition at line 44 of file class.ilBlockGUI.php.
| const ilBlockGUI::PRES_MAIN_TILE = 4 |
Definition at line 45 of file class.ilBlockGUI.php.
| const ilBlockGUI::PRES_SEC_LEG = 1 |
Definition at line 42 of file class.ilBlockGUI.php.
| const ilBlockGUI::PRES_SEC_LIST = 2 |
Definition at line 43 of file class.ilBlockGUI.php.