Controller::exportValues()
Controller::exportValues() -- Returns the form's values
概要
require_once 'HTML/QuickForm/Controller.php'; |
array HTML_QuickForm_Controller::exportValues ([string $pageName = NULL])
パラメータ
- string
$pageName
name of the page, if not set then returns values for all pages
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。