HTML_QuickForm::getRegisteredRules()

HTML_QuickForm::getRegisteredRules() – 登録された検証規則を返す

Synopsis

require_once 'HTML/QuickForm.php';

array HTML_QuickForm::getRegisteredRules ( void )

Description

登録された検証規則の配列を返します。

Throws

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

Note

since 1.0

This function can not be called statically.