Symfony2 API
Interface

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

in EntryInterface at line 29
public AclInterface getAcl()

The ACL this ACE is associated with.

Return Value

AclInterface

in EntryInterface at line 36
public integer getId()

The primary key of this ACE

Return Value

integer

in EntryInterface at line 43
public integer getMask()

The permission mask of this ACE

Return Value

integer

in EntryInterface at line 50
public SecurityIdentityInterface getSecurityIdentity()

The security identity associated with this ACE

in EntryInterface at line 57
public string getStrategy()

The strategy for comparing masks

Return Value

string

in EntryInterface at line 64
public Boolean isGranting()

Returns whether this ACE is granting, or denying

Return Value

Boolean

at line 26
public string getField()

Returns the field used for this entry.

Return Value

string