PHP 클래스 eZ\Publish\Core\MVC\Symfony\Controller\SecurityController

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$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