DomainObjectInterface
interface DomainObjectInterface
This method can be implemented by domain objects which you want to store ACLs for if they do not have a getId() method, or getId() does not return a unique identifier.
Methods
string
getObjectIdentifier()
Returns a unique identifier for this domain object.
Details
at line line 28
string
getObjectIdentifier()
Returns a unique identifier for this domain object.