ILIAS  release_8 Revision v8.24
class.ilBlogNewsRendererGUI.php
Go to the documentation of this file.
1<?php
2
24{
25 public function getObjectLink(): string
26 {
27 $n = $this->getNewsItem();
28 $add = "";
29 if ($n->getContextSubObjType() === "blp"
30 && $n->getContextSubObjId() > 0) {
31 $add = "_" . $n->getContextSubObjId();
32 }
33
34 return ilLink::_getLink($this->getNewsRefId(), "", array(), $add);
35 }
36}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...