1 | <?php |
||
17 | class WizardService extends AbstractService |
||
18 | { |
||
19 | /** |
||
20 | * Get the wizard button with the given URI. |
||
21 | * |
||
22 | * @param string $uri |
||
23 | * @param string $additionalClass |
||
24 | * |
||
25 | * @return string |
||
26 | */ |
||
27 | public function getWizardButton(string $uri = '', string $additionalClass = '') |
||
39 | |||
40 | /** |
||
41 | * Get the wizard icon. |
||
42 | * |
||
43 | * @return string |
||
44 | */ |
||
45 | protected function getWizardIcon(): string |
||
57 | } |
||
58 |