| 1 | <?php |
||
| 18 | class HttpJsonApi extends AbstractExercise implements ExerciseInterface, CgiExercise |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | public function getName() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | public function getDescription() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @return RequestInterface[] |
||
| 38 | */ |
||
| 39 | public function getRequests() |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @return ExerciseType |
||
| 52 | */ |
||
| 53 | public function getType() |
||
| 57 | } |
||
| 58 |