Controller::applyDefaults()
Controller::applyDefaults() -- Sets the default values for the given page
概要
require_once 'HTML/QuickForm/Controller.php'; |
void HTML_QuickForm_Controller::applyDefaults (string $pageName)
説明
This is used to load Page's default and constant values from the container.
パラメータ
- string
$pageName
Name of a page
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。