Add exif method to record interface

This commit is contained in:
Nicolas Le Goff
2014-12-02 16:35:50 +01:00
parent 6b7b012b6c
commit 552bb88d4e
2 changed files with 10 additions and 2 deletions

View File

@@ -57,4 +57,7 @@ interface RecordInterface
/** @return string */
public function getStatus();
/** @return ArrayCollection */
public function getExif();
}