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

Datei anzeigen Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$authenticationUtils Symfony\Component\Security\Http\Authentication\AuthenticationUtils
$configResolver eZ\Publish\Core\MVC\ConfigResolverInterface
$templateEngine Symfony\Component\Templating\EngineInterface

Public Methods

Method 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 method

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 method

public loginAction ( )

Property Details

$authenticationUtils protected_oe property

protected AuthenticationUtils,Symfony\Component\Security\Http\Authentication $authenticationUtils
return Symfony\Component\Security\Http\Authentication\AuthenticationUtils

$configResolver protected_oe property

protected ConfigResolverInterface,eZ\Publish\Core\MVC $configResolver
return eZ\Publish\Core\MVC\ConfigResolverInterface

$templateEngine protected_oe property

protected EngineInterface,Symfony\Component\Templating $templateEngine
return Symfony\Component\Templating\EngineInterface