ConfiguratorGroup
extends Base
in package
Class ConfiguratorGroup.
Table of Contents
- $description : string
- $id : int
- $name : string
- $position : int
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getDescription() : string
- getId() : int
- getName() : string
- getPosition() : int
- setDescription() : ConfiguratorGroup
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : ConfiguratorGroup
- setName() : ConfiguratorGroup
- setPosition() : ConfiguratorGroup
Properties
$description
protected
string
$description
$id
protected
int
$id
$name
protected
string
$name
$position
protected
int
$position
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getDescription()
public
getDescription() : string
Return values
string —getId()
public
getId() : int
Return values
int —getName()
public
getName() : string
Return values
string —getPosition()
public
getPosition() : int
Return values
int —setDescription()
public
setDescription(string $description) : ConfiguratorGroup
Parameters
- $description : string
Return values
ConfiguratorGroup —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) : ConfiguratorGroup
Parameters
- $id : int
Return values
ConfiguratorGroup —setName()
public
setName(string $name) : ConfiguratorGroup
Parameters
- $name : string
Return values
ConfiguratorGroup —setPosition()
public
setPosition(int $position) : ConfiguratorGroup
Parameters
- $position : int