PropertyGroupOption
extends Base
in package
Class PropertyGroupOption.
Table of Contents
- $filterable : bool
- $id : int
- $name : string
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getId() : int
- getName() : string
- isFilterable() : bool
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setFilterable() : PropertyGroupOption
- setId() : PropertyGroupOption
- setName() : PropertyGroupOption
Properties
$filterable
protected
bool
$filterable
$id
protected
int
$id
$name
protected
string
$name
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 —isFilterable()
public
isFilterable() : 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 —setFilterable()
public
setFilterable(bool $filterable) : PropertyGroupOption
Parameters
- $filterable : bool
Return values
PropertyGroupOption —setId()
public
setId(int $id) : PropertyGroupOption
Parameters
- $id : int
Return values
PropertyGroupOption —setName()
public
setName(string $name) : PropertyGroupOption
Parameters
- $name : string