예제 #1
0
 /**
  * @param CurlWrapper $curl
  * @param array $headers
  */
 public function __construct(CurlWrapper $curl, array $headers)
 {
     parent::__construct($curl, $headers);
     $this->file = $curl->file;
 }