ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilObjECSSettings.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
ilObjECSSettings
extends
ilObject
25
{
31
public
function
__construct
(
int
$a_id = 0,
bool
$a_call_by_reference =
true
)
32
{
33
$this->type =
"ecss"
;
34
parent::__construct
($a_id, $a_call_by_reference);
35
}
36
}
ilObject
ilObjECSSettings\__construct
__construct(int $a_id=0, bool $a_call_by_reference=true)
Constructor.
Definition:
class.ilObjECSSettings.php:31
ilObjECSSettings
Definition:
class.ilObjECSSettings.php:24
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
WebServices
ECS
classes
class.ilObjECSSettings.php
Generated on Sun Aug 31 2025 23:04:21 for ILIAS by
1.8.13 (using
Doxyfile
)