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.

Checks whether the form was already built. (Previous) Sets the default action invoked on page-form submit. (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.