Total Complexity | 5 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class Tracking extends AbstractTool implements ToolInterface |
||
10 | { |
||
11 | public function getName(): string |
||
14 | } |
||
15 | |||
16 | public function getNameToShow(): string |
||
17 | { |
||
18 | return 'Reporting'; |
||
19 | } |
||
20 | |||
21 | public function getIcon(): string |
||
24 | } |
||
25 | |||
26 | public function getLink(): string |
||
29 | } |
||
30 | |||
31 | public function getCategory(): string |
||
36 |