PHP Class FOS\UserBundle\Security\InteractiveLoginListener

Datei anzeigen Open project: KnpLabs/KnpUserBundle

Protected Properties

Property Type Description
$userManager

Public Methods

Method Description
__construct ( FOS\UserBundle\Model\UserManagerInterface $userManager )
listenToInteractiveLogin ( Symfony\Component\EventDispatcher\Event $event )

Method Details

__construct() public method

public __construct ( FOS\UserBundle\Model\UserManagerInterface $userManager )
$userManager FOS\UserBundle\Model\UserManagerInterface

listenToInteractiveLogin() public method

public listenToInteractiveLogin ( Symfony\Component\EventDispatcher\Event $event )
$event Symfony\Component\EventDispatcher\Event

Property Details

$userManager protected_oe property

protected $userManager