InteractiveLoginEvent
extends Event
in package
Tags
Table of Contents
- $authenticationToken : mixed
- $propagationStopped : mixed
- $request : mixed
- __construct() : mixed
- getAuthenticationToken() : TokenInterface
- Gets the authentication token.
- getRequest() : Request
- Gets the request.
- isPropagationStopped() : bool
- stopPropagation() : mixed
Properties
$authenticationToken
private
mixed
$authenticationToken
$propagationStopped
private
mixed
$propagationStopped
= false
$request
private
mixed
$request
Methods
__construct()
public
__construct(Request $request, TokenInterface $authenticationToken) : mixed
Parameters
- $request : Request
- $authenticationToken : TokenInterface
Return values
mixed —getAuthenticationToken()
Gets the authentication token.
public
getAuthenticationToken() : TokenInterface
Return values
TokenInterface —A TokenInterface instance
getRequest()
Gets the request.
public
getRequest() : Request
Return values
Request —A Request instance
isPropagationStopped()
public
isPropagationStopped() : bool
Tags
Return values
bool —Whether propagation was already stopped for this event
stopPropagation()
public
stopPropagation() : mixed