PHP FOS\UserBundle\Model Namespace

Interfaces

Name Description
GroupInterface
GroupManagerInterface Interface to be implemented by group managers. This adds an additional level of abstraction between your application, and the actual repository.
UserInterface
UserManagerInterface Interface to be implemented by user managers. This adds an additional level of abstraction between your application, and the actual repository.

Classes

Name Description
Group
GroupManager Abstract Group Manager implementation which can be used as base class for your concrete manager.
User Storage agnostic user object
UserManager Abstract User Manager implementation which can be used as base class for your concrete manager.