Controller::isValid()
Controller::isValid() -- Checks whether the pages of the controller are valid
概要
require_once 'HTML/QuickForm/Controller.php'; |
bool HTML_QuickForm_Controller::isValid ([string $pageName = NULL])
パラメータ
- string
$pageName
If set, check only the pages before (not including) that page
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。