ILIAS  release_8 Revision v8.23
class.ilNewsItem.php File Reference

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"
 

Variable Documentation

◆ NEWS_AUDIO

◆ NEWS_HTML

const NEWS_HTML = "html"

Definition at line 24 of file class.ilNewsItem.php.

◆ NEWS_MESSAGE

const NEWS_MESSAGE = 1

Definition at line 20 of file class.ilNewsItem.php.

◆ NEWS_NOTICE

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().

◆ NEWS_PUBLIC

◆ NEWS_TEXT

const NEWS_TEXT = "text"

Definition at line 23 of file class.ilNewsItem.php.

◆ NEWS_USERS

◆ NEWS_WARNING

const NEWS_WARNING = 2

Definition at line 21 of file class.ilNewsItem.php.