InviteDoctorAction
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- __invoke() : ResponseInterface
Properties
$patientsRepository
private
PatientsRepository
$patientsRepository
$repository
private
UserRepository
$repository
$responder
private
Responder
$responder
Methods
__construct()
public
__construct(UserRepository $repository, Responder $responder, PatientsRepository $patientsRepository) : mixed
Parameters
- $repository : UserRepository
- $responder : Responder
- $patientsRepository : PatientsRepository
__invoke()
public
__invoke(ServerRequestInterface $request, ResponseInterface $response) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $response : ResponseInterface