|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilContentStyleSettings: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.
Here is the call graph for this function:| ilContentStyleSettings::addStyle | ( | int | $a_style_id | ) |
Add style to style folder.
Definition at line 41 of file class.ilContentStyleSettings.php.
References ilObject\_lookupTitle().
Here is the call graph for this function:| ilContentStyleSettings::getStyles | ( | ) |
Definition at line 94 of file class.ilContentStyleSettings.php.
References $styles.
| ilContentStyleSettings::read | ( | ) |
Definition at line 74 of file class.ilContentStyleSettings.php.
References $db, $ilDB, ilObject\_lookupTitle(), and ilArrayUtil\sortArray().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().