DragonController
extends AbstractController
Table of Contents
-
$translationDomain
: mixed
-
$translationDomainNavigation
: mixed
-
$buffer
: mixed
-
$creatureFunction
: mixed
-
$dispatcher
: mixed
-
$log
: mixed
-
$navigation
: mixed
-
$response
: mixed
-
$serviceBattle
: mixed
-
$settings
: mixed
-
$tool
: mixed
-
$translator
: mixed
-
__construct()
: mixed
-
enter()
: Response
-
fight()
: Response
-
index()
: Response
-
prologue()
: mixed
-
setLog()
: self
-
setServiceBattle()
: self
-
setTool()
: self
$translationDomain
protected
mixed
$translationDomain
$translationDomainNavigation
protected
mixed
$translationDomainNavigation
$buffer
private
mixed
$buffer
$creatureFunction
private
mixed
$creatureFunction
$dispatcher
private
mixed
$dispatcher
$log
private
mixed
$log
$navigation
private
mixed
$navigation
$response
private
mixed
$response
$serviceBattle
private
mixed
$serviceBattle
$settings
private
mixed
$settings
private
mixed
$tool
$translator
private
mixed
$translator
__construct()
public
__construct(EventDispatcherInterface $dispatcher, TranslatorInterface $translator, Settings $settings, Buffer $buffer, CreatureFunction $creatureFunction, Response $response, Navigation $navigation) : mixed
Parameters
-
$dispatcher
: EventDispatcherInterface
-
-
$translator
: TranslatorInterface
-
-
$settings
: Settings
-
-
$buffer
: Buffer
-
-
$creatureFunction
: CreatureFunction
-
-
$response
: Response
-
-
$navigation
: Navigation
-
Return values
mixed
—
enter()
public
enter(array<string|int, mixed> $params, Request $request) : Response
Parameters
-
$params
: array<string|int, mixed>
-
-
$request
: Request
-
Return values
Response
—
fight()
public
fight(array<string|int, mixed> $params, Request $request) : Response
Parameters
-
$params
: array<string|int, mixed>
-
-
$request
: Request
-
Return values
Response
—
index()
public
index(Request $request) : Response
Parameters
-
$request
: Request
-
Return values
Response
—
prologue()
public
prologue(array<string|int, mixed> $params, Request $request) : mixed
Parameters
-
$params
: array<string|int, mixed>
-
-
$request
: Request
-
Return values
mixed
—
setLog()
public
setLog(Log $log) : self
Parameters
-
$log
: Log
-
-
required
-
Return values
self
—
setServiceBattle()
public
setServiceBattle(Battle $serviceBattle) : self
Parameters
-
$serviceBattle
: Battle
-
-
required
-
Return values
self
—
public
setTool(Tool $tool) : self
Parameters
-
$tool
: Tool
-
-
required
-
Return values
self
—