ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct () | |
addStyle (int $a_style_id) | |
Add style to style folder. More... | |
removeStyle (int $a_id) | |
remove Style from style list More... | |
update () | |
read () | |
getStyles () | |
Data Fields | |
array | $styles = array() |
Protected Attributes | |
ilDBInterface | $db |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Content style settings
Definition at line 25 of file class.ilContentStyleSettings.php.
ilContentStyleSettings::__construct | ( | ) |
Definition at line 30 of file class.ilContentStyleSettings.php.
ilContentStyleSettings::addStyle | ( | int | $a_style_id | ) |
Add style to style folder.
Definition at line 41 of file class.ilContentStyleSettings.php.
References ilObject\_lookupTitle().
ilContentStyleSettings::getStyles | ( | ) |
ilContentStyleSettings::read | ( | ) |
Definition at line 74 of file class.ilContentStyleSettings.php.
References $db, $ilDB, ilObject\_lookupTitle(), and ilArrayUtil\sortArray().
Referenced by __construct().
ilContentStyleSettings::removeStyle | ( | int | $a_id | ) |
remove Style from style list
Definition at line 51 of file class.ilContentStyleSettings.php.
ilContentStyleSettings::update | ( | ) |
Definition at line 56 of file class.ilContentStyleSettings.php.
|
protected |
Definition at line 27 of file class.ilContentStyleSettings.php.
array ilContentStyleSettings::$styles = array() |
Definition at line 28 of file class.ilContentStyleSettings.php.
Referenced by getStyles().