PHP 클래스 Sylius\Bundle\UiBundle\Controller\SecurityController

저자: Paweł Jędrzejewski ([email protected])
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils, Symfony\Component\Form\FormFactoryInterface $formFactory, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templatingEngine )
checkAction ( Request $request )
loginAction ( Request $request ) : Response
logoutAction ( Request $request )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils, Symfony\Component\Form\FormFactoryInterface $formFactory, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templatingEngine )
$authenticationUtils Symfony\Component\Security\Http\Authentication\AuthenticationUtils
$formFactory Symfony\Component\Form\FormFactoryInterface
$templatingEngine Symfony\Bundle\FrameworkBundle\Templating\EngineInterface

checkAction() 공개 메소드

public checkAction ( Request $request )
$request Symfony\Component\HttpFoundation\Request

loginAction() 공개 메소드

public loginAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\Response

logoutAction() 공개 메소드

public logoutAction ( Request $request )
$request Symfony\Component\HttpFoundation\Request