Symfony2 API
Class

Symfony\Component\Security\Acl\Voter\FieldVote

class FieldVote

This class is a lightweight wrapper around field vote requests which does not violate any interface contracts.

Methods

__construct($domainObject, $field)

getDomainObject()

getField()

Details

at line 25
public __construct($domainObject, $field)

Parameters

$domainObject
$field

at line 31
public getDomainObject()

at line 36
public getField()