@@ -88,6 +88,9 @@ discard block |
||
88 | 88 | return $retmsg; |
89 | 89 | } |
90 | 90 | |
91 | + /** |
|
92 | + * @param string $view |
|
93 | + */ |
|
91 | 94 | private function generateFormWiew($bundlename, $entityform, $view) |
92 | 95 | { |
93 | 96 | $fs = new Filesystem(); |
@@ -198,6 +201,9 @@ discard block |
||
198 | 201 | return $code; |
199 | 202 | } |
200 | 203 | |
204 | + /** |
|
205 | + * @param string $path |
|
206 | + */ |
|
201 | 207 | private function cleanTemplatePath($path) |
202 | 208 | { |
203 | 209 | $fs = new Filesystem(); |
@@ -212,6 +212,9 @@ |
||
212 | 212 | return $cmdoutput; |
213 | 213 | } |
214 | 214 | |
215 | + /** |
|
216 | + * @param string $env |
|
217 | + */ |
|
215 | 218 | public function clearcacheEnv($env) |
216 | 219 | { |
217 | 220 | $ret = $this->pammutils->clearcache($env); |