ConfiguratorSet
extends Base
in package
Class ConfiguratorSet.
Table of Contents
- $groups : array<string|int, ConfiguratorGroup>
- $id : int
- $name : string
- $public : bool
- $type : int
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getGroups() : array<string|int, ConfiguratorGroup>
- getId() : int
- getName() : string
- getType() : int
- isPublic() : bool
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setGroups() : ConfiguratorSet
- setId() : ConfiguratorSet
- setName() : ConfiguratorSet
- setPublic() : ConfiguratorSet
- setType() : ConfiguratorSet
Properties
$groups
protected
array<string|int, ConfiguratorGroup>
$groups
$id
protected
int
$id
$name
protected
string
$name
$public
protected
bool
$public
$type
protected
int
$type
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getGroups()
public
getGroups() : array<string|int, ConfiguratorGroup>
Return values
array<string|int, ConfiguratorGroup> —getId()
public
getId() : int
Return values
int —getName()
public
getName() : string
Return values
string —getType()
public
getType() : int
Return values
int —isPublic()
public
isPublic() : 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 —setGroups()
public
setGroups(array<string|int, ConfiguratorGroup> $groups) : ConfiguratorSet
Parameters
- $groups : array<string|int, ConfiguratorGroup>
Return values
ConfiguratorSet —setId()
public
setId(int $id) : ConfiguratorSet
Parameters
- $id : int
Return values
ConfiguratorSet —setName()
public
setName(string $name) : ConfiguratorSet
Parameters
- $name : string
Return values
ConfiguratorSet —setPublic()
public
setPublic(bool $public) : ConfiguratorSet
Parameters
- $public : bool
Return values
ConfiguratorSet —setType()
public
setType(int $type) : ConfiguratorSet
Parameters
- $type : int