BoolProperty extends AbstractProperty
Bool type property.
Tags
Table of Contents
- $name : string|null
- The name of the property.
- $value : bool
- The value of the property.
- getName() : string|null
- isValue() : bool
- setName() : AbstractProperty
- setValue() : BoolProperty
Properties
$name
The name of the property.
private
string|null
$name
= null
Tags
$value
The value of the property.
private
bool
$value
= false
Tags
Methods
getName()
public
getName() : string|null
Tags
Return values
string|null —isValue()
public
isValue() : bool
Tags
Return values
bool —setName()
public
setName(string|null $name) : AbstractProperty
Parameters
- $name : string|null
Tags
Return values
AbstractProperty —setValue()
public
setValue(bool $value) : BoolProperty
Parameters
- $value : bool