protected function __construct(IEvaluationContext $context = null) { $this->context = $context ?: EvaluationContext::globalScope(); $this->requiredVariables = array_keys($this->context->getVariableTable()); }