Page::loadValues()
Page::loadValues() – Loads the submit values from the array.
Synopsis
require_once 'HTML/QuickForm/Page.php';
void HTML_QuickForm_Page::loadValues (
array $values
)
Description
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.
Parameter
-
array
$values
-
'submit' values
Throws
throws no exceptions thrown
Note
This function can not be called statically.