com.woltlab.wcf.data.message.bbcode.data.message.smiley.category
Represents a smiley category.
DatabaseObject | --SmileyCategory
| Class | Description |
|---|---|
SmileyCategoryEditor |
Provides functions to create and edit the data of a smiley category. |
| Return | Name |
|---|---|
SmileyCategory |
__construct(integer $smileyCategoryID, [array<mixed> $row = null])
|
static array<SmileyCategory> |
getSmileyCategories()
|
string |
__toString()
|
public SmileyCategory __construct(integer $smileyCategoryID, [array<mixed> $row = null])
Creates a new SmileyCategory object.
$smileyCategoryID $row Redefinition of: DatabaseObject::__construct()
public static array<SmileyCategory> getSmileyCategories()
Returns a list of smiley categories.
public string __toString()
Returns the title of this category.
DatabaseObject::__construct(), DatabaseObject::handleData(), DatabaseObject::sort(), DatabaseObject::__get()