| 1 | <?php |
||
| 19 | class AddressingStep extends SymfonyPage implements AddressingStepInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function fillAddressingDetails(array $addressingDetails) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | public function continueCheckout() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @return string |
||
| 47 | */ |
||
| 48 | protected function getRouteName() |
||
| 52 | } |
||
| 53 |