Example #1
0
 /**
  * Returns the filename
  *
  * @return string
  */
 public function getTargetFilename()
 {
     return $this->targetFile->getNameWithoutExtension() . '_' . $this->getConfigurationChecksum() . '.' . $this->targetFile->getExtension();
 }