| 1 | <?php |
||
| 18 | class PasswordChangeModal extends \App\Controller\Modal |
||
| 19 | { |
||
| 20 | /** {@inheritdoc} */ |
||
| 21 | public function checkPermission(): void |
||
| 24 | |||
| 25 | /** {@inheritdoc} */ |
||
| 26 | public function getTitle(): string |
||
| 30 | |||
| 31 | /** {@inheritdoc} */ |
||
| 32 | public function getModalSize(): string |
||
| 36 | |||
| 37 | /** {@inheritdoc} */ |
||
| 38 | public function getModalIcon(): string |
||
| 42 | |||
| 43 | /** {@inheritdoc} */ |
||
| 44 | public function process(): void |
||
| 50 | } |
||
| 51 |