Introduction

PEAR Manual


HTML_QuickForm::getRegisteredTypes()

HTML_QuickForm::getRegisteredTypes() -- Returns registered element types

Synopsis

      require_once 'HTML/QuickForm.php';
     

array HTML_QuickForm::getRegisteredTypes ( ( void )

Description

Returns an array of registered element types.

Throws

throws

Note

since 1.0

This function can be called statically.




Introduction

PEAR Manual