| 1 | <?php |
||
| 19 | class SecurityStep extends SymfonyPage implements SecurityStepInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function logInAsExistingUser($login, $password) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | public function proceedAsGuest($email) |
||
| 47 | |||
| 48 | /** |
||
| 49 | * {@inheritdoc} |
||
| 50 | */ |
||
| 51 | protected function getRouteName() |
||
| 55 | } |
||
| 56 |