@@ -99,6 +99,7 @@ discard block |
||
99 | 99 | |
100 | 100 | /** |
101 | 101 | * Analisa os caminhos das pastas base |
102 | + * @param string $basePath |
|
102 | 103 | */ |
103 | 104 | public function parseLocation ( $basePath ) |
104 | 105 | { |
@@ -227,6 +228,9 @@ discard block |
||
227 | 228 | echo "\n\033[1;32mSuccessfully process finished!\n\033[0m"; |
228 | 229 | } |
229 | 230 | |
231 | + /** |
|
232 | + * @param integer $cur |
|
233 | + */ |
|
230 | 234 | private function waitOfDatabase ( &$cur ) |
231 | 235 | { |
232 | 236 | printf ( "\033[1;33mWait, the database is being analyzed..\033[0m\n" ); |
@@ -293,6 +297,7 @@ discard block |
||
293 | 297 | * parse a tpl file and return the result |
294 | 298 | * |
295 | 299 | * @param String $tplFile |
300 | + * @param AbstractAdapter $objMakeFile |
|
296 | 301 | * |
297 | 302 | * @return String |
298 | 303 | */ |