HTML_Menu::setMenuType()
HTML_Menu::setMenuType() – Sets the type of the menu.
Synopsis
require_once 'HTML/Menu.php';
void HTML_Menu::setMenuType (
string $menuType
)
Описание
Available types are: 'tree'
, 'rows'
, 'urhere'
, 'prevnext'
, 'sitemap'
.
Parameter
-
string
$menuType
-
type name
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.
Пред. | HTML_Menu | След. |
HTML_Menu::setMenu() | PEAR Руководство | HTML_Menu::setURLEnvVar() |