예제 #1
0
 public function __construct($name, $tempName, $type, $size, $error)
 {
     $this->_name = $name;
     $this->_tempName = $tempName;
     $this->_type = $type;
     $this->_size = $size;
     $this->_error = $error;
     parent::__construct($name, $tempName, $type, $size, $error);
 }