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