Interface Xyster_Acl_Authorizer_Interface

Description

Interface for classes that dynamically determine rules for an ACL

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • license: New BSD License

Located in /Acl/Authorizer/Interface.php (line 24)


	
			
Method Summary
boolean applies ( $resource)
boolean isAllowed ([ $role = null], [ $resource = null], [string $privilege = null])
Methods
applies (line 32)

Checks to see if this authorizer can issue rules for the resource

boolean applies ( $resource)
  • Zend_Acl_Resource_Interface $resource
isAllowed (line 42)

Builds a rule for a role's access to a resource with a privilege

boolean isAllowed ([ $role = null], [ $resource = null], [string $privilege = null])
  • Zend_Acl_Role_Interface $role
  • Zend_Acl_Resource_Interface $resource
  • string $privilege

Documentation generated on Mon, 19 May 2008 17:07:24 -0400 by phpDocumentor 1.4.2