Documentation

SentStamp
in package
implements NonSendableStampInterface

FinalYes

Marker stamp identifying a message sent by the `SendMessageMiddleware`.

Tags
see
SendMessageMiddleware
author

Maxime Steinhausser maxime.steinhausser@gmail.com

Table of Contents

Interfaces

NonSendableStampInterface
A stamp that should not be included with the Envelope if sent to a transport.

Properties

$senderAlias  : string|null
$senderClass  : string

Methods

__construct()  : mixed
getSenderAlias()  : string|null
getSenderClass()  : string

Properties

$senderAlias

private string|null $senderAlias

Methods

__construct()

public __construct(string $senderClass[, string $senderAlias = null ]) : mixed
Parameters
$senderClass : string
$senderAlias : string = null

getSenderAlias()

public getSenderAlias() : string|null
Return values
string|null

getSenderClass()

public getSenderClass() : string
Return values
string

        
On this page

Search results