Documentation

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

Methods

getArrayCopy()

Gets the attributes of this entity.

public getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed>

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

Search results