trait ObjectTrait (View source)

Methods

Value
getAttributeValueObject($ak, bool $createIfNotExists = false)

No description

getAttribute($ak, $mode = false)

No description

Value
getAttributeValue($ak)

No description

clearAttribute($ak)

No description

Value
setAttribute($ak, mixed $value)

Sets the attribute of a user info object to the specified value, and saves it in the database.

Details

abstract CategoryInterface getObjectAttributeCategory()

No description

Return Value

CategoryInterface

abstract Value getAttributeValueObject($ak, bool $createIfNotExists = false)

No description

Parameters

$ak
bool $createIfNotExists

Return Value

Value

getAttribute($ak, $mode = false)

No description

Parameters

$ak
$mode

Value getAttributeValue($ak)

No description

Parameters

$ak

Return Value

Value

clearAttribute($ak)

No description

Parameters

$ak

Value setAttribute($ak, mixed $value)

Sets the attribute of a user info object to the specified value, and saves it in the database.

Parameters

$ak
mixed $value

Return Value

Value