1 | <?php |
||
17 | class Panel extends \yii\debug\Panel implements ViewContextInterface |
||
18 | { |
||
19 | use \hiqdev\thememanager\GetManagerTrait; |
||
20 | |||
21 | protected $_viewPath; |
||
22 | |||
23 | public function setViewPath($value) |
||
27 | |||
28 | public function getViewPath() |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function getName() |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | public function getSummary() |
||
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | */ |
||
56 | public function getDetail() |
||
60 | |||
61 | public function getThemes() |
||
65 | |||
66 | public function getCount() |
||
70 | |||
71 | public function getCurrent() |
||
75 | |||
76 | public function getDefault() |
||
80 | |||
81 | /** |
||
82 | * {@inheritdoc} |
||
83 | */ |
||
84 | public function save() |
||
98 | } |
||
99 |