Class Xyster_Acl_Role_Provider

Description

Implements interfaces:

Default provider for authentication to authorization

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

Located in /Acl/Role/Provider.php (line 32)


	
			
Method Summary
Zend_Acl_Role_Interface getRole (mixed $identity)
array getRoleParents ( $role)
Methods
getRole (line 40)

Gets a Zend_Acl_Role_Interface based on the identity provided

  • return: The role to which this identity corresponds
  • access: public
Zend_Acl_Role_Interface getRole (mixed $identity)
  • mixed $identity: An identity as provided by Zend_Auth

Implementation of:
Xyster_Acl_Role_Provider_Interface::getRole()
Gets a Zend_Acl_Role_Interface based on the identity provided
getRoleParents (line 51)

Gets the parent roles for the provided role

  • return: An array of Zend_Acl_Role_Interface objects
  • access: public
array getRoleParents ( $role)
  • Zend_Acl_Role_Interface $role

Implementation of:
Xyster_Acl_Role_Provider_Interface::getRoleParents()
Gets the parent roles for the provided role

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