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