Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class NotebookTeacher extends AbstractPlugin |
||
9 | { |
||
10 | public function getTitle(): string |
||
11 | { |
||
12 | return 'notebookteacher'; |
||
13 | } |
||
14 | |||
15 | public function getLink(): string |
||
16 | { |
||
17 | return '/plugin/notebookteacher/start.php'; |
||
18 | } |
||
19 | |||
20 | public function getIcon(): string |
||
23 | } |
||
24 | |||
25 | public function getTitleToShow(): string |
||
30 |