Legend of the Green Dragon

AboutController extends AbstractController
in package

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

Properties

Methods

__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

setBundles()

public setBundles(array<string|int, mixed> $bundles) : void
Parameters
$bundles : array<string|int, mixed>
Return values
void

renderAbout()

private renderAbout(array<string|int, mixed> $params) : Response
Parameters
$params : array<string|int, mixed>
Return values
Response

Search results