SentStamp
in package
implements
NonSendableStampInterface
FinalYes
Marker stamp identifying a message sent by the `SendMessageMiddleware`.
Tags
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
$senderClass
private
string
$senderClass
Methods
__construct()
public
__construct(string $senderClass[, string $senderAlias = null ]) : mixed
Parameters
- $senderClass : string
- $senderAlias : string = null
getSenderAlias()
public
getSenderAlias() : string|null
Return values
string|nullgetSenderClass()
public
getSenderClass() : string