ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Content style settings. 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 |
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, $q, 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 | ( | ) |
|
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().