BeforeUserCreatedEvent
extends Event
in package
Emitted before a new user is created on the back-end.
Tags
Table of Contents
Properties
- $password : string
- $propagationStopped : bool
- $uid : string
Methods
- __construct() : mixed
- Compatibility constructor
- getPassword() : string
- getUid() : string
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$password
private
string
$password
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$uid
private
string
$uid
Methods
__construct()
Compatibility constructor
public
__construct(string $uid, string $password) : mixed
Parameters
- $uid : string
- $password : string
Tags
getPassword()
public
getPassword() : string
Tags
Return values
stringgetUid()
public
getUid() : 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