ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilFileNewsRendererGUI.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5include_once("./Services/News/classes/class.ilNewsDefaultRendererGUI.php");
6
15{
16
21 {
22 $this->ctrl->setParameterByClass("ilrepositorygui", "ref_id", $this->news_ref_id);
23 $url = $this->ctrl->getLinkTargetByClass("ilrepositorygui", "sendfile");
24 $this->ctrl->setParameterByClass("ilrepositorygui", "ref_id", $this->news_ref_id);
25
26 $list->addItem($this->lng->txt("download"), "", $url);
27 }
28}
An exception for terminatinating execution or to throw for unit testing.
User interface class for advanced drop-down selection lists.
addTimelineActions(ilAdvancedSelectionListGUI $list)
$url
if(isset($_REQUEST['delete'])) $list
Definition: registry.php:41