Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17218 программистов и 1838 роботов. Сейчас ищут 1519 программистов ...
Controller::setDefaults()
Вернуться к: HTML_QuickForm_Controller
Controller::setDefaults()
Controller::setDefaults() – Initializes default form values.
Synopsis
require_once 'HTML/QuickForm/Controller.php';
void HTML_QuickForm_Controller::setDefaults ( array $defaultValues = null )
This package is not documented yet.
Parameter
- array $defaultValues
-
default values
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_QuickForm_Controller