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