1 | <?php |
||
13 | class SwaggerRequestBody extends Body |
||
14 | { |
||
15 | /** |
||
16 | * @param $body |
||
17 | * @return bool |
||
18 | * @throws GenericSwaggerException |
||
19 | * @throws InvalidDefinitionException |
||
20 | * @throws InvalidRequestException |
||
21 | * @throws NotMatchedException |
||
22 | * @throws RequiredArgumentNotFound |
||
23 | * @throws DefinitionNotFoundException |
||
24 | */ |
||
25 | public function match($body) |
||
42 | } |
||
43 |