コード例 #1
0
ファイル: TimeField.php プロジェクト: rsky/symfony
 /**
  * {@inheritDoc}
  */
 public function getAttributes()
 {
     if ($this->isField()) {
         return array_merge(parent::getAttributes(), array('size' => '1'));
     }
     return parent::getAttributes();
 }