|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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() | |
Protected Attributes | |
| $db | |
| ilContentStyleSettings::__construct | ( | ) |
Constructor.
Definition at line 24 of file class.ilContentStyleSettings.php.
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 37 of file class.ilContentStyleSettings.php.
References ilObject\_lookupTitle().
Here is the call graph for this function:| ilContentStyleSettings::getStyles | ( | ) |
get style ids
Definition at line 106 of file class.ilContentStyleSettings.php.
References $styles.
| ilContentStyleSettings::read | ( | ) |
read style folder data
Definition at line 80 of file class.ilContentStyleSettings.php.
References $db, $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 48 of file class.ilContentStyleSettings.php.
| ilContentStyleSettings::update | ( | ) |
update object data
Definition at line 59 of file class.ilContentStyleSettings.php.
|
protected |
Definition at line 17 of file class.ilContentStyleSettings.php.
| ilContentStyleSettings::$styles = array() |
Definition at line 19 of file class.ilContentStyleSettings.php.
Referenced by getStyles().