Interface IAuthorizator
Authorizator checks if a given role has authorization to access a given resource.
Direct known implementers
Nette\Security\Permission
Namespace: Nette\Security
Author: David Grudl
Located at vendor/nette/nette/Nette/Security/IAuthorizator.php
Author: David Grudl
Located at vendor/nette/nette/Nette/Security/IAuthorizator.php
public
boolean
|
mixed |
ALL
|
NULL |
#
Set type: all |
boolean |
ALLOW
|
TRUE |
#
Permission type: allow |
boolean |
DENY
|
FALSE |
#
Permission type: deny |