Overview

Namespaces

  • PHP
  • ProgrammingAreHard
    • Arbiter
      • Domain
      • Model
  • Symfony
    • Component
      • Security
        • Acl
          • Exception
          • Model
          • Permission
        • Core
          • User

Interfaces

  • AclCacheInterface
  • AclInterface
  • AclProviderInterface
  • AuditableAclInterface
  • AuditableEntryInterface
  • AuditLoggerInterface
  • DomainObjectInterface
  • EntryInterface
  • FieldEntryInterface
  • MutableAclInterface
  • MutableAclProviderInterface
  • ObjectIdentityInterface
  • ObjectIdentityRetrievalStrategyInterface
  • PermissionGrantingStrategyInterface
  • SecurityIdentityInterface
  • SecurityIdentityRetrievalStrategyInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface ObjectIdentityRetrievalStrategyInterface

Retrieves the object identity for a given domain object

Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at ObjectIdentityRetrievalStrategyInterface.php
Methods summary
public Symfony\Component\Security\Acl\Model\ObjectIdentityInterface
# getObjectIdentity( object $domainObject )

Retrieves the object identity from a domain object

Retrieves the object identity from a domain object

Parameters

$domainObject
object
$domainObject

Returns

Symfony\Component\Security\Acl\Model\ObjectIdentityInterface
Arbiter API documentation generated by ApiGen 2.8.0