1 | <?php |
||
16 | class BabySteps extends AbstractExercise implements ExerciseInterface, CliExercise |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * @return string |
||
21 | */ |
||
22 | public function getName() |
||
26 | |||
27 | /** |
||
28 | * @return string |
||
29 | */ |
||
30 | public function getDescription() |
||
34 | |||
35 | /** |
||
36 | * @return array |
||
37 | */ |
||
38 | public function getArgs() |
||
49 | |||
50 | /** |
||
51 | * @return ExerciseType |
||
52 | */ |
||
53 | public function getType() |
||
57 | } |
||
58 |