Searched refs:pathToFile (Results 1 – 3 of 3) sorted by relevance
46 public $pathToFile; variable in Google\\Service\\OnDemandScanning\\PackageData129 public function setPathToFile($pathToFile) argument131 $this->pathToFile = $pathToFile;138 return $this->pathToFile;
161 * @param string $pathToFile165 protected function isRemoteFile($pathToFile) argument167 return preg_match('/^(https?|ftp):\/\/.*/', $pathToFile) === 1;
551 * @param string $pathToFile557 public function fileToUpload($pathToFile) argument559 return new FacebookFile($pathToFile);565 * @param string $pathToFile571 public function videoToUpload($pathToFile) argument573 return new FacebookVideo($pathToFile);580 * @param string $pathToFile The full path to the file.590 …public function uploadVideo($target, $pathToFile, $metadata = [], $accessToken = null, $maxTransfe… argument597 $file = $this->videoToUpload($pathToFile);