|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Content style settings. 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 |
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, $q, 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().