Class AvatarCategory

com.woltlab.wcf.page.user.profile.data.user.avatar.category

Description

Represents an avatar category.

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

Direct descendents

Class Description
AvatarCategoryEditor Provides functions to create and edit the data of an avatar category.

Method Summary

Return Name
AvatarCategory __construct(integer $avatarCategoryID, [array<mixed> $row = null])
static array<AvatarCategory> getAvatarCategories()
string __toString()

Variables


Inherited variables from DatabaseObject

DatabaseObject::$data

Methods

__construct

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

Creates a new AvatarCategory object.

Parameters:

  • $avatarCategoryID
  • $row

Redefinition of: DatabaseObject::__construct()


getAvatarCategories

public static array<AvatarCategory> getAvatarCategories()

Returns a list of avatar categories.


__toString

public string __toString()

Returns the title of this category.


Inherited methods from DatabaseObject

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