RockController
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, Navigation $navigation, Response $response) : mixed
Parameters
-
$eventDispatcher
: EventDispatcherInterface
-
-
$navigation
: Navigation
-
-
$response
: Response
-
Return values
mixed
—
index()
public
index() : Response
Return values
Response
—