ILIAS  release_7 Revision v7.30-3-g800a261c036
interface.ilNewsRendererGUI.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
4
13{
17 public function __construct();
18
24 public function setLanguage($lang_key);
25
32 public function setNewsItem(ilNewsItem $a_news_item, $a_news_ref_id);
33
39 public function getTimelineContent();
40
46 public function getDetailContent();
47
52
53 public function preventEditing() : bool;
54
60 public function getObjectLink();
61}
An exception for terminatinating execution or to throw for unit testing.
User interface class for advanced drop-down selection lists.
News render interface.
getTimelineContent()
Render content for timeline.
setLanguage($lang_key)
Language key.
getObjectLink()
Get link href for object link.
setNewsItem(ilNewsItem $a_news_item, $a_news_ref_id)
Set news item.
getDetailContent()
Render content for detail view.
addTimelineActions(ilAdvancedSelectionListGUI $list)
__construct()
Constructor.