previousコンストラクタ HTML_QuickForm_element() (Previous) (Next) HTML_QuickForm_element::apiVersion()next

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

HTML_QuickForm_element::accept()

HTML_QuickForm_element::accept() – レンダラを受け入れる

Synopsis

require_once 'HTML/QuickForm/element.php';

void HTML_QuickForm_element::accept ( object HTML_QuickForm_Renderer &$renderer , bool $required = = false , string $error = = null )

Description

このメソッドを直接コールすることは、まずありません。通常は HTML_QuickForm::accept() メソッドの中からコールされます。

Parameter

object HTML_QuickForm_Renderer &$renderer

HTML_QuickForm_Renderer のサブクラスのインスタンス。

boolean $required

要素が必須であるかどうか。

string $error

要素に関連付けられたエラーメッセージ。

Throws

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

Note

This function can not be called statically.

previousコンストラクタ HTML_QuickForm_element() (Previous) (Next) HTML_QuickForm_element::apiVersion()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.