PEAR | --BifWidget | --BifContainer
All containers in BIF3 should extend BifContainer, so no code repetition is made.
[line 30]
BifContainer BifContainer( [mixed $attrs = array()])
void addChild( mixed &$myChild, [mixed $at = 'CHILD'])
void addPosition( mixed $position)
void &getWidget( mixed $name)
void innerDraw( )
Overridden in child classes as:
void postChilds( )
void preChilds( )