HTML_Menu_Renderer::renderEntry() -- Renders the element of the menu (package developer related)
Synopsis
require_once 'HTML/Menu/Renderer.php'; |
void HTML_Menu_Renderer::renderEntry
(array $node, int $level, int $type)
Description
This package is not documented yet.
Parameter
- array
$node
Element being rendered
- integer
$level
Current depth in the tree structure
- integer
$type
Type of the element (one of HTML_MENU_ENTRY_* constants)
Throws
throws no exceptions thrown
Note
This function can not be called
statically.