previousPage::isFormBuilt() (Previous) (Next) Page::setDefaultAction()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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.

previousPage::isFormBuilt() (Previous) (Next) Page::setDefaultAction()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.