Controller::applyDefaults()

Controller::applyDefaults() – Sets the default values for the given page

Synopsis

require_once 'HTML/QuickForm/Controller.php';

void HTML_QuickForm_Controller::applyDefaults ( string $pageName )

Description

This is used to load Page's default and constant values from the container.

Parameter

string $pageName

Name of a page

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Adds a new page to the form (Previous) Returns a reference to the form's values container. (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.