summaryrefslogtreecommitdiffstats
path: root/Core/Authorization/AccessDecisionManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Authorization/AccessDecisionManager.php')
-rw-r--r--Core/Authorization/AccessDecisionManager.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/Core/Authorization/AccessDecisionManager.php b/Core/Authorization/AccessDecisionManager.php
index c1b643e..a8bb5cf 100644
--- a/Core/Authorization/AccessDecisionManager.php
+++ b/Core/Authorization/AccessDecisionManager.php
@@ -30,9 +30,10 @@ class AccessDecisionManager implements AccessDecisionManagerInterface
/**
* Constructor.
*
- * @param VoterInterface[] $voters An array of VoterInterface instances
- * @param string $strategy The vote strategy
- * @param Boolean $allowIfAllAbstainDecisions Whether to grant access if all voters abstained or not
+ * @param VoterInterface[] $voters An array of VoterInterface instances
+ * @param string $strategy The vote strategy
+ * @param Boolean $allowIfAllAbstainDecisions Whether to grant access if all voters abstained or not
+ * @param Boolean $allowIfEqualGrantedDeniedDecisions Whether to grant access if result are equals
*/
public function __construct(array $voters, $strategy = 'affirmative', $allowIfAllAbstainDecisions = false, $allowIfEqualGrantedDeniedDecisions = true)
{