ResolvableVariableSet
in package
FinalYes
Table of Contents
Properties
- $variables : array<string, VariableInterface|DeferredVariable>
Methods
- __construct() : mixed
- getVariable() : VariableInterface
Properties
$variables
private
array<string, VariableInterface|DeferredVariable>
$variables
= []
Methods
__construct()
public
__construct(VariableInterface|DeferredVariable ...$variables) : mixed
Parameters
- $variables : VariableInterface|DeferredVariable
getVariable()
public
getVariable(string $name) : VariableInterface
Parameters
- $name : string