Controller::getPage()

Controller::getPage() – ページを返す

Synopsis

require_once 'HTML/QuickForm/Controller.php';

object HTML_QuickForm_Page &HTML_QuickForm_Controller::getPage ( string $pageName )

Description

This package is not documented yet.

Parameter

string $pageName

ページの名前。

Return value

ページへの参照を返します。

Throws

PEAR_Error をスローします。

Note

This function can not be called statically.