| 1 | <?php |
||
| 17 | class AuthenticationFailedCommand extends ResolverCommand |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param AuthenticationFailureEvent $event |
||
| 21 | * @return null|array |
||
| 22 | */ |
||
| 23 | public function resolve($event) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param AuthenticationFailureEvent $event |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | private function getEventDetails(AuthenticationFailureEvent $event) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @return string |
||
| 45 | */ |
||
| 46 | public function getType() |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @return string |
||
| 53 | */ |
||
| 54 | public function getTemplate() |
||
| 58 | } |
||
| 59 |