mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Declared function hasIdentity public
This commit is contained in:
@@ -21,6 +21,11 @@ interface RequestedEntityInterface extends EntityInterface, SlugAttributInterfac
|
||||
*/
|
||||
public function setIdentity($identity): void;
|
||||
|
||||
/**
|
||||
* @return bool True if an identity attribut is defined
|
||||
*/
|
||||
public function hasIdentity(): bool;
|
||||
|
||||
/**
|
||||
* @return EntityInterface
|
||||
*/
|
||||
|
Reference in New Issue
Block a user