Interface ObjectIdentityInterface
Represents the identity of an individual domain object instance.
Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at ObjectIdentityInterface.php
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at ObjectIdentityInterface.php
public
boolean
|
#
equals(
We specifically require this method so we can check for object equality explicitly, and do not have to rely on referencial equality instead. |
public
string
|
#
getIdentifier( )
Obtains a unique identifier for this object. The identifier must not be re-used for other objects with the same type. |
public
string
|