예제 #1
0
파일: TextField.php 프로젝트: rsky/symfony
 /**
  * {@inheritDoc}
  */
 public function getAttributes()
 {
     return array_merge(parent::getAttributes(), array('maxlength' => $this->getOption('max_length')));
 }
예제 #2
0
 /**
  * {@inheritDoc}
  */
 public function getAttributes()
 {
     return array_merge(parent::getAttributes(), array('type' => 'hidden'));
 }