1 | <?php |
||
16 | class JavascriptPanel 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 getLabel() |
||
35 | |||
36 | 3 | /** |
|
37 | * @inheritdoc |
||
38 | 3 | */ |
|
39 | public function hasEntryData($entry) |
||
43 | |||
44 | 3 | /** |
|
45 | * @inheritdoc |
||
46 | 3 | */ |
|
47 | 3 | public function getDetail() |
|
60 | |||
61 | 33 | /** |
|
62 | * @inheritdoc |
||
63 | 33 | */ |
|
64 | public function getIndexUrl() |
||
68 | |||
69 | 3 | /** |
|
70 | * @inheritdoc |
||
71 | 3 | */ |
|
72 | 3 | protected function getChartModel() |
|
76 | |||
77 | /** |
||
78 | * @inheritdoc |
||
79 | 3 | */ |
|
80 | public function getChart() |
||
87 | 3 | ||
88 | /** |
||
89 | 3 | * @inheritdoc |
|
90 | 3 | */ |
|
91 | 3 | public function registerAssets($view) |
|
95 | |||
96 | /** |
||
97 | * @inheritdoc |
||
98 | */ |
||
99 | public function cleanup($maxAge = null) |
||
108 | |||
109 | } |