Documentation

PropertyGroup extends Base
in package

Class PropertyGroup.

Table of Contents

$comparable  : bool
$id  : int
$name  : string
$position  : int
$sortMode  : int
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getId()  : int
getName()  : string
getPosition()  : int
getSortMode()  : int
isComparable()  : bool
setComparable()  : PropertyGroup
setEntityAttributes()  : $this
Sets the attributes of this entity.
setId()  : PropertyGroup
setName()  : PropertyGroup
setPosition()  : PropertyGroup
setSortMode()  : PropertyGroup

Properties

Methods

getArrayCopy()

Gets the attributes of this entity.

public getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed>

getName()

public getName() : string
Return values
string

getPosition()

public getPosition() : int
Return values
int

getSortMode()

public getSortMode() : int
Return values
int

isComparable()

public isComparable() : bool
Return values
bool

setEntityAttributes()

Sets the attributes of this entity.

public setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
$attributes : array<string|int, mixed>
Return values
$this

Search results