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