addClass
The method addClass adds the provided css class to this androHtml object.
string $value - Css class to add
function addClass($value) { $this->classes[] = $value; }
There are no user comments yet on this page.