ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Content style settings. More...
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.
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(), and array.
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(), array, and ilUtil\sortArray().
Referenced by __construct().
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.
References $db, $ilDB, and $style.
|
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().