예제 #1
0
 /**
  * Get the path to a harvested deposit.
  *
  * @param Deposit $deposit
  *
  * @return type
  */
 public final function getHarvestFile(Deposit $deposit)
 {
     $path = $this->getHarvestDir($deposit->getJournal());
     return $path . '/' . $deposit->getFileName();
 }