void HTML_Menu::render (object HTML_Menu_Renderer &$renderer [, string $menuType = ''])
void HTML_Menu::render
All logic to actually create the output is contained in the renderer. render() just calls the appropriate method to traverse the menu structure.
Renderer to use
type of the menu
throws no exceptions thrown
This function can not be called statically.