1 | <?php |
||
18 | class CountLogEntries extends AbstractAnalyzer |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * Get the given KPI |
||
23 | * |
||
24 | * @param Cache $cache |
||
25 | * |
||
26 | * @return mixed |
||
27 | * @throws \HDNET\CacheCheck\Exception |
||
28 | */ |
||
29 | public function getKpi(Cache $cache) |
||
35 | |||
36 | /** |
||
37 | * Format the given KPI |
||
38 | * |
||
39 | * @param mixed $kpi |
||
40 | * |
||
41 | * @return string |
||
42 | */ |
||
43 | public function getFormat($kpi) |
||
47 | } |
||
48 |