ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilBlogNewsRendererGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
27  public function getObjectLink(): string
28  {
29  global $DIC;
30 
31  $pl = $DIC->blog()->internal()->gui()->permanentLink($this->getNewsRefId());
32 
33  $n = $this->getNewsItem();
34  $posting_id = 0;
35  if ($n->getContextSubObjType() === "blp"
36  && $n->getContextSubObjId() > 0) {
37  $posting_id = $n->getContextSubObjId();
38  }
39  return $pl->getPermanentLink($posting_id);
40  }
41 }
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.
global $DIC
Definition: shib_login.php:22