PHP Class Symfony\Bundle\FrameworkBundle\Security\Authorization\AccessDecisionManager

Author: Fabien Potencier ([email protected])
Inheritance: extends Symfony\Component\Security\Authorization\AccessDecisionManager
Mostrar archivo Open project: pmjones/php-framework-benchmarks

Public Methods

Method Description
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, string $strategy = 'affirmative', boolean $allowIfAllAbstainDecisions = false, $allowIfEqualGrantedDeniedDecisions = true ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, string $strategy = 'affirmative', boolean $allowIfAllAbstainDecisions = false, $allowIfEqualGrantedDeniedDecisions = true )
$container Symfony\Component\DependencyInjection\ContainerInterface
$strategy string The vote strategy
$allowIfAllAbstainDecisions boolean Whether to grant access if all voters abstained or not