| 1 | <?php |
||
| 13 | class CheckoutStart implements StepInterface, StaticNavigatorInterface |
||
| 14 | { |
||
| 15 | const NAVIGATOR = 'Checkout\CheckoutStart'; |
||
| 16 | |||
| 17 | protected $theme; |
||
| 18 | protected $instructionNavigator; |
||
| 19 | |||
| 20 | public function __construct( |
||
| 28 | |||
| 29 | public function navigateTo() |
||
| 35 | |||
| 36 | public function execute() |
||
| 41 | |||
| 42 | public function nextAction() |
||
| 46 | |||
| 47 | } |