コード例 #1
0
 function __construct($value = "", $name = null)
 {
     parent::__construct($value, $name);
     $input_name = Loader::formComponent('hidden');
     $this->input_hidden = new $input_name($value);
     $this->setValidator(array());
 }
コード例 #2
0
 function __construct($value = "", $name = null)
 {
     parent::__construct($value, $name);
     $this->setValidator(array());
 }