| 1 | <?php |
||
| 8 | class ChangeEmail extends ProvidesEventsForm |
||
| 9 | { |
||
| 10 | public function __construct($name, AuthenticationOptionsInterface $options) |
||
| 66 | |||
| 67 | /** |
||
| 68 | * Set Authentication-related Options |
||
| 69 | * |
||
| 70 | * @param AuthenticationOptionsInterface $authOptions |
||
| 71 | * @return Login |
||
| 72 | */ |
||
| 73 | public function setAuthenticationOptions(AuthenticationOptionsInterface $authOptions) |
||
| 78 | |||
| 79 | /** |
||
| 80 | * Get Authentication-related Options |
||
| 81 | * |
||
| 82 | * @return AuthenticationOptionsInterface |
||
| 83 | */ |
||
| 84 | public function getAuthenticationOptions() |
||
| 88 | } |
||
| 89 |