Controller::run()
Controller::run() -- Processes the request.
概要
require_once 'HTML/QuickForm/Controller.php'; |
void HTML_QuickForm_Controller::run ()
説明
This finds the current page, the current action and passes the action to the page's handle() method.
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。