FloatProperty extends AbstractProperty
Float type property.
Tags
Table of Contents
- $name : string|null
- The name of the property.
- $value : float
- The value of the property.
- getName() : string|null
- getValue() : float
- setName() : AbstractProperty
- setValue() : FloatProperty
Properties
$name
The name of the property.
private
string|null
$name
= null
Tags
$value
The value of the property.
private
float
$value
= 0.0
Tags
Methods
getName()
public
getName() : string|null
Tags
Return values
string|null —getValue()
public
getValue() : float
Tags
Return values
float —setName()
public
setName(string|null $name) : AbstractProperty
Parameters
- $name : string|null
Tags
Return values
AbstractProperty —setValue()
public
setValue(float $value) : FloatProperty
Parameters
- $value : float