previousPage::isFormBuilt() (Previous) (Next) Page::setDefaultAction()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Page::loadValues()

Page::loadValues() – 送信された値を配列から読み込む

Synopsis

require_once 'HTML/QuickForm/Page.php';

void HTML_QuickForm_Page::loadValues ( array $values )

Description

このメソッドは、一般的な使用を想定したものでは「ありません」。 フォームの値を代入する際には、実際のリクエストデータではなく container を使用すべきです。

Parameter

array $values

'submit' された値。

Throws

例外はスローされません。

Note

This function can not be called statically.

previousPage::isFormBuilt() (Previous) (Next) Page::setDefaultAction()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.