BeforeTemplateRenderedEvent
extends Event
in package
Emitted before the rendering step of the public profile page happens.
Tags
Table of Contents
Properties
- $propagationStopped : bool
- $userId : string
Methods
- __construct() : mixed
- Compatibility constructor
- getUserId() : string
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$userId
private
string
$userId
Methods
__construct()
Compatibility constructor
public
__construct(string $userId) : mixed
Parameters
- $userId : string
Tags
getUserId()
public
getUserId() : 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