Searched refs:registeredVars (Results 1 – 1 of 1) sorted by relevance
64 protected array $registeredVars = []; variable in LesserPHP\\Lessc119 if (!empty($this->registeredVars)) {120 $this->injectVariables($this->registeredVars);225 $this->registeredVars = array_merge($this->registeredVars, $variables);235 return $this->registeredVars;245 if (isset($this->registeredVars[$name])) {246 unset($this->registeredVars[$name]);