Home
last modified time | relevance | path

Searched refs:registeredVars (Results 1 – 1 of 1) sorted by relevance

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php50 protected $registeredVars = array(); variable in lessc
2230 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]);