Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dhtml.php451 * @param callable $lifunc (optional) callback to the opening li tag
456 function html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false)
469 if (!is_callable($lifunc)) {
470 $lifunc = static fn($item) => '<li class="level' . $item['level'] . '">';
497 $html .= call_user_func($lifunc, $item);
428 html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false) global() argument