@@ -64,9 +64,9 @@ |
||
| 64 | 64 | * @param string $filename |
| 65 | 65 | */ |
| 66 | 66 | /** |
| 67 | - * @param $module |
|
| 67 | + * @param string $module |
|
| 68 | 68 | * @param $table |
| 69 | - * @param $filename |
|
| 69 | + * @param string $filename |
|
| 70 | 70 | */ |
| 71 | 71 | public function write($module, $table, $filename) |
| 72 | 72 | { |
@@ -64,9 +64,9 @@ discard block |
||
| 64 | 64 | /** |
| 65 | 65 | * @public function write |
| 66 | 66 | * |
| 67 | - * @param $module |
|
| 67 | + * @param string $module |
|
| 68 | 68 | * @param $table |
| 69 | - * @param $filename |
|
| 69 | + * @param string $filename |
|
| 70 | 70 | */ |
| 71 | 71 | public function write($module, $table, $tables, $filename) |
| 72 | 72 | { |
@@ -185,6 +185,7 @@ discard block |
||
| 185 | 185 | * @param null |
| 186 | 186 | */ |
| 187 | 187 | /** |
| 188 | + * @param string $language |
|
| 188 | 189 | * @return bool|string |
| 189 | 190 | */ |
| 190 | 191 | public function getTemplatesUserIndexBodyDefault($module, $table, $language) |
@@ -238,6 +239,7 @@ discard block |
||
| 238 | 239 | * @param null |
| 239 | 240 | */ |
| 240 | 241 | /** |
| 242 | + * @param string $language |
|
| 241 | 243 | * @return bool|string |
| 242 | 244 | */ |
| 243 | 245 | public function getTemplateUserIndexCategories($moduleDirname, $tableName, $tableSoleName, $language) |
@@ -288,6 +290,7 @@ discard block |
||
| 288 | 290 | * @param null |
| 289 | 291 | */ |
| 290 | 292 | /** |
| 293 | + * @param string $language |
|
| 291 | 294 | * @return bool|string |
| 292 | 295 | */ |
| 293 | 296 | public function getTemplateUserIndexTable($moduleDirname, $tableName, $tableSoleName, $language) |
@@ -336,7 +339,7 @@ discard block |
||
| 336 | 339 | * @param null |
| 337 | 340 | */ |
| 338 | 341 | /** |
| 339 | - * @return bool|string |
|
| 342 | + * @return null|string |
|
| 340 | 343 | */ |
| 341 | 344 | public function render() |
| 342 | 345 | { |