PostFeature
implements
RequestHandlerInterface
Interfaces, Classes and Traits
- RequestHandlerInterface
Table of Contents
-
$createFeature
: CreateFeature
-
$responseFactory
: ResponseFactoryInterface
-
__construct()
: mixed
-
handle()
: ResponseInterface
$createFeature
private
CreateFeature
$createFeature
$responseFactory
private
ResponseFactoryInterface
$responseFactory
__construct()
public
__construct(CreateFeature $createFeature, ResponseFactoryInterface $responseFactory) : mixed
Parameters
-
$createFeature
: CreateFeature
-
-
$responseFactory
: ResponseFactoryInterface
-
Return values
mixed
—
handle()
public
handle(ServerRequestInterface $request) : ResponseInterface
Parameters
-
$request
: ServerRequestInterface
-
Return values
ResponseInterface
—