AboutController
extends AbstractController
Table of Contents
-
$bundles
: array<string|int, mixed>
-
$cache
: CacheInterface
-
$dateTime
: DateTime
-
$dispatcher
: EventDispatcherInterface
-
$navigation
: Navigation
-
$settings
: Settings
-
__construct()
: mixed
-
bundles()
: Response
-
index()
: Response
-
license()
: mixed
-
modules()
: mixed
-
setBundles()
: void
-
setup()
: mixed
-
renderAbout()
: Response
$bundles
private
array<string|int, mixed>
$bundles
= []
$cache
private
CacheInterface
$cache
$dateTime
private
DateTime
$dateTime
$dispatcher
private
EventDispatcherInterface
$dispatcher
$navigation
private
Navigation
$navigation
$settings
private
Settings
$settings
__construct()
public
__construct(EventDispatcherInterface $eventDispatcher, Settings $settings, CacheInterface $coreLotgdCache, DateTime $dateTime, Navigation $navigation) : mixed
Parameters
-
$eventDispatcher
: EventDispatcherInterface
-
-
$settings
: Settings
-
-
$coreLotgdCache
: CacheInterface
-
-
$dateTime
: DateTime
-
-
$navigation
: Navigation
-
Return values
mixed
—
bundles()
public
bundles() : Response
Return values
Response
—
index()
public
index(Request $request) : Response
Parameters
-
$request
: Request
-
Return values
Response
—
license()
public
license() : mixed
Return values
mixed
—
modules()
public
modules() : mixed
Return values
mixed
—
setBundles()
public
setBundles(array<string|int, mixed> $bundles) : void
Parameters
-
$bundles
: array<string|int, mixed>
-
Return values
void
—
setup()
public
setup() : mixed
Return values
mixed
—
renderAbout()
private
renderAbout(array<string|int, mixed> $params) : Response
Parameters
-
$params
: array<string|int, mixed>
-
Return values
Response
—