class CustomizerVariable implements JsonSerializable (View source)

Properties

protected string $variable
protected mixed $value

Methods

__construct(string $variable, ValueInterface $value)

No description

string
getVariable()

No description

void
setVariable(string $variable)

No description

mixed
getValue()

No description

void
setValue(mixed $value)

No description

jsonSerialize()

No description

Details

__construct(string $variable, ValueInterface $value)

No description

Parameters

string $variable
ValueInterface $value

string getVariable()

No description

Return Value

string

void setVariable(string $variable)

No description

Parameters

string $variable

Return Value

void

mixed getValue()

No description

Return Value

mixed

void setValue(mixed $value)

No description

Parameters

mixed $value

Return Value

void

jsonSerialize()

No description