Searched refs:registeredVars (Results 1 – 1 of 1) sorted by relevance
50 protected $registeredVars = array(); variable in lessc2230 if (!empty($this->registeredVars)) {2231 $this->injectVariables($this->registeredVars);2391 $oldVars = $this->registeredVars;2406 $this->registeredVars = $oldVars;2452 $this->registeredVars = array_merge($this->registeredVars, $variables);2457 unset($this->registeredVars[$name]);