void      HTML_QuickForm_image::setAlign ( 
      string $align
     )
This is just a shortcut for
<?php
$element->updateAttributes(array('align' => $align));
?>
$align
       alignment for image element
throws no exceptions thrown
since 1.0
This function can not be called statically.