Source for file IAuthorizator.php
Documentation is available at IAuthorizator.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Authorizator checks if a given role has authorization
- 17: * to access a given resource.
- 18: *
- 21: */
- 23: {
- 24: /** Set type: all */
- 27: /** Permission type: allow */
- 30: /** Permission type: deny */
- 34: /**
- 35: * Performs a role-based authorization.
- 40: */
- 43: }