class Variable implements VariableInterface (View source)

Properties

protected string $name
protected mixed $value

Methods

__construct(string $name, mixed $value)

Variable constructor.

string
getName()

No description

getValue()

No description

jsonSerialize()

No description

Details

__construct(string $name, mixed $value)

Variable constructor.

Parameters

string $name
mixed $value

string getName()

No description

Return Value

string

getValue()

No description

jsonSerialize()

No description