Example #1
0
 protected function getAllowedAttributes()
 {
     $colgroupAllowedAttributes = array('/^span$/i' => Attribute::INT);
     return array_merge($colgroupAllowedAttributes, parent::getAllowedAttributes());
 }