ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 () | |
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 Container Block StandardGUIRequest | $request |
ILIAS Container 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 | ( | ) |
Reimplemented in ilCalendarBlockGUI, ilConsultationHoursCalendarBlockGUI, ilPDCalendarBlockGUI, ilClassificationBlockGUI, ilTutorialSupportBlockGUI, ilDashboardBlockGUI, ilDashboardContentBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, ilPollBlockGUI, ilDashboardRecommendedContentGUI, ilPDStudyProgrammeSimpleListGUI, ilPDTasksBlockGUI, ilLPProgressBlockGUI, ilWikiFunctionsBlockGUI, and ilWikiImportantPagesBlockGUI.
Definition at line 97 of file class.ilBlockGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), factory(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), PRES_SEC_LEG, renderer(), setLimit(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Referenced by ilPDNewsBlockGUI\__construct().
ilBlockGUI::addBlockCommand | ( | string | $a_href, |
string | $a_text, | ||
string | $a_onclick = "" , |
||
?RoundTrip | $modal = null |
||
) |
Definition at line 352 of file class.ilBlockGUI.php.
Referenced by ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilWikiImportantPagesBlockGUI\getHTML(), and ilCalendarBlockGUI\initCommands().
ilBlockGUI::addPresentation | ( | string | $label, |
string | $target, | ||
bool | $active | ||
) |
Definition at line 789 of file class.ilBlockGUI.php.
Referenced by ilDashboardBlockGUI\addCommandActions().
|
protected |
Add repo commands.
Definition at line 638 of file class.ilBlockGUI.php.
References $lng, ilObject\_lookupType(), ilRBACAccessHandler\checkAccess(), ILIAS\Repository\ctrl(), ilObjectDefinition\getClassName(), ilCtrl\getLinkTargetByClass(), and ilCtrl\setParameterByClass().
ilBlockGUI::addSortOption | ( | string | $option, |
string | $label, | ||
bool | $active | ||
) |
Definition at line 776 of file class.ilBlockGUI.php.
Referenced by ilDashboardBlockGUI\addCommandActions().
ilBlockGUI::checkOffset | ( | int | $offset | ) |
Definition at line 219 of file class.ilBlockGUI.php.
References $offset.
Referenced by setOffset().
|
protected |
Definition at line 699 of file class.ilBlockGUI.php.
References $id, factory(), and ILIAS\Repository\lng().
ilBlockGUI::getAdminCommands | ( | ) |
Definition at line 282 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 488 of file class.ilBlockGUI.php.
References ILIAS\UI\examples\Symbol\Glyph\Header\header().
ilBlockGUI::getBlockCommands | ( | ) |
Definition at line 362 of file class.ilBlockGUI.php.
ilBlockGUI::getBlockId | ( | ) |
Definition at line 173 of file class.ilBlockGUI.php.
References $block_id.
Referenced by ilCalendarBlockGUI\__construct(), ilNewsForContextBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getJSEnabler(), and ilCalendarBlockGUI\setSeed().
|
abstract |
Reimplemented in ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilConsultationHoursCalendarBlockGUI, ilPDCalendarBlockGUI, ilClassificationBlockGUI, ilTutorialSupportBlockGUI, ilMembershipBlockGUI, ilSelectedItemsBlockGUI, ilDashboardContentBlockGUI, ilObjectMetaDataBlockGUI, ilDashboardLearningSequenceGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, ilPollBlockGUI, ilDashboardRecommendedContentGUI, ilRepositoryObjectSearchBlockGUI, ilPDStudyProgrammeSimpleListGUI, ilStudyProgrammeDashboardViewGUI, ilPDTasksBlockGUI, ilLPProgressBlockGUI, ilWikiFunctionsBlockGUI, and ilWikiImportantPagesBlockGUI.
|
final |
Definition at line 332 of file class.ilBlockGUI.php.
ilBlockGUI::getData | ( | ) |
Reimplemented in ilCalendarBlockGUI, ilConsultationHoursCalendarBlockGUI, ilTutorialSupportBlockGUI, and ilDashboardBlockGUI.
Definition at line 153 of file class.ilBlockGUI.php.
References $data.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\getOverview(), setOffset(), and ilNewsForContextBlockGUI\showNews().
ilBlockGUI::getEnableEdit | ( | ) |
Definition at line 239 of file class.ilBlockGUI.php.
References $enableedit.
Referenced by ilNewsForContextBlockGUI\executeCommand(), and ilNewsForContextBlockGUI\getHTML().
ilBlockGUI::getEnableNumInfo | ( | ) |
Definition at line 292 of file class.ilBlockGUI.php.
References $enablenuminfo.
ilBlockGUI::getGuiObject | ( | ) |
Definition at line 188 of file class.ilBlockGUI.php.
References $gui_object.
ilBlockGUI::getHTML | ( | ) |
Reimplemented in ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilConsultationHoursCalendarBlockGUI, ilClassificationBlockGUI, ilDashboardBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, ilPollBlockGUI, ilPDStudyProgrammeSimpleListGUI, and ilPDTasksBlockGUI.
Definition at line 376 of file class.ilBlockGUI.php.
References ilRBACAccessHandler\checkAccess(), factory(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), ilCtrl\isAsynch(), renderer(), and send().
Referenced by ilPDNewsBlockGUI\getHTML().
|
protected |
Get legacy content.
Reimplemented in ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilClassificationBlockGUI, ilDashboardBlockGUI, ilDashboardContentBlockGUI, ilObjectMetaDataBlockGUI, ilPollBlockGUI, ilRepositoryObjectSearchBlockGUI, ilLPProgressBlockGUI, ilWikiFunctionsBlockGUI, and ilWikiImportantPagesBlockGUI.
Definition at line 500 of file class.ilBlockGUI.php.
ilBlockGUI::getLimit | ( | ) |
|
protected |
Get list item for data array.
array | $data |
Reimplemented in ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilConsultationHoursCalendarBlockGUI, ilTutorialSupportBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, and ilPDTasksBlockGUI.
Definition at line 511 of file class.ilBlockGUI.php.
|
protected |
Get items.
Reimplemented in ilDashboardBlockGUI.
Definition at line 563 of file class.ilBlockGUI.php.
|
final |
Definition at line 337 of file class.ilBlockGUI.php.
|
final |
Definition at line 327 of file class.ilBlockGUI.php.
ilBlockGUI::getNoItemFoundContent | ( | ) |
Reimplemented in ilCalendarBlockGUI, ilDashboardBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, and ilPDTasksBlockGUI.
Definition at line 810 of file class.ilBlockGUI.php.
References ILIAS\Repository\lng().
ilBlockGUI::getOffset | ( | ) |
Definition at line 214 of file class.ilBlockGUI.php.
References $offset.
ilBlockGUI::getPaginationViewControl | ( | ) |
Fill previous/next row.
Definition at line 587 of file class.ilBlockGUI.php.
References $DIC, and ILIAS\UI\Component\ViewControl\Factory\pagination().
ilBlockGUI::getPresentation | ( | ) |
Definition at line 163 of file class.ilBlockGUI.php.
References $presentation.
Referenced by ilCalendarBlockGUI\getViewControlsForPanel().
ilBlockGUI::getProperty | ( | string | $a_property | ) |
Definition at line 306 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), and ilNewsForContextBlockGUI\showNews().
ilBlockGUI::getRefId | ( | ) |
Definition at line 272 of file class.ilBlockGUI.php.
References $refid.
Referenced by ilPollBlockGUI\fillRow(), ilPollBlockGUI\getHTML(), ilPollBlockGUI\getVoteURL(), and ilPollBlockGUI\initContentRenderer().
ilBlockGUI::getRepositoryMode | ( | ) |
Definition at line 249 of file class.ilBlockGUI.php.
References $repositorymode.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getTargetGUIClassPath(), ilConsultationHoursCalendarBlockGUI\getTargetGUIClassPath(), and ilCalendarBlockGUI\initCommands().
ilBlockGUI::getRowTemplateDir | ( | ) |
Definition at line 347 of file class.ilBlockGUI.php.
Referenced by ilPollBlockGUI\getLegacyContent().
ilBlockGUI::getRowTemplateName | ( | ) |
Definition at line 342 of file class.ilBlockGUI.php.
Referenced by ilPollBlockGUI\getLegacyContent().
|
static |
Reimplemented in ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilClassificationBlockGUI, ilObjectMetaDataBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPDNewsBlockGUI, ilRepositoryObjectSearchBlockGUI, and ilPDTasksBlockGUI.
Definition at line 367 of file class.ilBlockGUI.php.
References IL_SCREEN_SIDE.
ilBlockGUI::getSubtitle | ( | ) |
ilBlockGUI::getTitle | ( | ) |
Definition at line 198 of file class.ilBlockGUI.php.
References $title.
Referenced by ilWikiFunctionsBlockGUI\getLegacyContent().
ilBlockGUI::getViewControlsForPanel | ( | ) |
Reimplemented in ilCalendarBlockGUI, and ilDashboardBlockGUI.
Definition at line 737 of file class.ilBlockGUI.php.
References factory().
|
protected |
Handle navigation.
Definition at line 520 of file class.ilBlockGUI.php.
|
protected |
Reimplemented in ilCalendarBlockGUI.
Definition at line 372 of file class.ilBlockGUI.php.
|
abstractprotected |
Returns whether block has a corresponding repository object.
Reimplemented in ilCalendarBlockGUI, ilCalendarSelectionBlockGUI, ilConsultationHoursCalendarBlockGUI, ilClassificationBlockGUI, ilTutorialSupportBlockGUI, ilDashboardBlockGUI, ilDashboardContentBlockGUI, ilObjectMetaDataBlockGUI, ilPDMailBlockGUI, ilNewsForContextBlockGUI, ilPollBlockGUI, ilRepositoryObjectSearchBlockGUI, ilPDStudyProgrammeSimpleListGUI, ilPDTasksBlockGUI, ilLPProgressBlockGUI, ilWikiFunctionsBlockGUI, and ilWikiImportantPagesBlockGUI.
|
protected |
Load data for current page.
Definition at line 548 of file class.ilBlockGUI.php.
References $data.
Referenced by ilDashboardBlockGUI\getLegacyContent(), and ilDashboardBlockGUI\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 |
Reimplemented in ilDashboardBlockGUI, and ilPDMailBlockGUI.
Definition at line 480 of file class.ilBlockGUI.php.
|
protected |
Send.
ResponseSendingException |
Definition at line 801 of file class.ilBlockGUI.php.
References ILIAS\FileDelivery\http().
Referenced by ilNewsForContextBlockGUI\enableJS(), ilNewsForContextBlockGUI\hideNotifications(), and ilNewsForContextBlockGUI\showNotifications().
ilBlockGUI::setAdminCommands | ( | bool | $a_admincommands | ) |
Definition at line 277 of file class.ilBlockGUI.php.
ilBlockGUI::setBlockId | ( | string | $a_block_id = "0" | ) |
Definition at line 168 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilPDCalendarBlockGUI\__construct(), ilTutorialSupportBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilLPProgressBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), and ilPollBlockGUI\setBlock().
ilBlockGUI::setData | ( | array | $a_data | ) |
Reimplemented in ilDashboardBlockGUI.
Definition at line 148 of file class.ilBlockGUI.php.
Referenced by ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPollBlockGUI\getHTML(), ilNewsForContextBlockGUI\hideNotifications(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
ilBlockGUI::setEnableEdit | ( | bool | $a_enableedit | ) |
Definition at line 234 of file class.ilBlockGUI.php.
ilBlockGUI::setEnableNumInfo | ( | bool | $a_enablenuminfo | ) |
Definition at line 287 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilDashboardContentBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), 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 183 of file class.ilBlockGUI.php.
ilBlockGUI::setLimit | ( | int | $a_limit | ) |
Definition at line 224 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), __construct(), ilTutorialSupportBlockGUI\__construct(), ilDashboardContentBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), and ilCalendarSelectionBlockGUI\__construct().
ilBlockGUI::setOffset | ( | int | $a_offset | ) |
Definition at line 203 of file class.ilBlockGUI.php.
References checkOffset(), and getData().
ilBlockGUI::setPresentation | ( | int | $type | ) |
Definition at line 158 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilTutorialSupportBlockGUI\__construct(), ilDashboardContentBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilLPProgressBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilDashboardBlockGUI\init(), ilCalendarBlockGUI\setForceMonthView(), ilCalendarBlockGUI\setPdModeEvents(), and ilCalendarBlockGUI\setPdModeMonth().
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 301 of file class.ilBlockGUI.php.
ilBlockGUI::setProperty | ( | string | $a_property, |
string | $a_value | ||
) |
Definition at line 311 of file class.ilBlockGUI.php.
ilBlockGUI::setRefId | ( | int | $a_refid | ) |
Set Ref Id (only used if isRepositoryObject() is true).
Definition at line 267 of file class.ilBlockGUI.php.
ilBlockGUI::setRepositoryMode | ( | bool | $a_repositorymode | ) |
Definition at line 244 of file class.ilBlockGUI.php.
ilBlockGUI::setRowTemplate | ( | string | $a_rowtemplatename, |
string | $a_rowtemplatedir = "" |
||
) |
Set Row Template Name.
Definition at line 319 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), and ilPollBlockGUI\__construct().
ilBlockGUI::setSortTarget | ( | string | $target | ) |
Definition at line 784 of file class.ilBlockGUI.php.
Referenced by ilDashboardBlockGUI\addCommandActions().
ilBlockGUI::setSubtitle | ( | string | $a_subtitle | ) |
Definition at line 254 of file class.ilBlockGUI.php.
ilBlockGUI::setTitle | ( | string | $a_title | ) |
Definition at line 193 of file class.ilBlockGUI.php.
Referenced by ilCalendarBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilTutorialSupportBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDStudyProgrammeSimpleListGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilLPProgressBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilDashboardBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), and ilPollBlockGUI\getHTML().
ilBlockGUI::sortObject | ( | ) |
Definition at line 771 of file class.ilBlockGUI.php.
|
protected |
Definition at line 138 of file class.ilBlockGUI.php.
|
protected |
Definition at line 91 of file class.ilBlockGUI.php.
Referenced by ilClassificationBlockGUI\filterContainer(), 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.
|
protected |
Definition at line 74 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\addToSettingsForm(), getBlockId(), 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 ilNewsForContextBlockGUI\cancelSettings(), ilPDNewsBlockGUI\changeFeedSettings(), ilNewsForContextBlockGUI\disableJS(), ilPDNewsBlockGUI\editSettings(), ilClassificationBlockGUI\executeCommand(), ilNewsForContextBlockGUI\executeCommand(), ilPDNewsBlockGUI\executeCommand(), ilRepositoryObjectSearchBlockGUI\executeCommand(), ilPDTasksBlockGUI\executeCommand(), ilWikiFunctionsBlockGUI\executeCommand(), ilWikiImportantPagesBlockGUI\executeCommand(), ilNewsForContextBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilWikiImportantPagesBlockGUI\getHTML(), ilNewsForContextBlockGUI\getInfoForData(), ilNewsForContextBlockGUI\getJSEnabler(), ilClassificationBlockGUI\getLegacyContent(), ilWikiFunctionsBlockGUI\getLegacyContent(), ilWikiImportantPagesBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\getNewsData(), ilNewsForContextBlockGUI\hideNotifications(), ilDashboardRecommendedContentGUI\initData(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), ilPDNewsBlockGUI\saveSettings(), ilPDNewsBlockGUI\showFeedUrl(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 71 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilCalendarSelectionBlockGUI\buildPath(), ilCalendarBlockGUI\getData(), 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 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 ilCalendarBlockGUI\getListItemForData(), ilCalendarSelectionBlockGUI\getListItemForData(), ilNewsForContextBlockGUI\getListItemForData(), and ilPDTasksBlockGUI\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 ilNewsForContextBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilCalendarBlockGUI\addMiniMonth(), ilNewsForContextBlockGUI\addToSettingsForm(), ilPDNewsBlockGUI\changeFeedSettings(), ilPDNewsBlockGUI\editSettings(), 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 88 of file class.ilBlockGUI.php.
Referenced by ilClassificationBlockGUI\filterContainer(), ilClassificationBlockGUI\getAjax(), 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 ilNewsForContextBlockGUI\getHTML().
|
private |
Definition at line 46 of file class.ilBlockGUI.php.
Referenced by checkOffset(), and getOffset().
|
protected |
Definition at line 94 of file class.ilBlockGUI.php.
Referenced by ilDashboardBlockGUI\addCommandActions(), ilCalendarBlockGUI\addSubscriptionButton(), ilCalendarBlockGUI\executeCommand(), and getPresentation().
|
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.
|
private |
Definition at line 51 of file class.ilBlockGUI.php.
|
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\getLegacyContent(), ilWikiImportantPagesBlockGUI\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(), ilCalendarBlockGUI\getLegacyContent(), ilCalendarSelectionBlockGUI\getLegacyContent(), ilClassificationBlockGUI\getLegacyContent(), ilRepositoryObjectSearchBlockGUI\getLegacyContent(), ilWikiFunctionsBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\showFeedUrl(), ilPDNewsBlockGUI\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(), 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 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.
Referenced by __construct().
const ilBlockGUI::PRES_SEC_LIST = 2 |
Definition at line 43 of file class.ilBlockGUI.php.