Example #1
0
 /**
  * Produce a local path to save the package to
  * @param Feed $feed
  * @return string
  */
 public function getBaseDownloadPath(Feed $feed)
 {
     $basePath = $this->locator->getDownloadBaseDir();
     return $basePath . '/' . $feed->getDownloadedFileName();
 }