| 1 | <?php |
||
| 20 | class MangoPayWebhookEvent extends Event |
||
| 21 | { |
||
| 22 | const NAME = 'partfire.mangopay.new_webhook'; |
||
| 23 | |||
| 24 | private $output; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return mixed |
||
| 28 | */ |
||
| 29 | public function getOutput() : CommonOutputInterface |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @param mixed $output |
||
| 36 | */ |
||
| 37 | public function setOutput(CommonOutputInterface $output) |
||
| 41 | |||
| 42 | } |