PropertyValue
extends Base
in package
Class PropertyValue.
Table of Contents
- $id : int
- $optionId : int
- $position : int
- $value : string
- $valueNumeric : float
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getId() : int
- getOptionId() : int
- getPosition() : int
- getValue() : string
- getValueNumeric() : float
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : PropertyValue
- setOptionId() : PropertyValue
- setPosition() : PropertyValue
- setValue() : PropertyValue
- setValueNumeric() : PropertyValue
Properties
$id
protected
int
$id
$optionId
protected
int
$optionId
$position
protected
int
$position
$value
protected
string
$value
$valueNumeric
protected
float
$valueNumeric
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 —getOptionId()
public
getOptionId() : int
Return values
int —getPosition()
public
getPosition() : int
Return values
int —getValue()
public
getValue() : string
Return values
string —getValueNumeric()
public
getValueNumeric() : float
Return values
float —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) : PropertyValue
Parameters
- $id : int
Return values
PropertyValue —setOptionId()
public
setOptionId(int $optionId) : PropertyValue
Parameters
- $optionId : int
Return values
PropertyValue —setPosition()
public
setPosition(int $position) : PropertyValue
Parameters
- $position : int
Return values
PropertyValue —setValue()
public
setValue(string $value) : PropertyValue
Parameters
- $value : string
Return values
PropertyValue —setValueNumeric()
public
setValueNumeric(float $valueNumeric) : PropertyValue
Parameters
- $valueNumeric : float