PHP Interface ZfcRbac\Identity\IdentityInterface

Author: Michaël Gallego ([email protected])
Mostra file Open project: zf-commons/zfc-rbac

Public Methods

Method Description
getRoles ( ) : string[] | Rbac\Role\RoleInterface[] Get the list of roles of this identity

Method Details

getRoles() public method

Get the list of roles of this identity
public getRoles ( ) : string[] | Rbac\Role\RoleInterface[]
return string[] | Rbac\Role\RoleInterface[]