mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Update Record Interface
This commit is contained in:
@@ -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();
|
||||
}
|
Reference in New Issue
Block a user