1 | <?php |
||
19 | class AccessActivityHistoryModal extends \App\Controller\Modal |
||
20 | { |
||
21 | /** {@inheritdoc} */ |
||
22 | public function checkPermission(): void |
||
25 | |||
26 | /** {@inheritdoc} */ |
||
27 | public function getTitle(): string |
||
31 | |||
32 | /** {@inheritdoc} */ |
||
33 | public function getModalIcon(): string |
||
37 | |||
38 | /** {@inheritdoc} */ |
||
39 | public function process(): void |
||
44 | } |
||
45 |