1 | <?php |
||
9 | class Panel extends \yii\debug\Panel implements ViewContextInterface |
||
10 | { |
||
11 | use \hiqdev\thememanager\GetManagerTrait; |
||
12 | |||
13 | protected $_viewPath; |
||
14 | |||
15 | public function setViewPath($value) |
||
19 | |||
20 | public function getViewPath() |
||
27 | |||
28 | /** |
||
29 | * @inheritdoc |
||
30 | */ |
||
31 | public function getName() |
||
35 | |||
36 | /** |
||
37 | * @inheritdoc |
||
38 | */ |
||
39 | public function getSummary() |
||
43 | |||
44 | /** |
||
45 | * @inheritdoc |
||
46 | */ |
||
47 | public function getDetail() |
||
51 | |||
52 | public function getThemes() |
||
56 | |||
57 | public function getCount() |
||
61 | |||
62 | public function getCurrent() |
||
66 | |||
67 | public function getDefault() |
||
71 | |||
72 | /** |
||
73 | * @inheritdoc |
||
74 | */ |
||
75 | public function save() |
||
89 | } |
||
90 |