Page::loadValues()
Page::loadValues() -- Loads the submit values from the array.
概要
require_once 'HTML/QuickForm/Page.php'; |
void HTML_QuickForm_Page::loadValues (array $values)
説明
The method is NOT intended for general usage. It should be used to assign form values from the container instead of from actual request data.
パラメータ
- array
$values
'submit' values
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。