BeforeUserLoggedInWithCookieEvent
extends Event
in package
Emitted before a user is logged in via remember-me cookies.
Tags
Table of Contents
Properties
- $propagationStopped : bool
- $username : string
Methods
- __construct() : mixed
- Compatibility constructor
- getUsername() : string
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$username
private
string
$username
Methods
__construct()
Compatibility constructor
public
__construct(string $username) : mixed
Parameters
- $username : string
Tags
getUsername()
public
getUsername() : string
Tags
Return values
stringisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void