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
string getObjectIdentifier()
Returns a unique identifier for this domain object.
Please login to continue.