ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
class.ilObjFileServices.php
Go to the documentation of this file.
1
<?php
2
7
class
ilObjFileServices
extends
ilObject
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
}
ilObject
ilObjFileServices\__construct
__construct($id=0, bool $call_by_reference=true)
ilObjFileServices constructor.
Definition:
class.ilObjFileServices.php:14
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:40
ilObject\$id
$id
Definition:
class.ilObject.php:74
ilObjFileServices\getPresentationTitle
getPresentationTitle()
Definition:
class.ilObjFileServices.php:23
ilObjFileServices
Class ilObjFileServices.
Definition:
class.ilObjFileServices.php:7
ilObjFileServices\getLongDescription
getLongDescription()
Definition:
class.ilObjFileServices.php:31
Services
FileServices
classes
class.ilObjFileServices.php
Generated on Sun Aug 31 2025 21:01:24 for ILIAS by
1.8.13 (using
Doxyfile
)