HTML_QuickForm::getRegisteredTypes()

HTML_QuickForm::getRegisteredTypes() – 登録済みの要素の種類を返す

Synopsis

require_once 'HTML/QuickForm.php';

array HTML_QuickForm::getRegisteredTypes ( void )

Description

登録済みの要素の種類の配列を返します。

Throws

throws

Note

since 1.0

This function can be called statically.