HTML_QuickForm::isSubmitted()

HTML_QuickForm::isSubmitted() – フォームが既に送信済みかどうかを返す

Synopsis

require_once 'HTML/QuickForm.php';

boolean HTML_QuickForm::isSubmitted ( void )

Description

フォームが既に送信済みかどうかを返します。QuickForm の コンストラクタ$trackSubmit パラメータを使用する際にこのメソッドを使用すると、 フォームの送信値が空であるかどうかを確認するより信頼性が高くなります。

Throws

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

Note

This function can not be called statically.

since 3.2.5

フォームのデフォルト値を設定する (Previous) 要素の "安全な" 値を返す (Next)
Last updated: Fri, 25 May 2012 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.