Searched refs:lifunc (Results 1 – 1 of 1) sorted by relevance
454 * @param callable $lifunc (optional) callback to the opening li tag459 function html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false) argument472 if (!is_callable($lifunc)) {473 $lifunc = static fn($item) => '<li class="level' . $item['level'] . '">';500 $html .= call_user_func($lifunc, $item);