| 1 | <?php |
||
| 5 | class TransportSendInfrastructure |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @var callable |
||
| 9 | */ |
||
| 10 | private $messageDispatcherFactory; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param callable $messageDispatcherFactory |
||
| 14 | */ |
||
| 15 | 3 | public function __construct(callable $messageDispatcherFactory) |
|
| 19 | |||
| 20 | /** |
||
| 21 | * @return callable |
||
| 22 | */ |
||
| 23 | 1 | public function getMessageDispatcherFactory() |
|
| 27 | } |
||
| 28 |