From e3e7201700630433665c852ef0dfb4e8002bcb93 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Wed, 15 Oct 2014 18:39:38 +0200 Subject: [PATCH] Update Record Interface --- .../Model/Entities/RecordInterface.php | 42 +++---------------- 1 file changed, 5 insertions(+), 37 deletions(-) diff --git a/lib/Alchemy/Phrasea/Model/Entities/RecordInterface.php b/lib/Alchemy/Phrasea/Model/Entities/RecordInterface.php index 0a1341d20e..23522952d9 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/RecordInterface.php +++ b/lib/Alchemy/Phrasea/Model/Entities/RecordInterface.php @@ -98,16 +98,6 @@ interface RecordInterface */ public function setSha256($sha256); - /** - * @return mixed - */ - public function getTitle(); - - /** - * @param mixed $title - */ - public function setTitle($title); - /** * @return mixed */ @@ -138,35 +128,13 @@ interface RecordInterface */ public function setUuid($uuid); + /** + * @param $status + */ + public function setStatus($status); /** * @return mixed */ - public function getExif(); - - /** - * @param mixed $exif - */ - public function setExif(ArrayCollection $exif); - - /** - * @return mixed - */ - public function getCaption(); - - /** - * @param mixed $caption - */ - public function setCaption(ArrayCollection $caption); - - - /** - * @return mixed - */ - public function getSubdefs(); - - /** - * @param mixed $subdefs - */ - public function setSubdefs(ArrayCollection $subdefs); + public function getStatus(); } \ No newline at end of file