ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilObjStyleSettings.php
Go to the documentation of this file.
1
<?php
2
24
class
ilObjStyleSettings
extends
ilObject
25
{
30
public
function
__construct
($a_id = 0, $a_call_by_reference =
true
)
31
{
32
$this->type =
"stys"
;
33
parent::__construct
($a_id, $a_call_by_reference);
34
}
35
}
ilObjStyleSettings\__construct
__construct($a_id=0, $a_call_by_reference=true)
Definition:
class.ilObjStyleSettings.php:30
ilObject
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
ilObjStyleSettings
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjStyleSettings.php:24
Services
Style
classes
class.ilObjStyleSettings.php
Generated on Wed Sep 10 2025 14:11:56 for ILIAS by
1.8.13 (using
Doxyfile
)