Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class Method implements AuthenticationMethodInterface |
||
8 | { |
||
9 | /** |
||
10 | * Return the authenticator interface that is used to start and verify login attempts with this method |
||
11 | * |
||
12 | * @return AuthenticatorInterface |
||
13 | */ |
||
14 | public function getAuthenticator() |
||
17 | } |
||
18 | |||
19 | public function getRegistrar() |
||
24 |