|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
BlockGUI class for block NewsForContext. More...
Inheritance diagram for ilNewsForContextBlockGUI:
Collaboration diagram for ilNewsForContextBlockGUI:Public Member Functions | |
| __construct () | |
| getBlockType () | |
| executeCommand () | |
| getHTML () | |
| handleView () | |
| Handles show/hide notification view and removes notifications if hidden. More... | |
| getOverview () | |
| makeClickable (string $a_str) | |
| showNotifications () | |
| hideNotifications () | |
| editSettings () | |
| Show settings screen. More... | |
| initSettingsForm () | |
| Init setting form. More... | |
| cancelSettings () | |
| saveSettings () | |
| showFeedUrl () | |
| getDynamicReload () | |
| getJSEnabler () | |
| disableJS () | |
| enableJS () | |
| getNoItemFoundContent () | |
Public Member Functions inherited from ilBlockGUI | |
| __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 () |
| static | addToSettingsForm (ilFormPropertyGUI $a_input) |
| Add inputs to the container news settings form to configure also the contextBlock options. More... | |
| static | writeSettings (array $a_values) |
| static | getScreenMode () |
Data Fields | |
| const | OBJECTS_WITH_NEWS_SUBTAB = ["category", "course", "group", "forum"] |
| object type names with settings->news settings subtab More... | |
Data Fields inherited from ilBlockGUI | |
| 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 |
Static Public Attributes | |
| static string | $block_type = "news" |
Protected Member Functions | |
| initData (NewsCollection $collection) | |
| preloadData (array $data) | |
| Method will be called before rendering the block. More... | |
| getListItemForData (array $data) | |
| Get list item for data array. More... | |
| isRepositoryObject () | |
| Returns whether block has a corresponding repository object. More... | |
| getMediaPath (int $mob_id) | |
| downloadMob () | |
Protected Member Functions inherited from ilBlockGUI | |
| 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... | |
Private Member Functions | |
| loadNewsData () | |
| getNewsForId (int $news_id) | |
BlockGUI class for block NewsForContext.
Definition at line 34 of file class.ilNewsForContextBlockGUI.php.
| ilNewsForContextBlockGUI::__construct | ( | ) |
Reimplemented from ilBlockGUI.
Reimplemented in ilPDNewsBlockGUI.
Definition at line 61 of file class.ilNewsForContextBlockGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), handleView(), ILIAS\Repository\help(), ILIAS\Repository\lng(), loadNewsData(), ilBlockGUI\setBlockId(), ilBlockGUI\setEnableNumInfo(), ilBlockGUI\setLimit(), ilBlockGUI\setPresentation(), ilBlockGUI\setRowTemplate(), ILIAS\Repository\settings(), ilBlockGUI\setTitle(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
static |
Add inputs to the container news settings form to configure also the contextBlock options.
Definition at line 887 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$block_id, $DIC, ilBlockGUI\$lng, $std_request, ilNewsItem\_getDefaultVisibilityForRefId(), ilBlockSetting\_lookup(), ILIAS\News\StandardGUIRequest\getRefId(), and ilLanguage\txt().
Referenced by ilContainerNewsSettingsGUI\initForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNewsForContextBlockGUI::cancelSettings | ( | ) |
Definition at line 945 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, and ilCtrl\returnToParent().
Here is the call graph for this function:| ilNewsForContextBlockGUI::disableJS | ( | ) |
Definition at line 1119 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$user, and ilSession\set().
Here is the call graph for this function:
|
protected |
Definition at line 1142 of file class.ilNewsForContextBlockGUI.php.
| ilNewsForContextBlockGUI::editSettings | ( | ) |
Show settings screen.
Definition at line 743 of file class.ilNewsForContextBlockGUI.php.
References initSettingsForm().
Referenced by ilPDNewsBlockGUI\changeFeedSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNewsForContextBlockGUI::enableJS | ( | ) |
Definition at line 1129 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$user, getHTML(), ilBlockGUI\send(), and ilSession\set().
Here is the call graph for this function:| ilNewsForContextBlockGUI::executeCommand | ( | ) |
Reimplemented in ilPDNewsBlockGUI.
Definition at line 247 of file class.ilNewsForContextBlockGUI.php.
References ILIAS\Repository\ctrl(), and ilBlockGUI\getEnableEdit().
Here is the call graph for this function:| ilNewsForContextBlockGUI::getBlockType | ( | ) |
Reimplemented from ilBlockGUI.
Reimplemented in ilPDNewsBlockGUI.
Definition at line 213 of file class.ilNewsForContextBlockGUI.php.
References $block_type.
Referenced by getDynamicReload(), getHTML(), getJSEnabler(), hideNotifications(), initSettingsForm(), saveSettings(), and showNotifications().
Here is the caller graph for this function:| ilNewsForContextBlockGUI::getDynamicReload | ( | ) |
Definition at line 1069 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$lng, ilBlockGUI\getBlockId(), getBlockType(), and ilLanguage\txt().
Here is the call graph for this function:| ilNewsForContextBlockGUI::getHTML | ( | ) |
Reimplemented from ilBlockGUI.
Reimplemented in ilPDNewsBlockGUI.
Definition at line 259 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, $DIC, ilBlockGUI\$lng, ilBlockGUI\$obj_def, $ref_id, ilBlockGUI\$user, ilBlockSetting\_lookup(), ilObject\_lookupObjectId(), ilObject\_lookupType(), ilBlockGUI\addBlockCommand(), CLIENT_ID, getBlockType(), ilObjectDefinition\getClassName(), ilBlockGUI\getData(), ilBlockGUI\getEnableEdit(), ilBlockGUI\getProperty(), ilBlockGUI\getRepositoryMode(), ilBlockGUI\setTitle(), and ilLanguage\txt().
Referenced by enableJS(), hideNotifications(), and showNotifications().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNewsForContextBlockGUI::getJSEnabler | ( | ) |
Definition at line 1098 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\getBlockId(), getBlockType(), and ilCtrl\setParameterByClass().
Referenced by ilPDNewsBlockGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get list item for data array.
| array | $data |
Reimplemented from ilBlockGUI.
Definition at line 133 of file class.ilNewsForContextBlockGUI.php.
References Vendor\Package\$e, $info, getNewsForId(), ILIAS\Repository\lng(), ILIAS\Repository\logger(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 671 of file class.ilNewsForContextBlockGUI.php.
|
private |
Definition at line 158 of file class.ilNewsForContextBlockGUI.php.
References $info, ilBlockGUI\$title, ilObject\_getIcon(), ilObject\_lookupTitle(), ILIAS\Repository\ctrl(), ilNewsItem\determineNewsTitle(), ilDatePresentation\formatDate(), IL_CAL_DATETIME, ILIAS\Repository\lng(), ilObjectPlugin\lookupTxtById(), ilStr\shortenWords(), and ILIAS\Repository\user().
Referenced by getListItemForData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNewsForContextBlockGUI::getNoItemFoundContent | ( | ) |
Reimplemented from ilBlockGUI.
Definition at line 1137 of file class.ilNewsForContextBlockGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilNewsForContextBlockGUI::getOverview | ( | ) |
Definition at line 406 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$lng, ilBlockGUI\getData(), and ilLanguage\txt().
Here is the call graph for this function:
|
static |
Reimplemented from ilBlockGUI.
Reimplemented in ilPDNewsBlockGUI.
Definition at line 223 of file class.ilNewsForContextBlockGUI.php.
References $DIC, IL_SCREEN_CENTER, IL_SCREEN_FULL, and IL_SCREEN_SIDE.
| ilNewsForContextBlockGUI::handleView | ( | ) |
Handles show/hide notification view and removes notifications if hidden.
Definition at line 374 of file class.ilNewsForContextBlockGUI.php.
Referenced by __construct(), ilPDNewsBlockGUI\__construct(), hideNotifications(), and showNotifications().
Here is the caller graph for this function:| ilNewsForContextBlockGUI::hideNotifications | ( | ) |
Definition at line 716 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$user, ilBlockSetting\_write(), getBlockType(), getHTML(), handleView(), loadNewsData(), and ilBlockGUI\send().
Here is the call graph for this function:
|
protected |
Definition at line 118 of file class.ilNewsForContextBlockGUI.php.
References $collection, and ILIAS\News\Data\NewsCollection\pluck().
Referenced by loadNewsData(), and ilPDNewsBlockGUI\loadNewsData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNewsForContextBlockGUI::initSettingsForm | ( | ) |
Init setting form.
Definition at line 752 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$lng, $tabs, ilNewsItem\_getDefaultVisibilityForRefId(), ilBlockSetting\_lookup(), ilTabsGUI\clearTargets(), getBlockType(), ilBlockGUI\getProperty(), IL_CAL_DATETIME, and ilLanguage\txt().
Referenced by editSettings(), and saveSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Returns whether block has a corresponding repository object.
Reimplemented from ilBlockGUI.
Definition at line 218 of file class.ilNewsForContextBlockGUI.php.
|
private |
Reimplemented in ilPDNewsBlockGUI.
Definition at line 96 of file class.ilNewsForContextBlockGUI.php.
References $collection, ILIAS\Repository\ctrl(), ILIAS\News\Data\NewsCollection\groupFiles(), ILIAS\News\Data\NewsCollection\groupForums(), initData(), and ILIAS\Repository\user().
Referenced by __construct(), hideNotifications(), and showNotifications().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNewsForContextBlockGUI::makeClickable | ( | string | $a_str | ) |
Definition at line 681 of file class.ilNewsForContextBlockGUI.php.
References ilUtil\makeClickable().
Here is the call graph for this function:
|
protected |
Method will be called before rendering the block.
It lazily loads the required news items.
Reimplemented from ilBlockGUI.
Definition at line 127 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$data.
| ilNewsForContextBlockGUI::saveSettings | ( | ) |
Reimplemented in ilPDNewsBlockGUI.
Definition at line 952 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, $settings_form, ilBlockSetting\_write(), getBlockType(), ilBlockGUI\getProperty(), IL_CAL_DATETIME, initSettingsForm(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilNewsForContextBlockGUI::showFeedUrl | ( | ) |
Reimplemented in ilPDNewsBlockGUI.
Definition at line 1034 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$lng, ilBlockGUI\$title, ilBlockGUI\$tpl, ilBlockGUI\$user, ilObjUser\_lookupFeedHash(), ilObject\_lookupTitle(), CLIENT_ID, ilTemplate\get(), HTML_Template_IT\setVariable(), ilLanguage\txt(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilNewsForContextBlockGUI::showNotifications | ( | ) |
Definition at line 692 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$user, ilBlockSetting\_write(), getBlockType(), getHTML(), handleView(), loadNewsData(), and ilBlockGUI\send().
Here is the call graph for this function:
|
static |
Definition at line 935 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$block_id, $DIC, and ilBlockSetting\_write().
Referenced by ilContainerNewsSettingsGUI\save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 40 of file class.ilNewsForContextBlockGUI.php.
Referenced by getBlockType(), and ilContainerNewsSettingsGUI\initForm().
|
protected |
Definition at line 59 of file class.ilNewsForContextBlockGUI.php.
Referenced by initData(), loadNewsData(), and ilPDNewsBlockGUI\loadNewsData().
|
protected |
Definition at line 55 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 42 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 56 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 50 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 41 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 58 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 51 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 49 of file class.ilNewsForContextBlockGUI.php.
Referenced by saveSettings().
|
protected |
Definition at line 43 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 54 of file class.ilNewsForContextBlockGUI.php.
Referenced by addToSettingsForm().
|
protected |
Definition at line 52 of file class.ilNewsForContextBlockGUI.php.
Referenced by initSettingsForm().
|
protected |
Definition at line 48 of file class.ilNewsForContextBlockGUI.php.
| const ilNewsForContextBlockGUI::OBJECTS_WITH_NEWS_SUBTAB = ["category", "course", "group", "forum"] |
object type names with settings->news settings subtab
Definition at line 39 of file class.ilNewsForContextBlockGUI.php.