Class Zend_Acl_Role

Description

Implements interfaces:

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Acl/Role.php (line 35)


	
			
Variable Summary
 string $_roleId
Method Summary
 void __construct ( $roleId, string $id)
 string getRoleId ()
 string __toString ()
Variables
string $_roleId (line 42)

Unique id of Role

  • access: protected
Methods
Constructor __construct (line 50)

Sets the Role identifier

  • access: public
void __construct ( $roleId, string $id)
  • string $id
  • $roleId
getRoleId (line 60)

Defined by Zend_Acl_Role_Interface; returns the Role identifier

  • access: public
string getRoleId ()

Implementation of:
Zend_Acl_Role_Interface::getRoleId()
Returns the string identifier of the Role
__toString (line 71)

Defined by Zend_Acl_Role_Interface; returns the Role identifier Proxies to getRoleId()

  • access: public
string __toString ()

Documentation generated on Mon, 21 Jun 2010 15:42:47 -0400 by phpDocumentor 1.4.3