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}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjFileServices.
__construct($id=0, bool $call_by_reference=true)
ilObjFileServices constructor.
Class ilObject Basic functions for all objects.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc