final class Variable (View source)

Methods

__construct(string $name, mixed $value, bool $force)

No description

string
name()

No description

mixed
value()

No description

bool
force()

No description

Details

__construct(string $name, mixed $value, bool $force)

No description

Parameters

string $name
mixed $value
bool $force

string name()

No description

Return Value

string

mixed value()

No description

Return Value

mixed

bool force()

No description

Return Value

bool