Towards managing mapping for file imports.

This commit is contained in:
James Cole
2018-05-06 16:19:29 +02:00
parent 9e3c5fd984
commit a3cbdadb39
11 changed files with 868 additions and 84 deletions

View File

@@ -39,6 +39,13 @@ interface AttachmentHelperInterface
*/
public function getAttachmentLocation(Attachment $attachment): string;
/**
* @param Attachment $attachment
*
* @return string
*/
public function getAttachmentContent(Attachment $attachment): string;
/**
* @return Collection
*/