HTML_Common2 | --HTML_QuickForm2_Node | --HTML_QuickForm2_Container | --HTML_QuickForm2
[line 49]
[line 55]
HTML_QuickForm2 __construct( string $id, [string $method = 'post'], [string|array $attributes = null], [bool $trackSubmit = true])
void addDataSource( HTML_QuickForm2_DataSource $datasource)
array getDataSources( )
void getType( )
bool isSubmitted( )
This is a shortcut for checking whether there is an instance of Submit data source in the list of form data sources
void onAttributeChange( $name, [ $value = null])
HTML_QuickForm2_Renderer render( HTML_QuickForm2_Renderer $renderer)
void setContainer( [HTML_QuickForm2_Container $container = null])
void setDataSources( array $datasources)
void setId( [ $id = null])
void setValue( $value)
array skipInternalFields( array $value)
boolean validate( )