| 1 | <?php |
||
| 10 | class DummyAdapter extends BaseMessageAdapter implements MessageAdapterInterface |
||
| 11 | { |
||
| 12 | public function format(NotificationInterface $notification) |
||
| 22 | |||
| 23 | public function dispatch(MessageInterface $message) |
||
| 27 | |||
| 28 | public function getChannelName() |
||
| 32 | |||
| 33 | public function getConfiguration() |
||
| 37 | } |