Class GenericRole

Summary

Fully Qualified Name: Zend\Permissions\Acl\Role\GenericRole
Implements: RoleInterface

Description

Methods

Name Description Defined By
__construct() Sets the Role identifier GenericRole
__toString() Defined by RoleInterface; returns the Role identifier Proxies to getRoleId() GenericRole
getRoleId() Defined by RoleInterface; returns the Role identifier GenericRole

Method Details

__construct()

Sets the Role identifier

Parameter Name Type Description
$roleId string

Returns:

__toString()

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

Returns: string

getRoleId()

Defined by RoleInterface; returns the Role identifier

Returns: string

Top