示例#1
0
文件: Base.php 项目: apolev/fias
 public function __construct($wsdlUrl, $fileDirectory)
 {
     $this->wsdlUrl = $wsdlUrl;
     $this->fileDirectory = $fileDirectory;
     FileHelper::ensureIsDirectory($fileDirectory);
     FileHelper::ensureIsWritable($fileDirectory);
 }