ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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\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(), ILIAS\Blog\News\NewsManager\handle(), and ILIAS\News\Service\item().
const NEWS_PUBLIC = "public" |
Definition at line 29 of file class.ilNewsItem.php.
Referenced by ilMobStakeholder\checkAccessMobUsage(), ilMediaCastManageTableGUI\fillRow(), ilMediaCastTableGUI\fillRow(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), 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(), and ilObjTest\addToNewsOnOnline().
const NEWS_WARNING = 2 |
Definition at line 23 of file class.ilNewsItem.php.