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