Example #1
0
 /**
  * Render HTML properties
  *
  * @return string
  */
 public function renderProperty()
 {
     $out = parent::renderProperty();
     $out = preg_replace('/class=".*?"/i', '', $out);
     $out .= ' class="a-center"';
     return $out;
 }