DirectiveOption
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- appendValue() : void
- getName() : string
- getValue() : string|int|float|bool|null
- toBool() : bool
- toString() : string
Properties
$name read-only
private
string
$name
$value
private
string|int|float|bool|null
$value
= null
Methods
__construct()
public
__construct(string $name[, string|int|float|bool|null $value = null ]) : mixed
Parameters
- $name : string
- $value : string|int|float|bool|null = null
appendValue()
public
appendValue(string $append) : void
Parameters
- $append : string
getName()
public
getName() : string
Return values
stringgetValue()
public
getValue() : string|int|float|bool|null
Return values
string|int|float|bool|nulltoBool()
public
toBool() : bool
Return values
booltoString()
public
toString() : string