1 | <?php |
||
21 | class NextSteps extends AbstractFormzConfiguration |
||
22 | { |
||
23 | /** |
||
24 | * @var \Romm\Formz\Configuration\Form\Step\Step\Step |
||
25 | * @validate NotEmpty |
||
26 | */ |
||
27 | protected $default; |
||
28 | |||
29 | /** |
||
30 | * @return Step |
||
31 | */ |
||
32 | public function getDefault() |
||
36 | |||
37 | /** |
||
38 | * @return Step[] |
||
39 | */ |
||
40 | public function getAllSteps() |
||
44 | } |
||
45 |