| 1 | <?php  | 
            ||
| 19 | class CheckoutSecurityStep extends SymfonyPage  | 
            ||
| 20 | { | 
            ||
| 21 | /**  | 
            ||
| 22 |      * {@inheritdoc} | 
            ||
| 23 | */  | 
            ||
| 24 | public function getRouteName()  | 
            ||
| 28 | |||
| 29 | /**  | 
            ||
| 30 | * @param string $login  | 
            ||
| 31 | * @param string $password  | 
            ||
| 32 | */  | 
            ||
| 33 | public function logInAsExistingUser($login, $password)  | 
            ||
| 45 | |||
| 46 | /**  | 
            ||
| 47 | * @param string $email  | 
            ||
| 48 | */  | 
            ||
| 49 | public function proceedAsGuest($email)  | 
            ||
| 56 | }  | 
            ||
| 57 |