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
$comparable
protected
bool
$comparable
$id
protected
int
$id
$name
protected
string
$name
$position
protected
int
$position
$sortMode
protected
int
$sortMode
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getId()
public
getId() : int
Return values
int —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 —setComparable()
public
setComparable(bool $comparable) : PropertyGroup
Parameters
- $comparable : bool
Return values
PropertyGroup —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setId()
public
setId(int $id) : PropertyGroup
Parameters
- $id : int
Return values
PropertyGroup —setName()
public
setName(string $name) : PropertyGroup
Parameters
- $name : string
Return values
PropertyGroup —setPosition()
public
setPosition(int $position) : PropertyGroup
Parameters
- $position : int
Return values
PropertyGroup —setSortMode()
public
setSortMode(int $sortMode) : PropertyGroup
Parameters
- $sortMode : int