Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Acl_Role

Zend_Acl
|- class Zend_Acl_Role implements Zend_Acl_Role_Interface
Defined in line 35 of file Acl/Role.php.
CategoryZend
PackageZend_Acl
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Overview

Instance fields$_roleId
Instance methods__construct() getRoleId()

Summary

Instance fields
# $_roleId Unique id of Role
Instance methods
+ __construct() Sets the Role identifier
+ getRoleId() Defined by Zend_Acl_Role_Interface; returns the Role identifier

Details

Instance fields

$_roleId
protected $_roleId
Unique id of Role
Var string

Instance methods

__construct()
public function __construct( $roleId)
Sets the Role identifier
Parameters
$roleId
Returns void
getRoleId()
public function getRoleId( )
Defined by Zend_Acl_Role_Interface; returns the Role identifier
Returns string