DemoAccountController
in package
implements
IController
FinalYes
Table of Contents
Interfaces
Properties
- $auth : AuthComponent
- $demoAccountCreateService : DemoAccountCreateService
- $entityManager : EntityManager
- $request : Request
- $response : JsonResponse
Methods
- __construct() : mixed
- deleteAction() : mixed
- initGenerationAction() : mixed
- listAction() : mixed
Properties
$auth
private
AuthComponent
$auth
$demoAccountCreateService
private
DemoAccountCreateService
$demoAccountCreateService
$entityManager
private
EntityManager
$entityManager
$request
private
Request
$request
$response
private
JsonResponse
$response
Methods
__construct()
public
__construct(Request $request, Response $response, DemoAccountCreateService $demoAccountCreateService, EntityManager $entityManager, AuthComponent $auth) : mixed
Parameters
- $request : Request
- $response : Response
- $demoAccountCreateService : DemoAccountCreateService
- $entityManager : EntityManager
- $auth : AuthComponent
deleteAction()
public
deleteAction() : mixed
initGenerationAction()
public
initGenerationAction() : mixed
listAction()
public
listAction() : mixed