| 1 | <?php |
||
| 11 | class JsonContentHandler extends AbstractHandler |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @inheritDoc |
||
| 15 | */ |
||
| 16 | public function __construct($assoc = true, $maxDepth = 512, $options = 0) |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @inheritDoc |
||
| 23 | */ |
||
| 24 | protected function isApplicableMimeType($mime) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @inheritDoc |
||
| 31 | */ |
||
| 32 | protected function throwException($message) |
||
| 36 | } |
||
| 37 |