Documentation

RegistrationsController
in package
implements IController

Table of Contents

Interfaces

IController

Properties

$authComponent  : AuthComponent
$digitalRegistrationRemoteService  : DigitalRegistrationRemoteService
$registrationMapper  : RegistrationMapper
$response  : Response
$userVatRepository  : UserVatRepository

Methods

__construct()  : mixed
DigitalRegistrationController constructor.
getRegistrationsAction()  : mixed

Properties

Methods

__construct()

DigitalRegistrationController constructor.

public __construct(DigitalRegistrationRemoteService $digitalRegistrationRemoteService, RegistrationMapper $registrationMapper, AuthComponent $authComponent, UserVatRepository $userVatRepository, Response $response) : mixed
Parameters
$digitalRegistrationRemoteService : DigitalRegistrationRemoteService
$registrationMapper : RegistrationMapper
$authComponent : AuthComponent
$userVatRepository : UserVatRepository
$response : Response

        
On this page

Search results