Class UserOptionCategory

com.woltlab.wcf.data.user.option.category

Description

Represents a user option category.

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

Direct descendents

Class Description
UserOptionCategoryEditor Provides functions to add, edit and delete user option categories.

Method Summary

Return Name
UserOptionCategory __construct(integer $categoryID, [array<mixed> $row = null])
string __toString()

Variables


Inherited variables from DatabaseObject

DatabaseObject::$data

Methods

__construct

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

Creates a new UserOptionCategory object.

Parameters:

  • $categoryID
  • $row

Redefinition of: DatabaseObject::__construct()


__toString

public string __toString()

Returns the title of this category.


Inherited methods from DatabaseObject

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