lessc = $lessc; } /** * Get the functions provided by this collection * * @return array [name => callable] */ abstract public function getFunctions(): array; }