$entityManager
$entityManager : \Doctrine\ORM\EntityManager
Doctrine entity manager
Class AuthController
Handles basic login/logout requests
$authManager : \AclUser\Service\AuthManager
The AuthManager service that handles logic for this controller
$userManager : \AclUser\Service\UserManager
UserManager Service handles logic related to authorised user
__construct(\Doctrine\ORM\EntityManager $entityManager, \AclUser\Service\AuthManager $authManager, \Zend\Authentication\AuthenticationService $authService, \AclUser\Service\UserManager $userManager)
Instantiate class with injected resources
\Doctrine\ORM\EntityManager | $entityManager | Doctrine entity manager |
\AclUser\Service\AuthManager | $authManager | where the |
\Zend\Authentication\AuthenticationService | $authService | |
\AclUser\Service\UserManager | $userManager |