Role Interface Reference

Detailed Description

Role is the interface for user roles.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 18 of file Role.php.

+ Inheritance diagram for Role:

Public Member Functions

 setName ($name)
 
 getName ()
 

Member Function Documentation

setName (   $name)

Set the name of the role.

Parameters
$nameThe name of the role.

Implemented in AbstractRole.

getName ( )

Get name of the role.

Returns
The name of the role.

Implemented in AbstractRole.