예제 #1
0
 /**
  * Class constructor
  *
  * @param string $id
  * @param string $name
  * @param string $label
  * @param array $config
  */
 public function __construct($id = NULL, $name = '', $value = NULL, $label = NULL, array $config = array())
 {
     parent::__construct($id, $name, $value, $label, $config);
     $this->_type = 'reset';
     $this->_totf = 'reset';
 }
예제 #2
0
 /**
  * Class constructor
  *
  * @param string $id
  * @param string $name
  * @param string $label
  * @param array $config
  */
 public function __construct($id = NULL, $name = '', $label = NULL, $config = array())
 {
     parent::__construct($id, $name, $label, $config);
     $this->_type = 'hidden';
     $this->_totf = 'hidden';
 }