Interface PermissionGrantingStrategyInterface
Interface used by permission granting implementations.
Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at PermissionGrantingStrategyInterface.php
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at PermissionGrantingStrategyInterface.php
public
boolean
|
#
isGranted(
Determines whether access to a domain object is to be granted |
public
boolean
|
#
isFieldGranted(
Determines whether access to a domain object's field is to be granted |