NullTransport
in package
implements
TransportInterface
Tags
Table of Contents
Interfaces
Properties
- $dispatcher : mixed
Methods
- __construct() : mixed
- __toString() : string
- send() : SentMessage
- supports() : bool
Properties
$dispatcher
private
mixed
$dispatcher
Methods
__construct()
public
__construct([EventDispatcherInterface $dispatcher = null ]) : mixed
Parameters
- $dispatcher : EventDispatcherInterface = null
__toString()
public
__toString() : string
Return values
stringsend()
public
send(MessageInterface $message) : SentMessage
Parameters
- $message : MessageInterface
Return values
SentMessagesupports()
public
supports(MessageInterface $message) : bool
Parameters
- $message : MessageInterface