PHP Class Sylius\Bundle\UiBundle\Controller\SecurityController

Author: Paweł Jędrzejewski ([email protected])
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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

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

loginAction() public méthode

public loginAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
Résultat Symfony\Component\HttpFoundation\Response

logoutAction() public méthode

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