1 | <?php |
||
16 | class TrailPanel extends Panel |
||
17 | { |
||
18 | use RendersSummaryChartTrait; |
||
19 | |||
20 | 33 | /** |
|
21 | * @inheritdoc |
||
22 | 33 | */ |
|
23 | public function getName() |
||
27 | |||
28 | 3 | /** |
|
29 | * @inheritdoc |
||
30 | 3 | */ |
|
31 | public function hasEntryData($entry) |
||
35 | |||
36 | 3 | /** |
|
37 | * @inheritdoc |
||
38 | 3 | */ |
|
39 | public function getLabel() |
||
43 | |||
44 | 3 | /** |
|
45 | * @inheritdoc |
||
46 | 3 | */ |
|
47 | 3 | public function getDetail() |
|
63 | |||
64 | 33 | /** |
|
65 | * @inheritdoc |
||
66 | 33 | */ |
|
67 | 3 | public function getIndexUrl() |
|
71 | |||
72 | 6 | /** |
|
73 | * @inheritdoc |
||
74 | 6 | */ |
|
75 | 3 | protected function getChartModel() |
|
79 | |||
80 | /** |
||
81 | * @inheritdoc |
||
82 | 3 | */ |
|
83 | public function getChart() |
||
90 | 3 | ||
91 | /** |
||
92 | 3 | * @inheritdoc |
|
93 | 3 | */ |
|
94 | 3 | public function registerAssets($view) |
|
98 | |||
99 | /** |
||
100 | * @inheritdoc |
||
101 | */ |
||
102 | public function cleanup($maxAge = null) |
||
111 | |||
112 | } |