ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilNewsRendererGUI.php
Go to the documentation of this file.
1 <?php
2 
24 {
25  public function __construct();
26 
27  public function setLanguage(string $lang_key): void;
28 
29  public function setNewsItem(ilNewsItem $a_news_item, int $a_news_ref_id): void;
30 
34  public function getTimelineContent(): string;
35 
39  public function getDetailContent(): string;
40 
41  public function getTimelineActions(): array;
42 
43  public function preventEditing(): bool;
44 
48  public function getObjectLink(): string;
49 }
setNewsItem(ilNewsItem $a_news_item, int $a_news_ref_id)
getDetailContent()
Render content for detail view.
setLanguage(string $lang_key)
getTimelineContent()
Render content for timeline.
A news item can be created by different sources.
getObjectLink()
Get link href for object link.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...