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