mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Deprecated get_uuid in favor of getUuid
This commit is contained in:
@@ -127,8 +127,14 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* @deprecated use {@link getUuid} instead.
|
||||
*/
|
||||
public function get_uuid()
|
||||
{
|
||||
return $this->getUuid();
|
||||
}
|
||||
|
||||
public function getUuid()
|
||||
{
|
||||
return $this->uuid;
|
||||
}
|
||||
@@ -1828,12 +1834,6 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
|
||||
return $this->get_type();
|
||||
}
|
||||
|
||||
/** {@inheritdoc} */
|
||||
public function getUuid()
|
||||
{
|
||||
return $this->get_uuid();
|
||||
}
|
||||
|
||||
/** {@inheritdoc} */
|
||||
public function getId()
|
||||
{
|
||||
|
Reference in New Issue
Block a user