ILIAS
trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
|
Go to the source code of this file.
Data Structures | |
class | ilNewsItem |
A news item can be created by different sources. More... | |
Variables | |
const | NEWS_NOTICE = 0 |
const | NEWS_MESSAGE = 1 |
const | NEWS_WARNING = 2 |
const | NEWS_TEXT = "text" |
const | NEWS_HTML = "html" |
const | NEWS_AUDIO = "audio" |
const | NEWS_USERS = "users" |
const | NEWS_PUBLIC = "public" |
const NEWS_AUDIO = "audio" |
Definition at line 27 of file class.ilNewsItem.php.
Referenced by ilObjectFeedWriter\__construct(), ilObjMediaCast\addMobToCast(), ilObjMediaCast\copyItems(), ilPDNewsTableGUI\fillRow(), and ilObjMediaCastGUI\saveCastItemObject().
const NEWS_HTML = "html" |
Definition at line 26 of file class.ilNewsItem.php.
const NEWS_MESSAGE = 1 |
Definition at line 22 of file class.ilNewsItem.php.
const NEWS_NOTICE = 0 |
Definition at line 21 of file class.ilNewsItem.php.
Referenced by ilObjBibliographicGUI\addNews(), addNewsNotification(), ilObjTest\addToNewsOnOnline(), ilForum\getOneThread(), ilBlogPosting\handleNews(), ILIAS\News\Service\item(), and ilWikiPage\updateNews().
const NEWS_PUBLIC = "public" |
Definition at line 29 of file class.ilNewsItem.php.
Referenced by ilObjMediaObjectAccess\checkAccessMob(), ilMobStakeholder\checkAccessMobUsage(), ilNewsForContextTableGUI\fillRow(), ilMediaCastTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilMediaCastManageTableGUI\fillRow(), ilNewsItem\getNewsForRefId(), ilNewsItem\queryNewsForContext(), ilNewsItem\queryNewsForMultipleContexts(), and ilNewsForContextBlockGUI\showNews().
const NEWS_TEXT = "text" |
Definition at line 25 of file class.ilNewsItem.php.
const NEWS_USERS = "users" |
Definition at line 28 of file class.ilNewsItem.php.
Referenced by ilNewsItem\_lookupVisibility(), ilObjBibliographicGUI\addNews(), addNewsNotification(), ilObjTest\addToNewsOnOnline(), and ilForum\getOneThread().
const NEWS_WARNING = 2 |
Definition at line 23 of file class.ilNewsItem.php.