HTML_QuickForm::setRequiredNote()

HTML_QuickForm::setRequiredNote() -- Sets required note

概要

require_once 'HTML/QuickForm.php';

void HTML_QuickForm::setRequiredNote (string $note)

説明

Sets the required note. This note is usually displayed below the form when the form contains required fields.

パラメータ

string $note

Message indicating some elements are required

例外・エラー

throws no exceptions thrown

注意

since 1.1

この関数は、スタティックにコールする ことはできません。