1 | <?php |
||
7 | class JsonFormatter implements FormatterInterface |
||
8 | { |
||
9 | /** |
||
10 | * @inheritDoc |
||
11 | */ |
||
12 | 3 | public static function accepts() |
|
16 | |||
17 | /** |
||
18 | * @inheritDoc |
||
19 | */ |
||
20 | 3 | public function type() |
|
24 | |||
25 | /** |
||
26 | * @inheritDoc |
||
27 | */ |
||
28 | 3 | public function body(PayloadInterface $payload) |
|
32 | |||
33 | /** |
||
34 | * @inheritDoc |
||
35 | */ |
||
36 | 3 | protected function options() |
|
40 | } |
||
41 |