HTML_Common2 | --HTML_QuickForm2_Node | --HTML_QuickForm2_Container | --HTML_QuickForm2_Container_Group
[line 46]
[line 54]
Used to restore children names if necessary.
HTML_QuickForm2_Node appendChild( HTML_QuickForm2_Node $element)
If the element was previously added to the container or to another container, it is first removed there.
void getChildValues( [ $filtered = false])
void getName( )
string|array getSeparator( )
void getType( )
Overridden in child classes as:
HTML_QuickForm2_Node insertBefore( HTML_QuickForm2_Node $element, [HTML_QuickForm2_Node $reference = null])
If the reference object is not given, the element will be appended.
void prependsName( )
HTML_QuickForm2_Node removeChild( HTML_QuickForm2_Node $element)
HTML_QuickForm2_Node renameChild( HTML_QuickForm2_Node $element)
Used when adding an element to the group or changing group's name
HTML_QuickForm2_Renderer render( HTML_QuickForm2_Renderer $renderer)
void setName( $name)
$this setSeparator( string|array $separator)
void setValue( $value)
void __toString( )