W3cubDocs

/Symfony 2.7

Symfony\Component\Security\Acl\Model\FieldEntryInterface

interface FieldEntryInterface implements EntryInterface

Interface for entries which are restricted to specific fields

Methods

AclInterface getAcl()

The ACL this ACE is associated with.

from EntryInterface
integer getId()

The primary key of this ACE

from EntryInterface
integer getMask()

The permission mask of this ACE

from EntryInterface
SecurityIdentityInterface getSecurityIdentity()

The security identity associated with this ACE

from EntryInterface
string getStrategy()

The strategy for comparing masks

from EntryInterface
Boolean isGranting()

Returns whether this ACE is granting, or denying

from EntryInterface
string getField()

Returns the field used for this entry.

Details

public AclInterface getAcl()

The ACL this ACE is associated with.

Return Value

AclInterface

public integer getId()

The primary key of this ACE

Return Value

integer

public integer getMask()

The permission mask of this ACE

Return Value

integer

public SecurityIdentityInterface getSecurityIdentity()

The security identity associated with this ACE

public string getStrategy()

The strategy for comparing masks

Return Value

string

public Boolean isGranting()

Returns whether this ACE is granting, or denying

Return Value

Boolean

public string getField()

Returns the field used for this entry.

Return Value

string

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Security/Acl/Model/FieldEntryInterface.html