Interface IAuthorizator
Authorizator checks if a given role has authorization to access a given resource.
Direct known implementers
Nette\Security\Permission| 
			
			 public 
			boolean
			
			 | 
		#
		 isAllowed( string $role = Performs a role-based authorization. | 
| 
			
			
		 | 
				ALL
		 | NULL | 
			#
			 Set type: all | 
| 
			
			boolean
		 | 
				ALLOW
		 | TRUE | 
			#
			 Permission type: allow | 
| 
			
			boolean
		 | 
				DENY
		 | FALSE | 
			#
			 Permission type: deny |