예제 #1
0
파일: TimeField.php 프로젝트: rsky/symfony
 /**
  * {@inheritDoc}
  */
 public function getAttributes()
 {
     if ($this->isField()) {
         return array_merge(parent::getAttributes(), array('size' => '1'));
     }
     return parent::getAttributes();
 }