PatientDetailAction
in package
FinalYes
Table of Contents
Properties
- $renderer : PhpRenderer
- $repository : PatientsRepository
Methods
- __construct() : mixed
- __invoke() : ResponseInterface
Properties
$renderer
private
PhpRenderer
$renderer
$repository
private
PatientsRepository
$repository
Methods
__construct()
public
__construct(PhpRenderer $renderer, PatientsRepository $repository) : mixed
Parameters
- $renderer : PhpRenderer
- $repository : PatientsRepository
__invoke()
public
__invoke(ServerRequestInterface $request, ResponseInterface $response, array<string|int, mixed> $args) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $response : ResponseInterface
- $args : array<string|int, mixed>