previousHTML_Menu::getPath() (Previous) (Next) HTML_Menu::setMenu()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_Menu::render()

HTML_Menu::render() – メニューをレンダリングする

Synopsis

require_once 'HTML/Menu.php';

void HTML_Menu::render ( object HTML_Menu_Renderer &$renderer , string $menuType = '' )

Description

実際の出力内容を作成するロジックは、すべて レンダラ に含まれます。render() は、 単にメニュー構造を順にたどって適切なメソッドをコールします。

Parameter

object HTML_Menu_Renderer &$renderer

使用する レンダラ

string $menuType

メニューの型。

Throws

レンダラがこの型のメニューの処理をサポートしていない場合に PEAR_Error をスローします。

Note

This function can not be called statically.

previousHTML_Menu::getPath() (Previous) (Next) HTML_Menu::setMenu()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.