@@ -54,7 +54,6 @@ |
||
54 | 54 | |
55 | 55 | /** |
56 | 56 | * @inheritDoc |
57 | - * @param string $databaseName |
|
58 | 57 | * @return \Classes\Db\DbTable[] |
59 | 58 | */ |
60 | 59 | public function getTables($schema = 0) |
@@ -220,7 +220,7 @@ |
||
220 | 220 | } |
221 | 221 | |
222 | 222 | /** |
223 | - * @param string $Namespace |
|
223 | + * @param string $namespace |
|
224 | 224 | */ |
225 | 225 | public function setNamespace ( $namespace ) |
226 | 226 | { |
@@ -44,7 +44,6 @@ |
||
44 | 44 | /** |
45 | 45 | * Analisa e estrutura a Configuracao do generate |
46 | 46 | * |
47 | - * @param string $_path |
|
48 | 47 | * @param array $argv |
49 | 48 | * |
50 | 49 | * @return array |
@@ -71,7 +71,6 @@ |
||
71 | 71 | /** |
72 | 72 | * Retorna um Array com nome das tabelas |
73 | 73 | * |
74 | - * @param void $schema |
|
75 | 74 | * |
76 | 75 | * @return string[] |
77 | 76 | */ |
@@ -46,6 +46,7 @@ discard block |
||
46 | 46 | |
47 | 47 | /** |
48 | 48 | * Analisa os caminhos das pastas base |
49 | + * @param string $basePath |
|
49 | 50 | */ |
50 | 51 | public function parseLocation ( $basePath ) |
51 | 52 | { |
@@ -173,6 +174,9 @@ discard block |
||
173 | 174 | echo "\n\033[1;32mSuccessfully process finished!\n\033[0m"; |
174 | 175 | } |
175 | 176 | |
177 | + /** |
|
178 | + * @param integer $countFiles |
|
179 | + */ |
|
176 | 180 | private function reportProcess ( $countFiles ) |
177 | 181 | { |
178 | 182 | if ( $this->config->isStatusEnabled () ) |
@@ -223,6 +227,7 @@ discard block |
||
223 | 227 | * parse a tpl file and return the result |
224 | 228 | * |
225 | 229 | * @param String $tplFile |
230 | + * @param AbstractAdapter $objMakeFile |
|
226 | 231 | * |
227 | 232 | * @return String |
228 | 233 | */ |
@@ -172,6 +172,7 @@ |
||
172 | 172 | * @param $constraint_name |
173 | 173 | * @param $table_name |
174 | 174 | * @param $column_name |
175 | + * @param string $database |
|
175 | 176 | * |
176 | 177 | * @return $this |
177 | 178 | */ |
@@ -70,6 +70,9 @@ |
||
70 | 70 | return $this; |
71 | 71 | } |
72 | 72 | |
73 | + /** |
|
74 | + * @return string |
|
75 | + */ |
|
73 | 76 | public function getDatabase (){ |
74 | 77 | return $this->database; |
75 | 78 | } |