|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
BlockGUI class for block NewsForContext. More...
Inheritance diagram for ilNewsForContextBlockGUI:
Collaboration diagram for ilNewsForContextBlockGUI:Public Member Functions | |
| __construct () | |
| getNewsData () | |
| getBlockType () | |
| executeCommand () | |
| getHTML () | |
| handleView () | |
| Handles show/hide notification view and removes notifications if hidden. More... | |
| getInfoForData (array $news) | |
| getOverview () | |
| showNews () | |
| 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 Public Member Functions inherited from ilBlockGUI | |
| 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" |
| static array | $st_data |
Protected Member Functions | |
| isRepositoryObject () | |
| getMediaPath (int $mob_id) | |
| getListItemForData (array $data) | |
| 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... | |
BlockGUI class for block NewsForContext.
Definition at line 29 of file class.ilNewsForContextBlockGUI.php.
| ilNewsForContextBlockGUI::__construct | ( | ) |
Definition at line 55 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$data, $DIC, ilBlockGUI\$lng, ILIAS\MetaData\Repository\Validation\Data\__construct(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), getNewsData(), handleView(), ILIAS\Repository\help(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ilNewsItem\prepareNewsDataFromCache(), ilBlockGUI\setBlockId(), ilBlockGUI\setData(), ilBlockGUI\setEnableNumInfo(), ilBlockGUI\setLimit(), ilBlockGUI\setPresentation(), ilBlockGUI\setRowTemplate(), ILIAS\Repository\settings(), ilBlockGUI\setTitle(), ILIAS\Repository\tabs(), ilLanguage\txt(), and ILIAS\Repository\user().
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 1020 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$block_id, $DIC, ilBlockGUI\$lng, ilNewsItem\_getDefaultVisibilityForRefId(), ilBlockSetting\_lookup(), ILIAS\News\StandardGUIRequest\getRefId(), ilRadioOption\setInfo(), 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 1078 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, and ilCtrl\returnToParent().
Here is the call graph for this function:| ilNewsForContextBlockGUI::disableJS | ( | ) |
Definition at line 1254 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 1297 of file class.ilNewsForContextBlockGUI.php.
| ilNewsForContextBlockGUI::editSettings | ( | ) |
Show settings screen.
Definition at line 876 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 1264 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$user, getHTML(), ilBlockGUI\send(), and ilSession\set().
Here is the call graph for this function:| ilNewsForContextBlockGUI::executeCommand | ( | ) |
Definition at line 196 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\getEnableEdit(), and ilCtrl\getNextClass().
Here is the call graph for this function:| ilNewsForContextBlockGUI::getBlockType | ( | ) |
Definition at line 162 of file class.ilNewsForContextBlockGUI.php.
Referenced by getDynamicReload(), getHTML(), getJSEnabler(), handleView(), hideNotifications(), initSettingsForm(), saveSettings(), and showNotifications().
Here is the caller graph for this function:| ilNewsForContextBlockGUI::getDynamicReload | ( | ) |
Definition at line 1204 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 | ( | ) |
Definition at line 215 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::getInfoForData | ( | array | $news | ) |
Definition at line 360 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$lng, $obj_definition, ilObject\_getIcon(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilNewsItem\determineNewsTitle(), ilDatePresentation\formatDate(), IL_CAL_DATETIME, ilObjectDefinition\isPlugin(), ilObjectPlugin\lookupTxtById(), ilStr\shortenWords(), and ilLanguage\txt().
Referenced by getListItemForData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNewsForContextBlockGUI::getJSEnabler | ( | ) |
Definition at line 1233 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 |
Definition at line 1272 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$factory, getInfoForData(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 797 of file class.ilNewsForContextBlockGUI.php.
References ilObjMediaObject\_getURL().
Referenced by showNews().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNewsForContextBlockGUI::getNewsData | ( | ) |
Definition at line 116 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, and ilBlockGUI\$user.
Referenced by __construct(), hideNotifications(), showNews(), and showNotifications().
Here is the caller graph for this function:| ilNewsForContextBlockGUI::getNoItemFoundContent | ( | ) |
Definition at line 1292 of file class.ilNewsForContextBlockGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilNewsForContextBlockGUI::getOverview | ( | ) |
Definition at line 424 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$lng, ilBlockGUI\getData(), and ilLanguage\txt().
Here is the call graph for this function:
|
static |
Definition at line 172 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 330 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$user, ilBlockSetting\_lookup(), getBlockType(), and ILIAS\Repository\int().
Referenced by ilPDNewsBlockGUI\__construct(), __construct(), hideNotifications(), and showNotifications().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNewsForContextBlockGUI::hideNotifications | ( | ) |
Definition at line 848 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$data, ilBlockGUI\$user, ilBlockSetting\_write(), getBlockType(), getHTML(), getNewsData(), handleView(), ILIAS\Repository\int(), ilBlockGUI\send(), and ilBlockGUI\setData().
Here is the call graph for this function:| ilNewsForContextBlockGUI::initSettingsForm | ( | ) |
Init setting form.
Definition at line 885 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$lng, $tabs, ilNewsItem\_getDefaultVisibilityForRefId(), ilBlockSetting\_lookup(), ilTabsGUI\clearTargets(), getBlockType(), ilBlockGUI\getProperty(), IL_CAL_DATETIME, ilRadioOption\setInfo(), ilFormPropertyGUI\setRequired(), 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 |
Definition at line 167 of file class.ilNewsForContextBlockGUI.php.
| ilNewsForContextBlockGUI::makeClickable | ( | string | $a_str | ) |
Definition at line 812 of file class.ilNewsForContextBlockGUI.php.
References ilUtil\makeClickable().
Here is the call graph for this function:| ilNewsForContextBlockGUI::saveSettings | ( | ) |
Definition at line 1085 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, $settings_form, ilBlockGUI\$user, ilBlockSetting\_write(), getBlockType(), ilBlockGUI\getProperty(), IL_CAL_DATETIME, initSettingsForm(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilNewsForContextBlockGUI::showFeedUrl | ( | ) |
Definition at line 1169 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::showNews | ( | ) |
Definition at line 431 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$access, Vendor\Package\$c, ilBlockGUI\$ctrl, ilBlockGUI\$lng, ilBlockGUI\$renderer, ilBlockGUI\$title, ilBlockGUI\$tpl, $url, ilBlockGUI\$user, ilObject\_exists(), ilObject\_getIcon(), ilObjForumAccess\_getThreadForPosting(), ilBlockSetting\_lookup(), ilNewsItem\_lookupContextObjId(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilNewsItem\_setRead(), CLIENT_ID, ILIAS\Repository\ctrl(), ilNewsItem\determineNewsTitle(), ilDatePresentation\formatDate(), ilTemplate\get(), ilBlockGUI\getData(), ilObjUser\getLogin(), getMediaPath(), ilObjMediaObject\getMimeType(), getNewsData(), ilBlockGUI\getProperty(), ilNewsRendererFactory\getRenderer(), IL_CAL_DATETIME, ILIAS\Repository\int(), ILIAS\Repository\lng(), ilWikiPage\lookupTitle(), ilWikiUtil\makeUrlTitle(), NEWS_PUBLIC, ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), ilBlockGUI\setData(), HTML_Template_IT\setVariable(), ilLanguage\txt(), ILIAS\Repository\ui(), and ilObjUser\userExists().
Here is the call graph for this function:| ilNewsForContextBlockGUI::showNotifications | ( | ) |
Definition at line 823 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$data, ilBlockGUI\$user, ilBlockSetting\_write(), getBlockType(), getHTML(), getNewsData(), handleView(), ILIAS\Repository\int(), ilBlockGUI\send(), and ilBlockGUI\setData().
Here is the call graph for this function:
|
static |
Definition at line 1068 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$block_id, $DIC, ILIAS\LTI\ToolProvider\$key, and ilBlockSetting\_write().
Referenced by ilContainerNewsSettingsGUI\save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 39 of file class.ilNewsForContextBlockGUI.php.
|
static |
Definition at line 50 of file class.ilNewsForContextBlockGUI.php.
Referenced by ilContainerNewsSettingsGUI\initForm().
|
protected |
Definition at line 37 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 38 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 35 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 47 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 36 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 52 of file class.ilNewsForContextBlockGUI.php.
Referenced by getInfoForData().
|
protected |
Definition at line 48 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 46 of file class.ilNewsForContextBlockGUI.php.
Referenced by saveSettings().
|
protected |
Definition at line 40 of file class.ilNewsForContextBlockGUI.php.
|
static |
Definition at line 51 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 53 of file class.ilNewsForContextBlockGUI.php.
|
protected |
Definition at line 49 of file class.ilNewsForContextBlockGUI.php.
Referenced by initSettingsForm().
|
protected |
Definition at line 45 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 34 of file class.ilNewsForContextBlockGUI.php.