14 $this->cssName = $css_name ? $css_name :
$name;
17 public function transform($attr, $config, $context) {
18 if (!isset($attr[$this->name]))
return $attr;
20 if(ctype_digit($length)) $length .=
'px';
21 $this->
prependCSS($attr, $this->cssName .
":$length;");