ILIAS
trunk Revision v11.0_alpha-1861-g09f3d197f78
|
BlockGUI class for block NewsForContext. More...
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 () | |
![]() | |
__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... | |
![]() | |
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 () | |
![]() | |
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\GlobalScreen\Provider\__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().
|
static |
Add inputs to the container news settings form to configure also the contextBlock options.
Definition at line 1015 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().
ilNewsForContextBlockGUI::cancelSettings | ( | ) |
Definition at line 1073 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, and ilCtrl\returnToParent().
ilNewsForContextBlockGUI::disableJS | ( | ) |
Definition at line 1249 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$user, and ilSession\set().
|
protected |
Definition at line 1292 of file class.ilNewsForContextBlockGUI.php.
ilNewsForContextBlockGUI::editSettings | ( | ) |
Show settings screen.
Definition at line 871 of file class.ilNewsForContextBlockGUI.php.
References initSettingsForm().
Referenced by ilPDNewsBlockGUI\changeFeedSettings().
ilNewsForContextBlockGUI::enableJS | ( | ) |
Definition at line 1259 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$user, getHTML(), ilBlockGUI\send(), and ilSession\set().
ilNewsForContextBlockGUI::executeCommand | ( | ) |
Definition at line 196 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\getEnableEdit(), and ilCtrl\getNextClass().
ilNewsForContextBlockGUI::getBlockType | ( | ) |
Definition at line 162 of file class.ilNewsForContextBlockGUI.php.
Referenced by getDynamicReload(), getHTML(), getJSEnabler(), handleView(), hideNotifications(), initSettingsForm(), saveSettings(), and showNotifications().
ilNewsForContextBlockGUI::getDynamicReload | ( | ) |
Definition at line 1199 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$lng, ilBlockGUI\getBlockId(), getBlockType(), and ilLanguage\txt().
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().
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().
ilNewsForContextBlockGUI::getJSEnabler | ( | ) |
Definition at line 1228 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\getBlockId(), getBlockType(), and ilCtrl\setParameterByClass().
Referenced by ilPDNewsBlockGUI\getHTML().
|
protected |
Definition at line 1267 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$factory, getInfoForData(), ILIAS\Repository\lng(), null, and ILIAS\Repository\ui().
|
protected |
Definition at line 797 of file class.ilNewsForContextBlockGUI.php.
Referenced by showNews().
ilNewsForContextBlockGUI::getNewsData | ( | ) |
Definition at line 116 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$ctrl, and ilBlockGUI\$user.
Referenced by __construct(), hideNotifications(), showNews(), and showNotifications().
ilNewsForContextBlockGUI::getNoItemFoundContent | ( | ) |
Definition at line 1287 of file class.ilNewsForContextBlockGUI.php.
References ILIAS\Repository\lng().
ilNewsForContextBlockGUI::getOverview | ( | ) |
Definition at line 424 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$lng, ilBlockGUI\getData(), and ilLanguage\txt().
|
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().
ilNewsForContextBlockGUI::hideNotifications | ( | ) |
Definition at line 843 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().
ilNewsForContextBlockGUI::initSettingsForm | ( | ) |
Init setting form.
Definition at line 880 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().
|
protected |
Definition at line 167 of file class.ilNewsForContextBlockGUI.php.
ilNewsForContextBlockGUI::makeClickable | ( | string | $a_str | ) |
Definition at line 807 of file class.ilNewsForContextBlockGUI.php.
References ilUtil\makeClickable().
ilNewsForContextBlockGUI::saveSettings | ( | ) |
Definition at line 1080 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().
ilNewsForContextBlockGUI::showFeedUrl | ( | ) |
Definition at line 1164 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().
ilNewsForContextBlockGUI::showNews | ( | ) |
Definition at line 431 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$access, $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, ILIAS\User\Profile\next, null, ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), ilBlockGUI\setData(), HTML_Template_IT\setVariable(), ilLanguage\txt(), ILIAS\Repository\ui(), and ilObjUser\userExists().
ilNewsForContextBlockGUI::showNotifications | ( | ) |
Definition at line 818 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().
|
static |
Definition at line 1063 of file class.ilNewsForContextBlockGUI.php.
References ilBlockGUI\$block_id, $DIC, and ilBlockSetting\_write().
Referenced by ilContainerNewsSettingsGUI\save().
|
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.