Source for file Border.php
Documentation is available at Border.php
* Pre-transform that changes deprecated border attribute to CSS.
public function transform($attr, $config, $context) {
if (!isset
($attr['border'])) return $attr;
// some validation should happen here
$this->prependCSS($attr, "border:{$border_width}px solid;");
Documentation generated on Thu, 19 Jun 2008 18:48:54 -0400 by phpDocumentor 1.4.2