@@ -124,6 +124,9 @@ discard block |
||
| 124 | 124 | return Json::encode($themeConfig->toArray(), JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT); |
| 125 | 125 | } |
| 126 | 126 | |
| 127 | + /** |
|
| 128 | + * @param string $themeName |
|
| 129 | + */ |
|
| 127 | 130 | private function renderAssetClass($themeName) |
| 128 | 131 | { |
| 129 | 132 | $className = ucfirst($themeName) . 'Asset'; |
@@ -153,6 +156,9 @@ discard block |
||
| 153 | 156 | return true; |
| 154 | 157 | } |
| 155 | 158 | |
| 159 | + /** |
|
| 160 | + * @param string $themeName |
|
| 161 | + */ |
|
| 156 | 162 | private function renderLayout($themeName) |
| 157 | 163 | { |
| 158 | 164 | $className = ucfirst($themeName) . 'Asset'; |