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)

Beschreibung

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

Parameter

string $pageName

Name of a page

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.