1 | <?php |
||
13 | class JsonOutput extends AbstractOutput |
||
14 | { |
||
15 | private $schema; |
||
16 | |||
17 | 15 | public function __construct(int $code, string $schema, string $description = '') |
|
22 | |||
23 | 15 | public function validate(ResponseInterface $response): ValidationResultInterface |
|
37 | |||
38 | public function getSchema(): string |
||
42 | } |
||
43 |