示例#1
0
 /**
  * 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';
 }