ShadesController
extends AbstractController
Table of Contents
-
$dispatcher
: mixed
-
$navigation
: mixed
-
$response
: mixed
-
__construct()
: mixed
-
index()
: Response
$dispatcher
private
mixed
$dispatcher
$navigation
private
mixed
$navigation
$response
private
mixed
$response
__construct()
public
__construct(EventDispatcherInterface $eventDispatcher, Response $response, Navigation $navigation) : mixed
Parameters
-
$eventDispatcher
: EventDispatcherInterface
-
-
$response
: Response
-
-
$navigation
: Navigation
-
Return values
mixed
—
index()
public
index(Request $request) : Response
Parameters
-
$request
: Request
-
Return values
Response
—