ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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}
A news item can be created by different sources.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getTimelineContent()
Render content for timeline.
setLanguage(string $lang_key)
getObjectLink()
Get link href for object link.
getDetailContent()
Render content for detail view.
setNewsItem(ilNewsItem $a_news_item, int $a_news_ref_id)