Entry
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : void
- Create a new entry instance.
- getName() : string
- Get the entry name.
- getValue() : Option<string|int, Value>
- Get the entry value.
Properties
$name
The entry name.
private
string
$name
$value
The entry value.
private
Value|null
$value
Methods
__construct()
Create a new entry instance.
public
__construct(string $name[, Value|null $value = null ]) : void
Parameters
- $name : string
- $value : Value|null = null
getName()
Get the entry name.
public
getName() : string
Return values
stringgetValue()
Get the entry value.
public
getValue() : Option<string|int, Value>