Project Versions

Table Of Contents

Previous topic

Interface Phalcon\Acl\ResourceInterface

Next topic

Interface Phalcon\Cache\BackendInterface

This Page

Interface Phalcon\Acl\RoleInterface

Phalcon\Acl\RoleInterface initializer

Methods

abstract public __construct (string $name, string $description)

Phalcon\Acl\Role constructor

abstract public string getName ()

Returns the role name

abstract public string getDescription ()

Returns role description

abstract public string __toString ()

Magic method __toString