Total Complexity | 10 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class RollbarPageExtension extends Extension |
||
14 | { |
||
15 | /** |
||
16 | * Show/no-show of the Rollbar javascript file as set in your config |
||
17 | */ |
||
18 | public function getShowRollbar(): bool |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Provide the site id to the template |
||
32 | */ |
||
33 | public function getRollbarClientToken(): string |
||
38 |