ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
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 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(), factory(), getBlockType(), ILIAS\FileDelivery\http(), isRepositoryObject(), ILIAS\Repository\lng(), 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(), ilDashboardBlockGUI\addCommandActions(), addRepoCommands(), ilWikiImportantPagesBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\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 $access, $ctrl, $lng, $obj_def, ilObject\_lookupType(), addBlockCommand(), ilRBACAccessHandler\checkAccess(), ILIAS\Repository\ctrl(), ilObjectDefinition\getClassName(), ilCtrl\getLinkTargetByClass(), getRefId(), getRepositoryMode(), isRepositoryObject(), ilCtrl\setParameterByClass(), and ilLanguage\txt().
Referenced by getHTML().
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.
Referenced by setOffset().
|
protected |
Definition at line 699 of file class.ilBlockGUI.php.
References $id, factory(), getBlockCommands(), getBlockType(), getTitle(), ILIAS\Repository\lng(), null, and specialCharsAsEntities().
Referenced by getHTML().
ilBlockGUI::getAdminCommands | ( | ) |
Definition at line 282 of file class.ilBlockGUI.php.
References $admincommands.
Referenced by ilPollBlockGUI\fillRow().
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.
References $block_commands.
Referenced by getActionsForPanel().
ilBlockGUI::getBlockId | ( | ) |
Definition at line 173 of file class.ilBlockGUI.php.
References $block_id.
Referenced by ilCalendarBlockGUI\__construct(), getConfigParameter(), ilNewsForContextBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getJSEnabler(), getMoveParameter(), getNavParameter(), and ilCalendarBlockGUI\setSeed().
|
abstract |
Referenced by __construct(), getActionsForPanel(), getConfigParameter(), getHTML(), getMoveParameter(), getNavParameter(), and getPaginationViewControl().
|
final |
Definition at line 332 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
ilBlockGUI::getData | ( | ) |
Definition at line 153 of file class.ilBlockGUI.php.
References $data.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getLegacyContent(), ilNewsForContextBlockGUI\getOverview(), loadData(), 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 | ( | ) |
ilBlockGUI::getGuiObject | ( | ) |
ilBlockGUI::getHTML | ( | ) |
Definition at line 376 of file class.ilBlockGUI.php.
References $access, $ctrl, addRepoCommands(), ilRBACAccessHandler\checkAccess(), factory(), getActionsForPanel(), getBlockType(), getLegacyContent(), getListItemGroups(), getNoItemFoundContent(), getPresentation(), getTitle(), getViewControlsForPanel(), handleNavigation(), initCommands(), ilCtrl\isAsynch(), isRepositoryObject(), null, renderer(), send(), and specialCharsAsEntities().
Referenced by ilTutorialSupportBlockGUI\createTutorItem(), ilPDNewsBlockGUI\getHTML(), and sortObject().
|
protected |
Get legacy content.
Definition at line 500 of file class.ilBlockGUI.php.
Referenced by getHTML().
ilBlockGUI::getLimit | ( | ) |
Definition at line 229 of file class.ilBlockGUI.php.
References $limit.
Referenced by getPaginationViewControl(), handleNavigation(), and loadData().
|
protected |
Get list item for data array.
array | $data |
Definition at line 511 of file class.ilBlockGUI.php.
References null.
Referenced by getListItemGroups().
|
protected |
Get items.
Definition at line 563 of file class.ilBlockGUI.php.
References $DIC, getListItemForData(), loadData(), and null.
Referenced by getHTML().
|
final |
Definition at line 337 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
|
final |
Definition at line 327 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by getPaginationViewControl(), and handleNavigation().
ilBlockGUI::getNoItemFoundContent | ( | ) |
Definition at line 810 of file class.ilBlockGUI.php.
References ILIAS\Repository\lng().
Referenced by getHTML().
ilBlockGUI::getOffset | ( | ) |
Definition at line 214 of file class.ilBlockGUI.php.
References $offset.
Referenced by getPaginationViewControl(), and loadData().
ilBlockGUI::getPaginationViewControl | ( | ) |
Fill previous/next row.
Definition at line 587 of file class.ilBlockGUI.php.
References $block_id, $ctrl, $DIC, getBlockType(), getLimit(), getNavParameter(), getOffset(), null, and ILIAS\UI\Component\ViewControl\Factory\pagination().
Referenced by getViewControlsForPanel().
ilBlockGUI::getPresentation | ( | ) |
Definition at line 163 of file class.ilBlockGUI.php.
References $presentation.
Referenced by getHTML(), getViewControlsForPanel(), and ilCalendarBlockGUI\getViewControlsForPanel().
ilBlockGUI::getProperty | ( | string | $a_property | ) |
Definition at line 306 of file class.ilBlockGUI.php.
References null.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), and ilNewsForContextBlockGUI\showNews().
ilBlockGUI::getRefId | ( | ) |
Definition at line 272 of file class.ilBlockGUI.php.
References $refid.
Referenced by addRepoCommands(), ilPollBlockGUI\fillRow(), ilPollBlockGUI\getHTML(), ilPollBlockGUI\getVoteURL(), and ilPollBlockGUI\initContentRenderer().
ilBlockGUI::getRepositoryMode | ( | ) |
Definition at line 249 of file class.ilBlockGUI.php.
References $repositorymode.
Referenced by addRepoCommands(), ilNewsForContextBlockGUI\getHTML(), ilConsultationHoursCalendarBlockGUI\getTargetGUIClassPath(), ilCalendarBlockGUI\getTargetGUIClassPath(), and ilCalendarBlockGUI\initCommands().
ilBlockGUI::getRowTemplateDir | ( | ) |
Definition at line 347 of file class.ilBlockGUI.php.
References $rowtemplatedir.
Referenced by ilPollBlockGUI\getLegacyContent().
ilBlockGUI::getRowTemplateName | ( | ) |
Definition at line 342 of file class.ilBlockGUI.php.
References $rowtemplatename.
Referenced by ilPollBlockGUI\getLegacyContent().
|
static |
ilBlockGUI::getSubtitle | ( | ) |
ilBlockGUI::getTitle | ( | ) |
Definition at line 198 of file class.ilBlockGUI.php.
References $title.
Referenced by ilMembershipBlockGUI\emptyHandling(), ilSelectedItemsBlockGUI\emptyHandling(), getActionsForPanel(), getHTML(), and ilWikiFunctionsBlockGUI\getLegacyContent().
ilBlockGUI::getViewControlsForPanel | ( | ) |
Definition at line 737 of file class.ilBlockGUI.php.
References $presentation, factory(), getPaginationViewControl(), getPresentation(), and null.
Referenced by getHTML().
|
protected |
Handle navigation.
Definition at line 520 of file class.ilBlockGUI.php.
References getLimit(), getNavParameter(), and setOffset().
Referenced by getHTML().
|
protected |
Definition at line 372 of file class.ilBlockGUI.php.
Referenced by getHTML().
|
abstractprotected |
Returns whether block has a corresponding repository object.
Referenced by __construct(), addRepoCommands(), and getHTML().
|
protected |
Load data for current page.
Definition at line 548 of file class.ilBlockGUI.php.
References $data, getData(), getLimit(), getOffset(), and preloadData().
Referenced by ilDashboardBlockGUI\getLegacyContent(), ilDashboardBlockGUI\getListItemGroups(), and getListItemGroups().
|
protected |
Can be overwritten in subclasses.
Only the visible part of the complete data was passed so a preload of the visible data is possible.
array | $data |
Definition at line 480 of file class.ilBlockGUI.php.
Referenced by loadData().
|
protected |
Send.
ResponseSendingException |
Definition at line 801 of file class.ilBlockGUI.php.
References ILIAS\FileDelivery\http().
Referenced by ilNewsForContextBlockGUI\enableJS(), getHTML(), 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 ilConsultationHoursCalendarBlockGUI\__construct(), ilLPProgressBlockGUI\__construct(), ilPDCalendarBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilTutorialSupportBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), and ilPollBlockGUI\setBlock().
ilBlockGUI::setData | ( | array | $a_data | ) |
Definition at line 148 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDTasksBlockGUI\executeCommand(), 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 ilDashboardContentBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarBlockGUI\__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 ilDashboardContentBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilTutorialSupportBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), and __construct().
ilBlockGUI::setOffset | ( | int | $a_offset | ) |
Definition at line 203 of file class.ilBlockGUI.php.
References checkOffset(), and getData().
Referenced by handleNavigation().
ilBlockGUI::setPresentation | ( | int | $type | ) |
Definition at line 158 of file class.ilBlockGUI.php.
Referenced by ilDashboardContentBlockGUI\__construct(), ilConsultationHoursCalendarBlockGUI\__construct(), ilLPProgressBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilTutorialSupportBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\__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 ilPDNewsBlockGUI\__construct(), ilPollBlockGUI\__construct(), and ilNewsForContextBlockGUI\__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 ilConsultationHoursCalendarBlockGUI\__construct(), ilLPProgressBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilPDTasksBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilPDMailBlockGUI\__construct(), ilTutorialSupportBlockGUI\__construct(), ilPDStudyProgrammeSimpleListGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPollBlockGUI\getHTML(), ilDashboardBlockGUI\getHTML(), and ilNewsForContextBlockGUI\getHTML().
ilBlockGUI::sortObject | ( | ) |
Definition at line 771 of file class.ilBlockGUI.php.
References getHTML().
|
protected |
Definition at line 138 of file class.ilBlockGUI.php.
Referenced by getActionsForPanel(), and getHTML().
|
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(), 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(), ilTutorialSupportBlockGUI\getData(), ilCalendarBlockGUI\getData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\hideNotifications(), loadData(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 86 of file class.ilBlockGUI.php.
Referenced by ilTutorialSupportBlockGUI\createTutorItem().
|
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(), 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(), 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.