Exemple #1
0
 /**
  * {@inheritDoc}
  */
 public function getAttributes()
 {
     if ($this->isField()) {
         return array_merge(parent::getAttributes(), array('size' => '1'));
     }
     return parent::getAttributes();
 }