ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilObjFileServices.php
Go to the documentation of this file.
1 <?php
2 
8 {
14  public function __construct($id = 0, bool $call_by_reference = true)
15  {
16  $this->type = "fils";
17  parent::__construct($id, $call_by_reference);
18  }
19 
23  public function getPresentationTitle()
24  {
25  return $this->lng->txt("file_services");
26  }
27 
31  public function getLongDescription()
32  {
33  return $this->lng->txt("file_services_description");
34  }
35 }
__construct($id=0, bool $call_by_reference=true)
ilObjFileServices constructor.
__construct(Container $dic, ilPlugin $plugin)
Class ilObjFileServices.