Example #1
0
 /**
  * Returns a combined identifier of the underlying original file
  *
  * @return string Combined storage and file identifier, e.g. StorageUID:path/and/fileName.png
  */
 public function getCombinedIdentifier()
 {
     return $this->originalFile->getCombinedIdentifier();
 }