Searched refs:registeredVars (Results 1 – 1 of 1) sorted by relevance
49 protected $registeredVars = array(); variable in lessc2096 if (!empty($this->registeredVars)) {2097 $this->injectVariables($this->registeredVars);2253 $oldVars = $this->registeredVars;2268 $this->registeredVars = $oldVars;2307 $this->registeredVars = array_merge($this->registeredVars, $variables);2311 unset($this->registeredVars[$name]);