ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilFileNewsRendererGUI.php
Go to the documentation of this file.
1 <?php
2 
27 {
28  public function getTimelineActions(): array
29  {
30  $this->ctrl->setParameterByClass("ilrepositorygui", "ref_id", $this->news_ref_id);
31  $url = $this->ctrl->getLinkTargetByClass("ilrepositorygui", "sendfile");
32  $this->ctrl->setParameterByClass("ilrepositorygui", "ref_id", $this->news_ref_id);
33 
34  return [
35  $this->ui->factory()->link()->standard(
36  $this->lng->txt("download"),
37  $url
38  )
39  ];
40  }
41 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$url
Definition: ltiregstart.php:35
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...