ILIAS
release_8 Revision v8.23
|
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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More... | |
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 25 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 24 of file class.ilNewsItem.php.
const NEWS_MESSAGE = 1 |
Definition at line 20 of file class.ilNewsItem.php.
const NEWS_NOTICE = 0 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilNewsItem.php.
Referenced by ilObjBibliographicGUI\addNews(), addNewsNotification(), ilForum\getOneThread(), ilBlogPosting\handleNews(), ilNewsService\item(), ilObjTest\saveToDb(), and ilWikiPage\updateNews().
const NEWS_PUBLIC = "public" |
Definition at line 27 of file class.ilNewsItem.php.
Referenced by ilObjMediaObjectAccess\checkAccessMob(), ilNewsForContextTableGUI\fillRow(), ilMediaCastTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilNewsItem\getNewsForRefId(), ilNewsItem\queryNewsForContext(), ilNewsItem\queryNewsForMultipleContexts(), and ilNewsForContextBlockGUI\showNews().
const NEWS_TEXT = "text" |
Definition at line 23 of file class.ilNewsItem.php.
const NEWS_USERS = "users" |
Definition at line 26 of file class.ilNewsItem.php.
Referenced by ilNewsItem\_lookupVisibility(), ilObjBibliographicGUI\addNews(), addNewsNotification(), ilForum\getOneThread(), and ilObjTest\saveToDb().
const NEWS_WARNING = 2 |
Definition at line 21 of file class.ilNewsItem.php.