ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilLearningModuleNewsRendererGUI.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
5include_once("./Services/News/classes/class.ilNewsDefaultRendererGUI.php");
14{
20 function getObjectLink()
21 {
22 include_once("./Services/Link/classes/class.ilLink.php");
23 $n = $this->getNewsItem();
24 if ($n->getContextSubObjType() == "pg"
25 && $n->getContextSubObjId() > 0)
26 {
27 //$add = "&target=pg_".$n->getContextSubObjId()."_".$this->getNewsRefId();
28 return ilLink::_getLink($n->getContextSubObjId()."_".$this->getNewsRefId(), "pg");
29 }
30 return ilLink::_getLink($this->getNewsRefId());
31 }
32
33}
34
35?>
$n
Definition: RandomTest.php:80
An exception for terminatinating execution or to throw for unit testing.