| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class Method implements MethodInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Return the LoginHandler that is used to start and verify login attempts with this method |
||
| 13 | * |
||
| 14 | * @return LoginHandlerInterface |
||
| 15 | */ |
||
| 16 | public function getLoginHandler() |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Return the RegisterHandler that is used to perform registrations with this method |
||
| 23 | * |
||
| 24 | * @return RegisterHandlerInterface |
||
| 25 | */ |
||
| 26 | public function getRegisterHandler() |
||
| 31 |