ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilObjDashboardSettings.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilObjDashboardSettings
extends
ilObject
22
{
23
public
function
__construct
(
24
int
$a_id = 0,
25
bool
$a_call_by_reference =
true
26
) {
27
$this->type =
'dshs'
;
28
parent::__construct
($a_id, $a_call_by_reference);
29
}
30
}
ilObject
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
ilObjDashboardSettings\__construct
__construct(int $a_id=0, bool $a_call_by_reference=true)
Definition:
class.ilObjDashboardSettings.php:23
ilObjDashboardSettings
Definition:
class.ilObjDashboardSettings.php:21
Services
Dashboard
Administration
classes
class.ilObjDashboardSettings.php
Generated on Wed Sep 10 2025 14:11:26 for ILIAS by
1.8.13 (using
Doxyfile
)