| 1 | <?php |
||
| 25 | class HttpPostRequest extends HttpRequestAbstract |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * Getting http-request body |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | public function getBody() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Check input according definitions |
||
| 39 | * |
||
| 40 | * @param mixed $definitions |
||
| 41 | * |
||
| 42 | * @throws UnprocessableException |
||
| 43 | */ |
||
| 44 | public function check($definitions) |
||
| 57 | } |
||
| 58 |