mediatekformation

MessageEvent extends Event
in package

Allows the transformation of a Message and the Envelope before the email is sent.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

$envelope  : mixed
$message  : mixed
$propagationStopped  : mixed
$queued  : mixed
$transport  : mixed
__construct()  : mixed
getEnvelope()  : Envelope
getMessage()  : RawMessage
getTransport()  : string
isPropagationStopped()  : bool
isQueued()  : bool
setEnvelope()  : void
setMessage()  : void
stopPropagation()  : mixed

Properties

$propagationStopped

private mixed $propagationStopped = false

Methods

__construct()

public __construct(RawMessage $message, Envelope $envelope, string $transport[, bool $queued = false ]) : mixed
Parameters
$message : RawMessage
$envelope : Envelope
$transport : string
$queued : bool = false
Return values
mixed

getTransport()

public getTransport() : string
Return values
string

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

isQueued()

public isQueued() : bool
Return values
bool

stopPropagation()

public stopPropagation() : mixed
Tags
deprecated

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

Return values
mixed

Search results