ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjFileServices.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
26{
27 public const TYPE_FILE_SERVICES = "fils";
28
34 public function __construct(int $id = 0, bool $call_by_reference = true)
35 {
36 $this->type = self::TYPE_FILE_SERVICES;
38 }
39
40 #[\Override]
41 public function getPresentationTitle(): string
42 {
43 return $this->lng->txt("file_services");
44 }
45
46 #[\Override]
47 public function getLongDescription(): string
48 {
49 return $this->lng->txt("file_services_description");
50 }
51}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
Class ilObjFileServices.
getPresentationTitle()
get presentation title Normally same as title Overwritten for sessions
__construct(int $id=0, bool $call_by_reference=true)
ilObjFileServices constructor.
getLongDescription()
get object long description (stored in object_description)
Class ilObject Basic functions for all objects.
bool $call_by_reference
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc