|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Content style settings. More...
Collaboration diagram for ilContentStyleSettings:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| addStyle ($a_style_id) | |
| Add style to style folder. More... | |
| removeStyle ($a_id) | |
| remove Style from style list More... | |
| update () | |
| update object data More... | |
| read () | |
| read style folder data More... | |
| getStyles () | |
| get style ids More... | |
Data Fields | |
| $styles = array() | |
| ilContentStyleSettings::__construct | ( | ) |
Constructor.
Definition at line 19 of file class.ilContentStyleSettings.php.
References read().
Here is the call graph for this function:| ilContentStyleSettings::addStyle | ( | $a_style_id | ) |
Add style to style folder.
| int | $a_style_id | style id |
Definition at line 29 of file class.ilContentStyleSettings.php.
References ilObject\_lookupTitle().
Here is the call graph for this function:| ilContentStyleSettings::getStyles | ( | ) |
get style ids
Definition at line 100 of file class.ilContentStyleSettings.php.
References $styles.
| ilContentStyleSettings::read | ( | ) |
read style folder data
Definition at line 73 of file class.ilContentStyleSettings.php.
References $ilDB, ilObject\_lookupTitle(), and ilUtil\sortArray().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContentStyleSettings::removeStyle | ( | $a_id | ) |
remove Style from style list
Definition at line 40 of file class.ilContentStyleSettings.php.
| ilContentStyleSettings::update | ( | ) |
update object data
Definition at line 51 of file class.ilContentStyleSettings.php.
| ilContentStyleSettings::$styles = array() |
Definition at line 14 of file class.ilContentStyleSettings.php.
Referenced by getStyles().