|
ILIAS
release_8 Revision v8.24
|
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 () | |
| 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 | ( | ) |
Reimplemented in ilPollBlockGUI, ilPDStudyProgrammeSimpleListGUI, ilWikiFunctionsBlockGUI, ilWikiImportantPagesBlockGUI, ilCalendarBlockGUI, ilConsultationHoursCalendarBlockGUI, ilPDCalendarBlockGUI, ilClassificationBlockGUI, ilDashboardContentBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, and ilPDTasksBlockGUI.
Definition at line 76 of file class.ilBlockGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ilYuiUtil\initConnection(), ILIAS\Repository\lng(), PRES_SEC_LEG, 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 = "" |
||
| ) |
Definition at line 327 of file class.ilBlockGUI.php.
Referenced by ilCalendarSelectionBlockGUI\__construct(), ilPollBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilWikiImportantPagesBlockGUI\getHTML(), and ilCalendarBlockGUI\initCommands().
Here is the caller graph for this function:
|
protected |
Add repo commands.
Definition at line 810 of file class.ilBlockGUI.php.
References $lng, ilObject\_lookupType(), ilRBACAccessHandler\checkAccess(), ilObjectDefinition\getClassName(), ilCtrl\getLinkTargetByClass(), and ilCtrl\setParameterByClass().
Here is the call graph for this function:| ilBlockGUI::correctOffset | ( | ) |
Definition at line 192 of file class.ilBlockGUI.php.
References setOffset().
Here is the call graph for this function:| ilBlockGUI::fillDataSection | ( | ) |
Standard implementation for row based data.
Overwrite this and call setContent for other data.
Reimplemented in ilPollBlockGUI, ilPDStudyProgrammeSimpleListGUI, ilWikiFunctionsBlockGUI, ilWikiImportantPagesBlockGUI, ilCalendarBlockGUI, ilDashboardContentBlockGUI, ilPDSelectedItemsBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, ilObjectMetaDataBlockGUI, ilRepositoryObjectSearchBlockGUI, and ilPDTasksBlockGUI.
Definition at line 534 of file class.ilBlockGUI.php.
References $data.
Referenced by ilCalendarBlockGUI\fillDataSection().
Here is the caller graph for this function:| ilBlockGUI::fillFooter | ( | ) |
Reimplemented in ilDashboardContentBlockGUI.
Definition at line 587 of file class.ilBlockGUI.php.
| ilBlockGUI::fillHeaderCommands | ( | ) |
Definition at line 459 of file class.ilBlockGUI.php.
References ilUtil\getImagePath(), ilAdvancedSelectionListGUI\ICON_CONFIG, and ilAdvancedSelectionListGUI\STYLE_LINK_BUTTON.
Here is the call graph for this function:| ilBlockGUI::fillHeaderTitleBlock | ( | ) |
Definition at line 494 of file class.ilBlockGUI.php.
References $lng.
| ilBlockGUI::fillPreviousNext | ( | ) |
Reimplemented in ilDashboardContentBlockGUI.
Definition at line 599 of file class.ilBlockGUI.php.
References $lng.
| ilBlockGUI::fillRow | ( | array | $a_set | ) |
Reimplemented in ilPollBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, and ilPDTasksBlockGUI.
Definition at line 580 of file class.ilBlockGUI.php.
References ILIAS\LTI\ToolProvider\$key.
|
finalprotected |
Definition at line 591 of file class.ilBlockGUI.php.
| ilBlockGUI::getAdminCommands | ( | ) |
Definition at line 257 of file class.ilBlockGUI.php.
References $admincommands.
| 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.
| ilBlockGUI::getBlockId | ( | ) |
Definition at line 152 of file class.ilBlockGUI.php.
References $block_id.
Referenced by ilCalendarBlockGUI\__construct(), ilNewsForContextBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getJSEnabler(), and ilCalendarBlockGUI\setSeed().
Here is the caller graph for this function:
|
abstract |
Reimplemented in ilPollBlockGUI, ilPDStudyProgrammeSimpleListGUI, ilWikiFunctionsBlockGUI, ilWikiImportantPagesBlockGUI, ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilConsultationHoursCalendarBlockGUI, ilPDCalendarBlockGUI, ilClassificationBlockGUI, ilDashboardContentBlockGUI, ilPDSelectedItemsBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, ilObjectMetaDataBlockGUI, ilRepositoryObjectSearchBlockGUI, and ilPDTasksBlockGUI.
|
final |
Definition at line 307 of file class.ilBlockGUI.php.
| ilBlockGUI::getData | ( | ) |
Reimplemented in ilCalendarBlockGUI, and ilConsultationHoursCalendarBlockGUI.
Definition at line 132 of file class.ilBlockGUI.php.
References $data.
Referenced by ilNewsForContextBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\getOverview(), and ilNewsForContextBlockGUI\showNews().
Here is the caller graph for this function:| ilBlockGUI::getEnableEdit | ( | ) |
Definition at line 214 of file class.ilBlockGUI.php.
References $enableedit.
Referenced by ilNewsForContextBlockGUI\executeCommand(), and ilNewsForContextBlockGUI\getHTML().
Here is the caller graph for this function:| ilBlockGUI::getEnableNumInfo | ( | ) |
Definition at line 267 of file class.ilBlockGUI.php.
References $enablenuminfo.
Referenced by ilDashboardContentBlockGUI\fillFooter().
Here is the caller graph for this function:| ilBlockGUI::getGuiObject | ( | ) |
Definition at line 167 of file class.ilBlockGUI.php.
References $gui_object.
| ilBlockGUI::getHTML | ( | ) |
Reimplemented in ilPollBlockGUI, ilPDStudyProgrammeSimpleListGUI, ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilClassificationBlockGUI, ilDashboardContentBlockGUI, ilPDSelectedItemsBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, and ilRepositoryObjectSearchBlockGUI.
Definition at line 350 of file class.ilBlockGUI.php.
References $ilUser, $lng, and ilObject\_lookupType().
Referenced by ilPDNewsBlockGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBlockGUI::getHTMLNew | ( | ) |
Reimplemented in ilConsultationHoursCalendarBlockGUI, and ilPDTasksBlockGUI.
Definition at line 868 of file class.ilBlockGUI.php.
References $DIC, $factory, $id, $panel, ilRBACAccessHandler\checkAccess(), ILIAS\UI\Implementation\Component\ViewControl\getViewControls(), ilCtrl\isAsynch(), ILIAS\Repository\lng(), and send().
Here is the call graph for this function:
|
protected |
Get legacy content.
Reimplemented in ilPollBlockGUI, ilWikiFunctionsBlockGUI, ilWikiImportantPagesBlockGUI, ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilClassificationBlockGUI, ilPDSelectedItemsBlockGUI, ilObjectMetaDataBlockGUI, and ilRepositoryObjectSearchBlockGUI.
Definition at line 655 of file class.ilBlockGUI.php.
| ilBlockGUI::getLimit | ( | ) |
|
protected |
Get list item for data array.
| array | $data |
Reimplemented in ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilConsultationHoursCalendarBlockGUI, ilPDSelectedItemsBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, and ilPDTasksBlockGUI.
Definition at line 682 of file class.ilBlockGUI.php.
|
protected |
Get items.
Reimplemented in ilPDSelectedItemsBlockGUI.
Definition at line 735 of file class.ilBlockGUI.php.
|
final |
Definition at line 312 of file class.ilBlockGUI.php.
|
final |
Definition at line 302 of file class.ilBlockGUI.php.
| ilBlockGUI::getNoItemFoundContent | ( | ) |
Reimplemented in ilCalendarBlockGUI, ilPDMembershipBlockGUI, ilPDSelectedItemsBlockGUI, ilNewsForContextBlockGUI, and ilPDTasksBlockGUI.
Definition at line 1000 of file class.ilBlockGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilBlockGUI::getOffset | ( | ) |
| ilBlockGUI::getPaginationViewControl | ( | ) |
Fill previous/next row.
Definition at line 759 of file class.ilBlockGUI.php.
| ilBlockGUI::getPresentation | ( | ) |
Definition at line 142 of file class.ilBlockGUI.php.
References $presentation.
Referenced by ilCalendarBlockGUI\getViewControls().
Here is the caller graph for this function:| ilBlockGUI::getProperty | ( | string | $a_property | ) |
Definition at line 281 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), and ilNewsForContextBlockGUI\showNews().
Here is the caller graph for this function:| ilBlockGUI::getRefId | ( | ) |
Definition at line 247 of file class.ilBlockGUI.php.
References $refid.
Referenced by ilPollBlockGUI\commentJSCall(), ilPollBlockGUI\fillRow(), and ilPollBlockGUI\getHTML().
Here is the caller graph for this function:| ilBlockGUI::getRepositoryMode | ( | ) |
Definition at line 224 of file class.ilBlockGUI.php.
References $repositorymode.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getTargetGUIClassPath(), ilConsultationHoursCalendarBlockGUI\getTargetGUIClassPath(), and ilCalendarBlockGUI\initCommands().
Here is the caller graph for this function:| ilBlockGUI::getRowTemplateDir | ( | ) |
Definition at line 322 of file class.ilBlockGUI.php.
Referenced by ilPollBlockGUI\getLegacyContent().
Here is the caller graph for this function:| ilBlockGUI::getRowTemplateName | ( | ) |
Definition at line 317 of file class.ilBlockGUI.php.
Referenced by ilPollBlockGUI\getLegacyContent().
Here is the caller graph for this function:
|
static |
Reimplemented in ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilClassificationBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, ilObjectMetaDataBlockGUI, ilRepositoryObjectSearchBlockGUI, and ilPDTasksBlockGUI.
Definition at line 341 of file class.ilBlockGUI.php.
References IL_SCREEN_SIDE.
| ilBlockGUI::getSubtitle | ( | ) |
| ilBlockGUI::getTitle | ( | ) |
Definition at line 177 of file class.ilBlockGUI.php.
References $title.
Referenced by ilWikiFunctionsBlockGUI\getLegacyContent().
Here is the caller graph for this function:
|
protected |
Get view controls.
Reimplemented in ilCalendarBlockGUI.
Definition at line 665 of file class.ilBlockGUI.php.
|
protected |
Handle navigation.
Definition at line 691 of file class.ilBlockGUI.php.
|
protected |
Reimplemented in ilCalendarBlockGUI.
Definition at line 346 of file class.ilBlockGUI.php.
|
abstractprotected |
Returns whether block has a corresponding repository object.
Reimplemented in ilPollBlockGUI, ilPDStudyProgrammeSimpleListGUI, ilWikiFunctionsBlockGUI, ilWikiImportantPagesBlockGUI, ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilConsultationHoursCalendarBlockGUI, ilClassificationBlockGUI, ilDashboardContentBlockGUI, ilPDSelectedItemsBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilObjectMetaDataBlockGUI, ilRepositoryObjectSearchBlockGUI, and ilPDTasksBlockGUI.
|
protected |
Load data for current page.
Definition at line 719 of file class.ilBlockGUI.php.
References $data.
|
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 |
Reimplemented in ilPDMailBlockGUI.
Definition at line 628 of file class.ilBlockGUI.php.
|
protected |
Send.
| ResponseSendingException |
Definition at line 991 of file class.ilBlockGUI.php.
References ILIAS\FileDelivery\http().
Referenced by ilNewsForContextBlockGUI\enableJS(), 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 252 of file class.ilBlockGUI.php.
| ilBlockGUI::setBlockId | ( | string | $a_block_id = "0" | ) |
Definition at line 147 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilPDCalendarBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), and ilPollBlockGUI\setBlock().
Here is the caller graph for this function:| ilBlockGUI::setData | ( | array | $a_data | ) |
Definition at line 127 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDMailBlockGUI\fillDataSection(), ilPollBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getHTML(), ilPDMailBlockGUI\getHTML(), ilNewsForContextBlockGUI\hideNotifications(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
Here is the caller graph for this function:| 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 ilPollBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), ilWikiImportantPagesBlockGUI\fillDataSection(), ilCalendarBlockGUI\fillDataSection(), ilPDSelectedItemsBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilObjectMetaDataBlockGUI\fillDataSection(), ilRepositoryObjectSearchBlockGUI\fillDataSection(), and ilPDTasksBlockGUI\fillDataSection().
Here is the caller graph for this function:| 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 ilWikiFunctionsBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilDashboardContentBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilPDMailBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilPDTasksBlockGUI\fillDataSection(), 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 162 of file class.ilBlockGUI.php.
| ilBlockGUI::setLimit | ( | int | $a_limit | ) |
Definition at line 199 of file class.ilBlockGUI.php.
Referenced by __construct(), ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilDashboardContentBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), and ilCalendarSelectionBlockGUI\__construct().
Here is the caller graph for this function:| ilBlockGUI::setOffset | ( | int | $a_offset | ) |
Definition at line 182 of file class.ilBlockGUI.php.
Referenced by correctOffset().
Here is the caller graph for this function:| ilBlockGUI::setPresentation | ( | int | $type | ) |
Definition at line 137 of file class.ilBlockGUI.php.
References $type.
Referenced by ilWikiFunctionsBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilDashboardContentBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\setForceMonthView(), ilCalendarBlockGUI\setPdModeEvents(), and ilCalendarBlockGUI\setPdModeMonth().
Here is the caller graph for this function:| ilBlockGUI::setPreviousNextLinks | ( | ) |
Definition at line 620 of file class.ilBlockGUI.php.
| 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 ilPollBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilCalendarBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), and ilPDTasksBlockGUI\fillDataSection().
Here is the caller graph for this function:| 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 ilPDStudyProgrammeSimpleListGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilPollBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getHTML(), and ilNewsForContextBlockGUI\getHTML().
Here is the caller graph for this function:
|
protected |
Definition at line 117 of file class.ilBlockGUI.php.
Referenced by ilPollBlockGUI\fillRow().
Here is the caller graph for this function:
|
protected |
Definition at line 70 of file class.ilBlockGUI.php.
Referenced by ilClassificationBlockGUI\filterContainer(), 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.
|
protected |
Definition at line 53 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\addToSettingsForm(), getBlockId(), 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 ilNewsForContextBlockGUI\cancelSettings(), ilPDNewsBlockGUI\changeFeedSettings(), ilNewsForContextBlockGUI\disableJS(), ilPDNewsBlockGUI\editSettings(), ilWikiFunctionsBlockGUI\executeCommand(), ilWikiImportantPagesBlockGUI\executeCommand(), ilClassificationBlockGUI\executeCommand(), ilNewsForContextBlockGUI\executeCommand(), ilPDNewsBlockGUI\executeCommand(), ilRepositoryObjectSearchBlockGUI\executeCommand(), ilPDTasksBlockGUI\executeCommand(), ilNewsForContextBlockGUI\getDynamic(), ilNewsForContextBlockGUI\getDynamicReload(), ilClassificationBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilWikiImportantPagesBlockGUI\getHTML(), ilNewsForContextBlockGUI\getInfoForData(), ilNewsForContextBlockGUI\getJSEnabler(), ilWikiFunctionsBlockGUI\getLegacyContent(), ilWikiImportantPagesBlockGUI\getLegacyContent(), ilClassificationBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\getNewsData(), ilNewsForContextBlockGUI\hideNotifications(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), ilPDNewsBlockGUI\saveSettings(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 50 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilCalendarSelectionBlockGUI\buildPath(), getData(), ilCalendarBlockGUI\getData(), ilCalendarBlockGUI\getListItemForData(), ilCalendarSelectionBlockGUI\getListItemForData(), ilConsultationHoursCalendarBlockGUI\getListItemForData(), ilPDMailBlockGUI\getListItemForData(), ilNewsForContextBlockGUI\getListItemForData(), ilPDTasksBlockGUI\getListItemForData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\hideNotifications(), ilPDMailBlockGUI\preloadData(), 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 ilWikiFunctionsBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilCalendarBlockGUI\addMiniMonth(), ilNewsForContextBlockGUI\addToSettingsForm(), ilPDNewsBlockGUI\changeFeedSettings(), ilPDNewsBlockGUI\editSettings(), ilDashboardContentBlockGUI\fillFooter(), ilPDTasksBlockGUI\fillRow(), ilClassificationBlockGUI\filterContainer(), ilCalendarBlockGUI\getData(), ilNewsForContextBlockGUI\getDynamicReload(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilWikiImportantPagesBlockGUI\getHTML(), ilNewsForContextBlockGUI\getInfoForData(), ilWikiFunctionsBlockGUI\getLegacyContent(), ilPDTasksBlockGUI\getListItemForData(), ilCalendarBlockGUI\getOverview(), ilNewsForContextBlockGUI\getOverview(), ilPDTasksBlockGUI\getOverview(), ilCalendarBlockGUI\getViewControl(), ilCalendarBlockGUI\initCommands(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\showFeedUrl(), ilPDNewsBlockGUI\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.
|
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 ilNewsForContextBlockGUI\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(), 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.
|
private |
Definition at line 41 of file class.ilBlockGUI.php.
|
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(), ilWikiImportantPagesBlockGUI\getLegacyContent(), ilPDTasksBlockGUI\getListItemForData(), 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(), ilWikiFunctionsBlockGUI\getLegacyContent(), ilCalendarBlockGUI\getLegacyContent(), ilCalendarSelectionBlockGUI\getLegacyContent(), ilClassificationBlockGUI\getLegacyContent(), ilRepositoryObjectSearchBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\showFeedUrl(), ilPDNewsBlockGUI\showFeedUrl(), and ilNewsForContextBlockGUI\showNews().
|
protected |
Definition at line 49 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\addMiniMonth(), ilCalendarBlockGUI\getData(), ilCalendarBlockGUI\getModalForApp(), and ilCalendarBlockGUI\getViewControl().
|
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(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilPDMailBlockGUI\getListItemForData(), ilNewsForContextBlockGUI\getNewsData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\handleView(), ilNewsForContextBlockGUI\hideNotifications(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), ilPDNewsBlockGUI\saveSettings(), ilCalendarBlockGUI\setPdModeEvents(), ilCalendarBlockGUI\setPdModeMonth(), ilNewsForContextBlockGUI\showFeedUrl(), ilPDNewsBlockGUI\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.
Referenced by __construct().
| const ilBlockGUI::PRES_SEC_LIST = 2 |
Definition at line 33 of file class.ilBlockGUI.php.