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 FieldEntryInterface

Interface for entries which are restricted to specific fields

Symfony\Component\Security\Acl\Model\FieldEntryInterface implements Symfony\Component\Security\Acl\Model\EntryInterface
Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at FieldEntryInterface.php
Methods summary
public string
# getField( )

Returns the field used for this entry.

Returns the field used for this entry.

Returns

string
Methods inherited from Symfony\Component\Security\Acl\Model\EntryInterface
getAcl(), getId(), getMask(), getSecurityIdentity(), getStrategy(), isGranting()
Methods inherited from Serializable
serialize(), unserialize()
Arbiter API documentation generated by ApiGen 2.8.0