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