Home
last modified time | relevance | path

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

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/docs/docs/extending/
H A Dcustom-functions.md13 * `registerFunction($functionName, $callable, $argumentDeclaration)` assigns the
17 `$argumentDeclaration` argument is an array of parameter names (without the
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/src/
H A DCompiler.php5593 * @param string[]|null $argumentDeclaration
5597 public function registerFunction($name, $callback, $argumentDeclaration = null) argument
5603 if ($argumentDeclaration === null) {
5607 $this->userFunctions[$this->normalizeName($name)] = [$callback, $argumentDeclaration];