UserLoggedInEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $isTokenLogin : bool
- $loginName : string
- $password : string|null
- $propagationStopped : bool
- $user : IUser
Methods
- __construct() : mixed
- Compatibility constructor
- getLoginName() : string
- getPassword() : string|null
- getUid() : string
- getUser() : IUser
- isPropagationStopped() : bool
- {@inheritDoc}
- isTokenLogin() : bool
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$isTokenLogin
private
bool
$isTokenLogin
$loginName
private
string
$loginName
$password
private
string|null
$password
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$user
private
IUser
$user
Methods
__construct()
Compatibility constructor
public
__construct(IUser $user, string $loginName, string|null $password, bool $isTokenLogin) : mixed
Parameters
- $user : IUser
- $loginName : string
- $password : string|null
- $isTokenLogin : bool
Tags
getLoginName()
public
getLoginName() : string
Tags
Return values
stringgetPassword()
public
getPassword() : string|null
Tags
Return values
string|nullgetUid()
public
getUid() : string
Tags
Return values
stringgetUser()
public
getUser() : IUser
Tags
Return values
IUserisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolisTokenLogin()
public
isTokenLogin() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void