PHP Класс eZ\Publish\Core\MVC\Symfony\Controller\SecurityController

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$authenticationUtils Symfony\Component\Security\Http\Authentication\AuthenticationUtils
$configResolver eZ\Publish\Core\MVC\ConfigResolverInterface
$templateEngine Symfony\Component\Templating\EngineInterface

Открытые методы

Метод Описание
__construct ( Symfony\Component\Templating\EngineInterface $templateEngine, eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver, Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils )
loginAction ( )

Описание методов

__construct() публичный Метод

public __construct ( Symfony\Component\Templating\EngineInterface $templateEngine, eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver, Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils )
$templateEngine Symfony\Component\Templating\EngineInterface
$configResolver eZ\Publish\Core\MVC\ConfigResolverInterface
$authenticationUtils Symfony\Component\Security\Http\Authentication\AuthenticationUtils

loginAction() публичный Метод

public loginAction ( )

Описание свойств

$authenticationUtils защищенное свойство

protected AuthenticationUtils,Symfony\Component\Security\Http\Authentication $authenticationUtils
Результат Symfony\Component\Security\Http\Authentication\AuthenticationUtils

$configResolver защищенное свойство

protected ConfigResolverInterface,eZ\Publish\Core\MVC $configResolver
Результат eZ\Publish\Core\MVC\ConfigResolverInterface

$templateEngine защищенное свойство

protected EngineInterface,Symfony\Component\Templating $templateEngine
Результат Symfony\Component\Templating\EngineInterface