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

string getObjectIdentifier()

Returns a unique identifier for this domain object.

Return Value

string

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/Security/Acl/Model/DomainObjectInterface.html