Todo List
static string charset( [string $newCharset = null])
Since this parameter is expected to be global, the function is designed to be called statically:
HTML_Common HTML_Common( [mixed $attributes = null], [int $tabOffset = 0])
double apiVersion( )
Overridden in child classes as:
void display( )
string|null getAttribute( string $attr)
mixed getAttributes( [bool $asString = false])
string getComment( )
int getTabOffset( )
void removeAttribute( string $attr)
void setAttribute( string $name, [string $value = null])
void setAttributes( mixed $attributes)
void setComment( string $comment)
void setLineEnd( string $style)
void setTab( string $string)
void setTabOffset( int $offset)
string toHtml( )
void updateAttributes( mixed $attributes)