Total Complexity | 5 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
7 | trait HasTracker |
||
8 | { |
||
9 | protected ?Tracker $_tracker = null; |
||
10 | |||
11 | 5 | public function tracker(): Tracker |
|
18 | } |
||
19 | |||
20 | 5 | public function getClassAlias(): string |
|
23 | } |
||
24 | |||
25 | 3 | public function trackerMeta(string|\Closure $key = null, mixed $value = null): static |
|
30 | } |
||
31 | |||
32 | 3 | public function notificationMeta(string|\Closure $key = null, mixed $value = null): static |
|
39 |