예제 #1
0
파일: Password.php 프로젝트: laraplus/form
 /**
  * Initialize field settings
  */
 protected function init()
 {
     parent::init();
     $this->attributes['type'] = 'password';
 }
예제 #2
0
파일: Hidden.php 프로젝트: laraplus/form
 /**
  * Initialize field settings
  */
 protected function init()
 {
     parent::init();
     $this->attributes['type'] = 'hidden';
 }