37 $this->
ctrl = $DIC->ctrl();
38 $this->
lng = $DIC->language();
46 $this->news_item = $a_news_item;
47 $this->news_ref_id = $a_news_ref_id;
62 $this->lng_key = $lang_key;
72 if ($this->news_item->getContentTextIsLangVar()) {
73 $this->
lng->loadLanguageModule($this->news_item->getContextObjType());
75 $this->news_item->getContextObjType(),
76 $this->news_item->getContent(),
77 $this->news_item->getContentTextIsLangVar()
81 $content = $this->
makeClickable($this->news_item->getContent());
82 if (!$this->news_item->getContentHtml()) {
83 $content =
"<p>" . nl2br($content) .
"</p>";
85 $content .= $this->news_item->getContentLong();
94 if (is_int(strpos($a_str,
"</a>")) && is_int(strpos($a_str,
"<a"))) {
98 return $this->
refinery->string()->makeClickable()->transform($a_str);
getDetailContent()
Render content for detail view.
getObjectLink()
Get link href for object link.
getTimelineContent()
Render content for timeline.
setLanguage(string $lang_key)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS Refinery Factory $refinery
addTimelineActions(ilAdvancedSelectionListGUI $list)
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
A news item can be created by different sources.
static determineNewsContent(string $a_context_obj_type, string $a_content, bool $a_is_lang_var)
Determine new content.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setNewsItem(ilNewsItem $a_news_item, int $a_news_ref_id)
makeClickable(string $a_str)