Page::handle()

Page::handle() – アクションを処理する

Synopsis

require_once 'HTML/QuickForm/Page.php';

void HTML_QuickForm_Page::handle ( string $actionName )

Description

このメソッドは単に、このアクション名で 登録された アクションオブジェクトの perform() メソッドをコールします。 アクションオブジェクトが登録されていなければ、 コントローラの handle() メソッドがコールされます。

Parameter

string $actionName

アクションの名前です。

Throws

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

Note

This function can not be called statically.