LoginController
extends AbstractController
Table of Contents
-
$cache
: mixed
-
$dispatcher
: mixed
-
$sessionHttp
: mixed
-
$settings
: mixed
-
$tools
: mixed
-
$translator
: mixed
-
__construct()
: mixed
-
logout()
: mixed
$cache
private
mixed
$cache
$dispatcher
private
mixed
$dispatcher
$sessionHttp
private
mixed
$sessionHttp
$settings
private
mixed
$settings
private
mixed
$tools
$translator
private
mixed
$translator
__construct()
public
__construct(EventDispatcherInterface $eventDispatcher, TranslatorInterface $translator, Tool $tools, Settings $settings, CacheInterface $cacheApp, SessionInterface $session) : mixed
Parameters
-
$eventDispatcher
: EventDispatcherInterface
-
-
$translator
: TranslatorInterface
-
-
$tools
: Tool
-
-
$settings
: Settings
-
-
$cacheApp
: CacheInterface
-
-
$session
: SessionInterface
-
Return values
mixed
—
logout()
public
logout() : mixed
Return values
mixed
—