Class SmileyCategory

com.woltlab.wcf.data.message.bbcode.data.message.smiley.category

Description

Represents a smiley category.

  • author: Marcel Werk
  • copyright: 2001-2009 WoltLab GmbH
  • license: GNU
DatabaseObject
   |
   --SmileyCategory

Direct descendents

Class Description
SmileyCategoryEditor Provides functions to create and edit the data of a smiley category.

Method Summary

Return Name
SmileyCategory __construct(integer $smileyCategoryID, [array<mixed> $row = null])
static array<SmileyCategory> getSmileyCategories()
string __toString()

Variables


Inherited variables from DatabaseObject

DatabaseObject::$data

Methods

__construct

public SmileyCategory __construct(integer $smileyCategoryID, [array<mixed> $row = null])

Creates a new SmileyCategory object.

Parameters:

  • $smileyCategoryID
  • $row

Redefinition of: DatabaseObject::__construct()


getSmileyCategories

public static array<SmileyCategory> getSmileyCategories()

Returns a list of smiley categories.


__toString

public string __toString()

Returns the title of this category.


Inherited methods from DatabaseObject

DatabaseObject::__construct(), DatabaseObject::handleData(), DatabaseObject::sort(), DatabaseObject::__get()