Home
last modified time | relevance | path

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

/plugin/bookmarkfile/
H A Dsyntax.php118 $this->renderBookmarks($renderer, $data['bookmarks'], $data['separators']);
263 … private function renderBookmarks(Doku_Renderer $renderer, array $bookmarks, $separators, $level=1) function in syntax_plugin_bookmarkfile
282 $this->renderBookmarks($renderer, $item['children'], $separators, $level+1);