Searched refs:libFunctions (Results 1 – 1 of 1) sorted by relevance
61 protected array $libFunctions = []; variable in LesserPHP\\Lessc201 $this->libFunctions[$name] = $func;211 if (isset($this->libFunctions[$name])) {212 unset($this->libFunctions[$name]);1373 $f = $this->libFunctions[$name] ?? null;