ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilFileNewsRendererGUI.php
Go to the documentation of this file.
1 <?php
2 
27 {
28  public function addTimelineActions(ilAdvancedSelectionListGUI $list): void
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  $list->addItem($this->lng->txt("download"), "", $url);
35  }
36 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addItem(string $a_title, string $a_value="", string $a_link="", string $a_img="", string $a_alt="", string $a_frame="", string $a_html="", bool $a_prevent_background_click=false, string $a_onclick="", string $a_ttip="", string $a_tt_my="right center", string $a_tt_at="left center", bool $a_tt_use_htmlspecialchars=true, array $a_data=array())
addTimelineActions(ilAdvancedSelectionListGUI $list)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$url