| 1 | <?php  | 
            ||
| 20 | class ShippingStep extends SymfonyPage implements ShippingStepInterface  | 
            ||
| 21 | { | 
            ||
| 22 | /**  | 
            ||
| 23 |      * {@inheritdoc} | 
            ||
| 24 | */  | 
            ||
| 25 | public function selectShippingMethod($shippingMethod)  | 
            ||
| 35 | |||
| 36 | /**  | 
            ||
| 37 |      * {@inheritdoc} | 
            ||
| 38 | */  | 
            ||
| 39 | public function continueCheckout()  | 
            ||
| 43 | |||
| 44 | /**  | 
            ||
| 45 | * @return string  | 
            ||
| 46 | */  | 
            ||
| 47 | protected function getRouteName()  | 
            ||
| 51 | }  | 
            ||
| 52 |