@@ -91,11 +91,11 @@ |
||
| 91 | 91 | } |
| 92 | 92 | // Form file save |
| 93 | 93 | $addfilesObj->setVars([ |
| 94 | - 'file_mid' => $_POST['file_mid'], |
|
| 95 | - 'file_name' => $_POST['file_name'], |
|
| 96 | - 'file_extension' => $_POST['file_extension'], |
|
| 97 | - 'file_infolder' => $_POST['file_infolder'], |
|
| 98 | - ]); |
|
| 94 | + 'file_mid' => $_POST['file_mid'], |
|
| 95 | + 'file_name' => $_POST['file_name'], |
|
| 96 | + 'file_extension' => $_POST['file_extension'], |
|
| 97 | + 'file_infolder' => $_POST['file_infolder'], |
|
| 98 | + ]); |
|
| 99 | 99 | |
| 100 | 100 | if ($tdmcreate->getHandler('addfiles')->insert($addfilesObj)) { |
| 101 | 101 | if ($addfilesObj->isNew()) { |
@@ -117,7 +117,7 @@ |
||
| 117 | 117 | if ($uploader->fetchMedia($_POST['xoops_upload_file'][0])) { |
| 118 | 118 | $uploader->fetchMedia($_POST['xoops_upload_file'][0]); |
| 119 | 119 | if (!$uploader->upload()) { |
| 120 | - $errors =& $uploader->getErrors(); |
|
| 120 | + $errors = & $uploader->getErrors(); |
|
| 121 | 121 | redirect_header('javascript:history.go(-1)', 3, $errors); |
| 122 | 122 | } else { |
| 123 | 123 | $modulesObj->setVar('mod_image', $uploader->getSavedFileName()); |
@@ -90,32 +90,32 @@ discard block |
||
| 90 | 90 | $moduleDirname = preg_replace('/[^a-zA-Z0-9]\s+/', '', strtolower($_POST['mod_dirname'])); |
| 91 | 91 | //Form module save |
| 92 | 92 | $modulesObj->setVars([ |
| 93 | - 'mod_name' => $_POST['mod_name'], |
|
| 94 | - 'mod_dirname' => $moduleDirname, |
|
| 95 | - 'mod_version' => $_POST['mod_version'], |
|
| 96 | - 'mod_since' => $_POST['mod_since'], |
|
| 97 | - 'mod_min_php' => $_POST['mod_min_php'], |
|
| 98 | - 'mod_min_xoops' => $_POST['mod_min_xoops'], |
|
| 99 | - 'mod_min_admin' => $_POST['mod_min_admin'], |
|
| 100 | - 'mod_min_mysql' => $_POST['mod_min_mysql'], |
|
| 101 | - 'mod_description' => $_POST['mod_description'], |
|
| 102 | - 'mod_author' => $_POST['mod_author'], |
|
| 103 | - 'mod_author_mail' => $_POST['mod_author_mail'], |
|
| 104 | - 'mod_author_website_url' => $_POST['mod_author_website_url'], |
|
| 105 | - 'mod_author_website_name' => $_POST['mod_author_website_name'], |
|
| 106 | - 'mod_credits' => $_POST['mod_credits'], |
|
| 107 | - 'mod_license' => $_POST['mod_license'], |
|
| 108 | - 'mod_release_info' => $_POST['mod_release_info'], |
|
| 109 | - 'mod_release_file' => $_POST['mod_release_file'], |
|
| 110 | - 'mod_manual' => $_POST['mod_manual'], |
|
| 111 | - 'mod_manual_file' => $_POST['mod_manual_file'], |
|
| 112 | - ]); |
|
| 93 | + 'mod_name' => $_POST['mod_name'], |
|
| 94 | + 'mod_dirname' => $moduleDirname, |
|
| 95 | + 'mod_version' => $_POST['mod_version'], |
|
| 96 | + 'mod_since' => $_POST['mod_since'], |
|
| 97 | + 'mod_min_php' => $_POST['mod_min_php'], |
|
| 98 | + 'mod_min_xoops' => $_POST['mod_min_xoops'], |
|
| 99 | + 'mod_min_admin' => $_POST['mod_min_admin'], |
|
| 100 | + 'mod_min_mysql' => $_POST['mod_min_mysql'], |
|
| 101 | + 'mod_description' => $_POST['mod_description'], |
|
| 102 | + 'mod_author' => $_POST['mod_author'], |
|
| 103 | + 'mod_author_mail' => $_POST['mod_author_mail'], |
|
| 104 | + 'mod_author_website_url' => $_POST['mod_author_website_url'], |
|
| 105 | + 'mod_author_website_name' => $_POST['mod_author_website_name'], |
|
| 106 | + 'mod_credits' => $_POST['mod_credits'], |
|
| 107 | + 'mod_license' => $_POST['mod_license'], |
|
| 108 | + 'mod_release_info' => $_POST['mod_release_info'], |
|
| 109 | + 'mod_release_file' => $_POST['mod_release_file'], |
|
| 110 | + 'mod_manual' => $_POST['mod_manual'], |
|
| 111 | + 'mod_manual_file' => $_POST['mod_manual_file'], |
|
| 112 | + ]); |
|
| 113 | 113 | //Form mod_image |
| 114 | 114 | include_once XOOPS_ROOT_PATH.'/class/uploader.php'; |
| 115 | 115 | $uploader = new XoopsMediaUploader( |
| 116 | 116 | TDMC_UPLOAD_IMGMOD_PATH, |
| 117 | 117 | $tdmcreate->getConfig('mimetypes'), |
| 118 | - $tdmcreate->getConfig('maxsize'), |
|
| 118 | + $tdmcreate->getConfig('maxsize'), |
|
| 119 | 119 | null, |
| 120 | 120 | null |
| 121 | 121 | ); |
@@ -133,17 +133,17 @@ discard block |
||
| 133 | 133 | //Form module save |
| 134 | 134 | $modulesObj->setVars( |
| 135 | 135 | [ |
| 136 | - 'mod_demo_site_url' => $_POST['mod_demo_site_url'], |
|
| 137 | - 'mod_demo_site_name' => $_POST['mod_demo_site_name'], |
|
| 138 | - 'mod_support_url' => $_POST['mod_support_url'], |
|
| 139 | - 'mod_support_name' => $_POST['mod_support_name'], |
|
| 140 | - 'mod_website_url' => $_POST['mod_website_url'], |
|
| 141 | - 'mod_website_name' => $_POST['mod_website_name'], |
|
| 142 | - 'mod_release' => $_POST['mod_release'], |
|
| 143 | - 'mod_status' => $_POST['mod_status'], |
|
| 144 | - 'mod_donations' => $_POST['mod_donations'], |
|
| 145 | - 'mod_subversion' => $_POST['mod_subversion'], |
|
| 146 | - ] |
|
| 136 | + 'mod_demo_site_url' => $_POST['mod_demo_site_url'], |
|
| 137 | + 'mod_demo_site_name' => $_POST['mod_demo_site_name'], |
|
| 138 | + 'mod_support_url' => $_POST['mod_support_url'], |
|
| 139 | + 'mod_support_name' => $_POST['mod_support_name'], |
|
| 140 | + 'mod_website_url' => $_POST['mod_website_url'], |
|
| 141 | + 'mod_website_name' => $_POST['mod_website_name'], |
|
| 142 | + 'mod_release' => $_POST['mod_release'], |
|
| 143 | + 'mod_status' => $_POST['mod_status'], |
|
| 144 | + 'mod_donations' => $_POST['mod_donations'], |
|
| 145 | + 'mod_subversion' => $_POST['mod_subversion'], |
|
| 146 | + ] |
|
| 147 | 147 | ); |
| 148 | 148 | $moduleOption = XoopsRequest::getArray('module_option', []); |
| 149 | 149 | $modulesObj->setVar('mod_admin', in_array('admin', $moduleOption)); |
@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | $modversion['release_info'] = 'README'; |
| 41 | 41 | $modversion['release_file'] = 'https://github.com/txmodxoops/tdmcreate-1.91/releases'; |
| 42 | 42 | $modversion['manual'] = 'MANUAL'; |
| 43 | -$modversion['manual_file'] = XOOPS_URL . "/modules/{$moduleDirName}/docs/manual.txt"; |
|
| 43 | +$modversion['manual_file'] = XOOPS_URL."/modules/{$moduleDirName}/docs/manual.txt"; |
|
| 44 | 44 | $modversion['image'] = "assets/images/{$moduleDirName}_logo.png"; |
| 45 | 45 | $modversion['dirname'] = "{$moduleDirName}"; |
| 46 | 46 | // Frameworks icons |
@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | // Module icons |
| 51 | 51 | $modversion['modicons16'] = 'assets/icons/16'; |
| 52 | 52 | $modversion['modicons32'] = 'assets/icons/32'; |
| 53 | -$modversion['targetdir'] = XOOPS_UPLOAD_PATH . "/{$moduleDirName}/repository/"; |
|
| 53 | +$modversion['targetdir'] = XOOPS_UPLOAD_PATH."/{$moduleDirName}/repository/"; |
|
| 54 | 54 | $modversion['module_website_url'] = 'https://github.com/txmodxoops/tdmcreate-1.91'; |
| 55 | 55 | $modversion['module_website_name'] = 'GitHub Txmodx Xoops'; |
| 56 | 56 | $modversion['min_php'] = '5.5'; |
@@ -86,17 +86,17 @@ discard block |
||
| 86 | 86 | $modversion['sqlfile']['mysql'] = 'sql/mysql.sql'; |
| 87 | 87 | // Tables created by sql file (without prefix!) |
| 88 | 88 | $modversion['tables'] = [ |
| 89 | - $moduleDirName . '_' . 'settings', |
|
| 90 | - $moduleDirName . '_' . 'modules', |
|
| 91 | - $moduleDirName . '_' . 'tables', |
|
| 92 | - $moduleDirName . '_' . 'fields', |
|
| 93 | - $moduleDirName . '_' . 'languages', |
|
| 94 | - $moduleDirName . '_' . 'fieldtype', |
|
| 95 | - $moduleDirName . '_' . 'fieldattributes', |
|
| 96 | - $moduleDirName . '_' . 'fieldnull', |
|
| 97 | - $moduleDirName . '_' . 'fieldkey', |
|
| 98 | - $moduleDirName . '_' . 'fieldelements', |
|
| 99 | - $moduleDirName . '_' . 'morefiles' |
|
| 89 | + $moduleDirName.'_'.'settings', |
|
| 90 | + $moduleDirName.'_'.'modules', |
|
| 91 | + $moduleDirName.'_'.'tables', |
|
| 92 | + $moduleDirName.'_'.'fields', |
|
| 93 | + $moduleDirName.'_'.'languages', |
|
| 94 | + $moduleDirName.'_'.'fieldtype', |
|
| 95 | + $moduleDirName.'_'.'fieldattributes', |
|
| 96 | + $moduleDirName.'_'.'fieldnull', |
|
| 97 | + $moduleDirName.'_'.'fieldkey', |
|
| 98 | + $moduleDirName.'_'.'fieldelements', |
|
| 99 | + $moduleDirName.'_'.'morefiles' |
|
| 100 | 100 | ]; |
| 101 | 101 | // Scripts to run upon installation or update |
| 102 | 102 | $modversion['onInstall'] = 'include/install.php'; |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | $modversion['hasMain'] = 0; |
| 106 | 106 | // Config |
| 107 | 107 | $c = 1; |
| 108 | -$modversion['config'][$c]['name'] = 'break' . $c; |
|
| 108 | +$modversion['config'][$c]['name'] = 'break'.$c; |
|
| 109 | 109 | $modversion['config'][$c]['title'] = '_MI_TDMCREATE_CONFIG_BREAK_GENERAL'; |
| 110 | 110 | $modversion['config'][$c]['description'] = '_MI_TDMCREATE_CONFIG_'; |
| 111 | 111 | $modversion['config'][$c]['formtype'] = 'line_break'; |
@@ -173,7 +173,7 @@ discard block |
||
| 173 | 173 | $modversion['config'][$c]['valuetype'] = 'int'; |
| 174 | 174 | $modversion['config'][$c]['default'] = 10; |
| 175 | 175 | ++$c; |
| 176 | -$modversion['config'][$c]['name'] = 'break' . $c; |
|
| 176 | +$modversion['config'][$c]['name'] = 'break'.$c; |
|
| 177 | 177 | $modversion['config'][$c]['title'] = '_MI_TDMCREATE_CONFIG_BREAK_REQUIRED'; |
| 178 | 178 | $modversion['config'][$c]['description'] = '_MI_TDMCREATE_CONFIG_'; |
| 179 | 179 | $modversion['config'][$c]['formtype'] = 'line_break'; |
@@ -313,7 +313,7 @@ discard block |
||
| 313 | 313 | $modversion['config'][$c]['valuetype'] = 'int'; |
| 314 | 314 | $modversion['config'][$c]['default'] = 0; |
| 315 | 315 | ++$c; |
| 316 | -$modversion['config'][$c]['name'] = 'break' . $c; |
|
| 316 | +$modversion['config'][$c]['name'] = 'break'.$c; |
|
| 317 | 317 | $modversion['config'][$c]['title'] = '_MI_TDMCREATE_CONFIG_BREAK_OPTIONAL'; |
| 318 | 318 | $modversion['config'][$c]['description'] = '_MI_TDMCREATE_CONFIG_'; |
| 319 | 319 | $modversion['config'][$c]['formtype'] = 'line_break'; |
@@ -61,7 +61,7 @@ |
||
| 61 | 61 | $GLOBALS['xoTheme']->addScript('browse.php?Frameworks/jquery/jquery.js'); |
| 62 | 62 | $GLOBALS['xoTheme']->addScript('browse.php?Frameworks/jquery/plugins/jquery.ui.js'); |
| 63 | 63 | $GLOBALS['xoTheme']->addStylesheet(XOOPS_URL.'/modules/system/css/ui/'.$this->uiTheme.'/ui.all.css'); |
| 64 | - $GLOBALS['xoTheme']->addScript('', ['type' => 'text/javascript'], '$(function() { $("#tabs_' . $this->getName() . '").tabs(); });'); |
|
| 64 | + $GLOBALS['xoTheme']->addScript('', ['type' => 'text/javascript'], '$(function() { $("#tabs_'.$this->getName().'").tabs(); });'); |
|
| 65 | 65 | |
| 66 | 66 | $ret = '<div id="tabs_'.$this->getName().'">'.NWLINE; |
| 67 | 67 | $ret .= '<ul>'.NWLINE; |
@@ -55,9 +55,9 @@ discard block |
||
| 55 | 55 | ]; |
| 56 | 56 | |
| 57 | 57 | /** |
| 58 | - * @public function constructor class |
|
| 59 | - * @param null |
|
| 60 | - */ |
|
| 58 | + * @public function constructor class |
|
| 59 | + * @param null |
|
| 60 | + */ |
|
| 61 | 61 | |
| 62 | 62 | public function __construct() |
| 63 | 63 | { |
@@ -106,8 +106,8 @@ discard block |
||
| 106 | 106 | } |
| 107 | 107 | |
| 108 | 108 | /** |
| 109 | - * @static function getInstance |
|
| 110 | - * @param null |
|
| 109 | + * @static function getInstance |
|
| 110 | + * @param null |
|
| 111 | 111 | * @return TDMCreateTables |
| 112 | 112 | */ |
| 113 | 113 | public static function getInstance() |
@@ -121,8 +121,8 @@ discard block |
||
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | /** |
| 124 | - * @static function getFormTables |
|
| 125 | - * @param mixed $action |
|
| 124 | + * @static function getFormTables |
|
| 125 | + * @param mixed $action |
|
| 126 | 126 | * |
| 127 | 127 | * @return XoopsThemeForm |
| 128 | 128 | */ |
@@ -272,7 +272,7 @@ |
||
| 272 | 272 | { |
| 273 | 273 | $retTable = []; |
| 274 | 274 | foreach ($this->options as $option) { |
| 275 | - if (1 == $this->getVar('table_' . $option)) { |
|
| 275 | + if (1 == $this->getVar('table_'.$option)) { |
|
| 276 | 276 | array_push($retTable, $option); |
| 277 | 277 | } |
| 278 | 278 | } |
@@ -259,7 +259,7 @@ |
||
| 259 | 259 | { |
| 260 | 260 | $retSet = []; |
| 261 | 261 | foreach ($this->options as $option) { |
| 262 | - if (1 == $this->getVar('set_' . $option)) { |
|
| 262 | + if (1 == $this->getVar('set_'.$option)) { |
|
| 263 | 263 | array_push($retSet, $option); |
| 264 | 264 | } |
| 265 | 265 | } |
@@ -44,9 +44,9 @@ discard block |
||
| 44 | 44 | ]; |
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | - * @public function constructor class |
|
| 48 | - * @param null |
|
| 49 | - */ |
|
| 47 | + * @public function constructor class |
|
| 48 | + * @param null |
|
| 49 | + */ |
|
| 50 | 50 | |
| 51 | 51 | public function __construct() |
| 52 | 52 | { |
@@ -109,8 +109,8 @@ discard block |
||
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | /** |
| 112 | - * @static function getInstance |
|
| 113 | - * @param null |
|
| 112 | + * @static function getInstance |
|
| 113 | + * @param null |
|
| 114 | 114 | * @return TDMCreateModules |
| 115 | 115 | */ |
| 116 | 116 | public static function getInstance() |
@@ -124,8 +124,8 @@ discard block |
||
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | /** |
| 127 | - * @public function getFormModules |
|
| 128 | - * @param mixed $action |
|
| 127 | + * @public function getFormModules |
|
| 128 | + * @param mixed $action |
|
| 129 | 129 | * |
| 130 | 130 | * @return XoopsThemeForm |
| 131 | 131 | */ |
@@ -356,9 +356,9 @@ discard block |
||
| 356 | 356 | } |
| 357 | 357 | |
| 358 | 358 | /** |
| 359 | - * @private static function createLogo |
|
| 360 | - * @param mixed $logoIcon |
|
| 361 | - * @param string $moduleDirname |
|
| 359 | + * @private static function createLogo |
|
| 360 | + * @param mixed $logoIcon |
|
| 361 | + * @param string $moduleDirname |
|
| 362 | 362 | * |
| 363 | 363 | * @return bool|string |
| 364 | 364 | */ |
@@ -434,7 +434,7 @@ |
||
| 434 | 434 | { |
| 435 | 435 | $retModules = []; |
| 436 | 436 | foreach ($this->options as $option) { |
| 437 | - if (1 == $this->getVar('mod_' . $option)) { |
|
| 437 | + if (1 == $this->getVar('mod_'.$option)) { |
|
| 438 | 438 | array_push($retModules, $option); |
| 439 | 439 | } |
| 440 | 440 | } |
@@ -28,9 +28,9 @@ discard block |
||
| 28 | 28 | class DocsChangelog extends TDMCreateFile |
| 29 | 29 | { |
| 30 | 30 | /** |
| 31 | - * @public function constructor |
|
| 32 | - * @param null |
|
| 33 | - */ |
|
| 31 | + * @public function constructor |
|
| 32 | + * @param null |
|
| 33 | + */ |
|
| 34 | 34 | |
| 35 | 35 | public function __construct() |
| 36 | 36 | { |
@@ -38,8 +38,8 @@ discard block |
||
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | - * @static function getInstance |
|
| 42 | - * @param null |
|
| 41 | + * @static function getInstance |
|
| 42 | + * @param null |
|
| 43 | 43 | * @return DocsChangelog |
| 44 | 44 | */ |
| 45 | 45 | public static function getInstance() |
@@ -64,8 +64,8 @@ discard block |
||
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | - * @public function render |
|
| 68 | - * @param null |
|
| 67 | + * @public function render |
|
| 68 | + * @param null |
|
| 69 | 69 | * @return bool|string |
| 70 | 70 | */ |
| 71 | 71 | public function render() |
@@ -28,9 +28,9 @@ discard block |
||
| 28 | 28 | class TemplatesUserCategories extends TDMCreateFile |
| 29 | 29 | { |
| 30 | 30 | /** |
| 31 | - * @public function constructor |
|
| 32 | - * @param null |
|
| 33 | - */ |
|
| 31 | + * @public function constructor |
|
| 32 | + * @param null |
|
| 33 | + */ |
|
| 34 | 34 | |
| 35 | 35 | public function __construct() |
| 36 | 36 | { |
@@ -38,8 +38,8 @@ discard block |
||
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | - * @static function getInstance |
|
| 42 | - * @param null |
|
| 41 | + * @static function getInstance |
|
| 42 | + * @param null |
|
| 43 | 43 | * @return TemplatesUserCategories |
| 44 | 44 | */ |
| 45 | 45 | public static function getInstance() |
@@ -53,10 +53,10 @@ discard block |
||
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | /** |
| 56 | - * @public function write |
|
| 57 | - * @param string $module |
|
| 58 | - * @param string $table |
|
| 59 | - * @param string $filename |
|
| 56 | + * @public function write |
|
| 57 | + * @param string $module |
|
| 58 | + * @param string $table |
|
| 59 | + * @param string $filename |
|
| 60 | 60 | */ |
| 61 | 61 | public function write($module, $table, $filename) |
| 62 | 62 | { |
@@ -66,8 +66,8 @@ discard block |
||
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | /** |
| 69 | - * @private function getTemplatesUserCategoriesHeader |
|
| 70 | - * @param string $moduleDirname |
|
| 69 | + * @private function getTemplatesUserCategoriesHeader |
|
| 70 | + * @param string $moduleDirname |
|
| 71 | 71 | * @return string |
| 72 | 72 | * |
| 73 | 73 | */ |
@@ -79,8 +79,8 @@ discard block |
||
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | - * @private function getTemplatesUserCategoriesTable |
|
| 83 | - * @param string $language |
|
| 82 | + * @private function getTemplatesUserCategoriesTable |
|
| 83 | + * @param string $language |
|
| 84 | 84 | * @param $moduleDirname |
| 85 | 85 | * @param $tableName |
| 86 | 86 | * @param $tableSoleName |
@@ -97,8 +97,8 @@ discard block |
||
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | /** |
| 100 | - * @private function getTemplatesUserCategoriesThead |
|
| 101 | - * @param string $language |
|
| 100 | + * @private function getTemplatesUserCategoriesThead |
|
| 101 | + * @param string $language |
|
| 102 | 102 | * @param $tableName |
| 103 | 103 | * @return string |
| 104 | 104 | */ |
@@ -115,9 +115,9 @@ discard block |
||
| 115 | 115 | } |
| 116 | 116 | |
| 117 | 117 | /** |
| 118 | - * @private function getTemplatesUserCategoriesTbody |
|
| 119 | - * @param string $moduleDirname |
|
| 120 | - * @param string $language |
|
| 118 | + * @private function getTemplatesUserCategoriesTbody |
|
| 119 | + * @param string $moduleDirname |
|
| 120 | + * @param string $language |
|
| 121 | 121 | * @param $tableName |
| 122 | 122 | * @param $tableSoleName |
| 123 | 123 | * @return string |
@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | /** |
| 141 | - * @private function getTemplatesUserCategoriesTfoot |
|
| 141 | + * @private function getTemplatesUserCategoriesTfoot |
|
| 142 | 142 | * @return string |
| 143 | 143 | * |
| 144 | 144 | */ |
@@ -152,7 +152,7 @@ discard block |
||
| 152 | 152 | } |
| 153 | 153 | |
| 154 | 154 | /** |
| 155 | - * @private function getTemplatesUserCategories |
|
| 155 | + * @private function getTemplatesUserCategories |
|
| 156 | 156 | * @param $moduleDirname |
| 157 | 157 | * @param $tableName |
| 158 | 158 | * @param $tableSoleName |
@@ -169,9 +169,9 @@ discard block |
||
| 169 | 169 | } |
| 170 | 170 | |
| 171 | 171 | /** |
| 172 | - * @private function getTemplatesUserCategoriesPanel |
|
| 173 | - * @param string $moduleDirname |
|
| 174 | - * @param string $tableName |
|
| 172 | + * @private function getTemplatesUserCategoriesPanel |
|
| 173 | + * @param string $moduleDirname |
|
| 174 | + * @param string $tableName |
|
| 175 | 175 | * @param $tableSoleName |
| 176 | 176 | * @param $language |
| 177 | 177 | * @return string |
@@ -206,8 +206,8 @@ discard block |
||
| 206 | 206 | } |
| 207 | 207 | |
| 208 | 208 | /** |
| 209 | - * @private function getTemplatesUserCategoriesFooter |
|
| 210 | - * @param string $moduleDirname |
|
| 209 | + * @private function getTemplatesUserCategoriesFooter |
|
| 210 | + * @param string $moduleDirname |
|
| 211 | 211 | * |
| 212 | 212 | * @return string |
| 213 | 213 | */ |
@@ -219,7 +219,7 @@ discard block |
||
| 219 | 219 | } |
| 220 | 220 | |
| 221 | 221 | /** |
| 222 | - * @public function render |
|
| 222 | + * @public function render |
|
| 223 | 223 | * @return bool|string |
| 224 | 224 | * |
| 225 | 225 | */ |