| Total Complexity | 5 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class AdminSectionSettings implements IIconSection { |
||
| 17 | public function __construct( |
||
| 21 | } |
||
| 22 | |||
| 23 | public function getID(): string { |
||
| 24 | return 'twofactor_gateway'; |
||
| 25 | } |
||
| 26 | |||
| 27 | public function getName(): string { |
||
| 28 | return $this->l->t('Two-Factor Gateway'); |
||
| 29 | } |
||
| 30 | |||
| 31 | public function getPriority(): int { |
||
| 33 | } |
||
| 34 | |||
| 35 | public function getIcon(): string { |
||
| 39 |