| 1 | <?php |
||
| 23 | class TestNotification extends AbstractNotification { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Constructor. |
||
| 27 | */ |
||
| 28 | public function __construct() { |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritDoc} |
||
| 34 | */ |
||
| 35 | public function setContent(string $content): NotificationInterface { |
||
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritDoc} |
||
| 41 | */ |
||
| 42 | public function setType(string $type): NotificationInterface { |
||
| 45 | } |
||
| 46 |