class SendTestMailController implements RequestHandlerInterface

Properties

protected $mailer
protected $translator

Methods

__construct(Mailer $mailer, TranslatorInterface $translator)

No description

ResponseInterface
handle(ServerRequestInterface $request)

No description

Details

__construct(Mailer $mailer, TranslatorInterface $translator)

Parameters

Mailer $mailer
TranslatorInterface $translator

ResponseInterface handle(ServerRequestInterface $request)

Parameters

ServerRequestInterface $request

Return Value

ResponseInterface