Controller::getPrevName() (Previous) (Next) Controller::isModal()

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Controller::handle()

Controller::handle() -- アクションを処理する

説明

このメソッドは、指定したアクションに対応するハンドラをページ自身が 持たない場合にコールされます。また、アクションが指定されていない場合には、 このメソッドはアクション共通のデフォルトハンドラを読み込んで使用します。

パラメータ

object HTML_QuickForm_Page &$page

アクションの処理に失敗したページ。

string $actionName

アクションの名前。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。

Controller::getPrevName() (Previous) (Next) Controller::isModal()

Download Documentation Last updated: Sun, 05 Oct 2008
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.