com.woltlab.wcf.system.style.data.style
Represents a style.
DatabaseObject | --Style
| Class | Description |
|---|---|
StyleEditor |
Provides functions to edit, import, export and delete a style. |
ActiveStyle |
Represents the active user style. |
| Return | Name |
|---|---|
Style |
__construct(integer $styleID, [array $row = null])
|
void |
getActiveStyle(ActiveStyle 0)
|
static Style |
getStyles()
|
string |
__toString()
|
public Style __construct(integer $styleID, [array $row = null])
Creates a new Style object.
$styleID $row Redefinition of: DatabaseObject::__construct()
public void getActiveStyle(ActiveStyle 0)
Returns a new ActiveStyle object.
0 public static Style getStyles()
Returns a list of styles.
public string __toString()
Returns the name of this style.
DatabaseObject::__construct(), DatabaseObject::handleData(), DatabaseObject::sort(), DatabaseObject::__get()