NullMessage
in package
implements
MessageInterface
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $decoratedMessage : mixed
Methods
- __construct() : mixed
- getOptions() : MessageOptionsInterface|null
- getRecipientId() : string|null
- getSubject() : string
- getTransport() : string|null
Properties
$decoratedMessage
private
mixed
$decoratedMessage
Methods
__construct()
public
__construct(MessageInterface $message) : mixed
Parameters
- $message : MessageInterface
getOptions()
public
getOptions() : MessageOptionsInterface|null
Return values
MessageOptionsInterface|nullgetRecipientId()
public
getRecipientId() : string|null
Return values
string|nullgetSubject()
public
getSubject() : string
Return values
stringgetTransport()
public
getTransport() : string|null