PHP Class eZ\Publish\Core\MVC\Symfony\Controller\SecurityController

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$authenticationUtils Symfony\Component\Security\Http\Authentication\AuthenticationUtils
$configResolver eZ\Publish\Core\MVC\ConfigResolverInterface
$templateEngine Symfony\Component\Templating\EngineInterface

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Templating\EngineInterface $templateEngine, eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver, Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils )
loginAction ( )

Method Details

__construct() public méthode

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 méthode

public loginAction ( )

Property Details

$authenticationUtils protected_oe property

protected AuthenticationUtils,Symfony\Component\Security\Http\Authentication $authenticationUtils
Résultat Symfony\Component\Security\Http\Authentication\AuthenticationUtils

$configResolver protected_oe property

protected ConfigResolverInterface,eZ\Publish\Core\MVC $configResolver
Résultat eZ\Publish\Core\MVC\ConfigResolverInterface

$templateEngine protected_oe property

protected EngineInterface,Symfony\Component\Templating $templateEngine
Résultat Symfony\Component\Templating\EngineInterface