BioController
extends AbstractController
Table of Contents
-
TRANSLATION_DOMAIN
= 'page_bio'
-
$dispatcher
: mixed
-
$navigation
: mixed
-
$response
: mixed
-
$sanitize
: mixed
-
$translator
: mixed
-
__construct()
: mixed
-
index()
: Response
TRANSLATION_DOMAIN
public
mixed
TRANSLATION_DOMAIN
= 'page_bio'
$dispatcher
private
mixed
$dispatcher
$navigation
private
mixed
$navigation
$response
private
mixed
$response
$sanitize
private
mixed
$sanitize
$translator
private
mixed
$translator
__construct()
public
__construct(EventDispatcherInterface $dispatcher, TranslatorInterface $translator, Navigation $navigation, Response $response, Sanitize $sanitize) : mixed
Parameters
-
$dispatcher
: EventDispatcherInterface
-
-
$translator
: TranslatorInterface
-
-
$navigation
: Navigation
-
-
$response
: Response
-
-
$sanitize
: Sanitize
-
Return values
mixed
—
index()
public
index(Request $request) : Response
Parameters
-
$request
: Request
-
Return values
Response
—