| 1 | <?php |
||
| 18 | class StatisticTableGenerator extends Widget |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var array |
||
| 22 | */ |
||
| 23 | public $statistic = []; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @var string |
||
| 27 | */ |
||
| 28 | public $type; |
||
| 29 | |||
| 30 | public function init() |
||
| 40 | |||
| 41 | public function run() |
||
| 45 | |||
| 46 | protected function sortStatistic() |
||
| 49 | |||
| 50 | protected function initClientScript() |
||
| 78 | } |
||
| 79 |