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