PHP ZfcRbac\Role Namespace

Interfaces

Name Description
RoleProviderInterface A role provider is an object that collect roles from string and convert them to RoleInterface instances

Classes

Name Description
InMemoryRoleProvider Simple role providers that store them in memory (ideal for small websites)
ObjectRepositoryRoleProvider Role provider that uses Doctrine object repository to fetch roles
RoleProviderPluginManager Plugin manager to create role providers