function __construct($id = 'generalsetupform', $method = 'post', $attributes = null, $trackSubmit = false)
 {
     parent::__construct($id, $method, $attributes = array('autocomplete' => 'off'), $trackSubmit);
 }
Ejemplo n.º 2
0
 function __construct($id = 'login_form', $method = 'post', $attributes = null, $trackSubmit = false)
 {
     parent::__construct($id, $method, $attributes, $trackSubmit);
 }
 public function __construct($id = 'defaultsettingsform', $method = 'post', $attributes = null, $trackSubmit = false)
 {
     parent::__construct($id, $method, $attributes, $trackSubmit);
 }