mediatekformation

SwitchUserEvent extends Event
in package

SwitchUserEvent.

Tags
author

Fabien Potencier fabien@symfony.com

final

since Symfony 4.4

Table of Contents

$propagationStopped  : mixed
$request  : mixed
$targetUser  : mixed
$token  : mixed
__construct()  : mixed
getRequest()  : Request
getTargetUser()  : UserInterface
getToken()  : TokenInterface|null
isPropagationStopped()  : bool
setToken()  : mixed
stopPropagation()  : mixed

Properties

$propagationStopped

private mixed $propagationStopped = false

Methods

getRequest()

public getRequest() : Request
Return values
Request

isPropagationStopped()

public isPropagationStopped() : bool
Tags
deprecated

since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead

Return values
bool

Whether propagation was already stopped for this event

stopPropagation()

public stopPropagation() : mixed
Tags
deprecated

since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead

Return values
mixed

Search results