@@ -28,9 +28,9 @@ discard block |
||
| 28 | 28 | class TemplatesUserSearch 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 TemplatesUserSearch |
| 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,10 +66,10 @@ discard block |
||
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | /** |
| 69 | - * @private function getTemplatesUserSearchHeader |
|
| 70 | - * @param string $moduleDirname |
|
| 71 | - * @param string $table |
|
| 72 | - * @param string $language |
|
| 69 | + * @private function getTemplatesUserSearchHeader |
|
| 70 | + * @param string $moduleDirname |
|
| 71 | + * @param string $table |
|
| 72 | + * @param string $language |
|
| 73 | 73 | * |
| 74 | 74 | * @return string |
| 75 | 75 | */ |
@@ -100,10 +100,10 @@ discard block |
||
| 100 | 100 | } |
| 101 | 101 | |
| 102 | 102 | /** |
| 103 | - * @private function getTemplatesUserSearchBody |
|
| 104 | - * @param string $moduleDirname |
|
| 105 | - * @param string $table |
|
| 106 | - * @param string $language |
|
| 103 | + * @private function getTemplatesUserSearchBody |
|
| 104 | + * @param string $moduleDirname |
|
| 105 | + * @param string $table |
|
| 106 | + * @param string $language |
|
| 107 | 107 | * |
| 108 | 108 | * @return string |
| 109 | 109 | */ |
@@ -156,10 +156,10 @@ discard block |
||
| 156 | 156 | } |
| 157 | 157 | |
| 158 | 158 | /** |
| 159 | - * @private function getTemplatesUserSearchBodyFieldnameEmpty |
|
| 160 | - * @param string $moduleDirname |
|
| 161 | - * @param string $table |
|
| 162 | - * @param string $language |
|
| 159 | + * @private function getTemplatesUserSearchBodyFieldnameEmpty |
|
| 160 | + * @param string $moduleDirname |
|
| 161 | + * @param string $table |
|
| 162 | + * @param string $language |
|
| 163 | 163 | * |
| 164 | 164 | * @return string |
| 165 | 165 | */ |
@@ -206,8 +206,8 @@ discard block |
||
| 206 | 206 | } |
| 207 | 207 | |
| 208 | 208 | /** |
| 209 | - * @private function getTemplatesUserSearchFooter |
|
| 210 | - * @param string $moduleDirname |
|
| 209 | + * @private function getTemplatesUserSearchFooter |
|
| 210 | + * @param string $moduleDirname |
|
| 211 | 211 | * @return string |
| 212 | 212 | */ |
| 213 | 213 | private function getTemplatesUserSearchFooter($moduleDirname) |
@@ -220,8 +220,8 @@ discard block |
||
| 220 | 220 | } |
| 221 | 221 | |
| 222 | 222 | /** |
| 223 | - * @public function render |
|
| 224 | - * @param null |
|
| 223 | + * @public function render |
|
| 224 | + * @param null |
|
| 225 | 225 | * @return bool|string |
| 226 | 226 | */ |
| 227 | 227 | public function render() |
@@ -138,7 +138,7 @@ |
||
| 138 | 138 | /** |
| 139 | 139 | * @public function render |
| 140 | 140 | * @param null |
| 141 | - * @return bool|string |
|
| 141 | + * @return null|string |
|
| 142 | 142 | */ |
| 143 | 143 | public function render() |
| 144 | 144 | { |
@@ -28,14 +28,14 @@ discard block |
||
| 28 | 28 | class TemplatesUserFooter extends TDMCreateFile |
| 29 | 29 | { |
| 30 | 30 | /** |
| 31 | - * @var string |
|
| 32 | - */ |
|
| 31 | + * @var string |
|
| 32 | + */ |
|
| 33 | 33 | private $tdmcfile = null; |
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | - * @public function constructor |
|
| 37 | - * @param null |
|
| 38 | - */ |
|
| 36 | + * @public function constructor |
|
| 37 | + * @param null |
|
| 38 | + */ |
|
| 39 | 39 | |
| 40 | 40 | public function __construct() |
| 41 | 41 | { |
@@ -44,8 +44,8 @@ discard block |
||
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | - * @static function getInstance |
|
| 48 | - * @param null |
|
| 47 | + * @static function getInstance |
|
| 48 | + * @param null |
|
| 49 | 49 | * @return TemplatesUserFooter |
| 50 | 50 | */ |
| 51 | 51 | public static function getInstance() |
@@ -59,10 +59,10 @@ discard block |
||
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
| 62 | - * @public function write |
|
| 63 | - * @param string $module |
|
| 64 | - * @param mixed $table |
|
| 65 | - * @param string $filename |
|
| 62 | + * @public function write |
|
| 63 | + * @param string $module |
|
| 64 | + * @param mixed $table |
|
| 65 | + * @param string $filename |
|
| 66 | 66 | */ |
| 67 | 67 | public function write($module, $table, $filename) |
| 68 | 68 | { |
@@ -94,8 +94,8 @@ discard block |
||
| 94 | 94 | } |
| 95 | 95 | |
| 96 | 96 | /** |
| 97 | - * @public function render |
|
| 98 | - * @param null |
|
| 97 | + * @public function render |
|
| 98 | + * @param null |
|
| 99 | 99 | * @return bool|string |
| 100 | 100 | */ |
| 101 | 101 | public function render() |
@@ -138,7 +138,7 @@ |
||
| 138 | 138 | /** |
| 139 | 139 | * @public function render |
| 140 | 140 | * @param null |
| 141 | - * @return bool|string |
|
| 141 | + * @return null|string |
|
| 142 | 142 | */ |
| 143 | 143 | public function render() |
| 144 | 144 | { |
@@ -28,9 +28,9 @@ discard block |
||
| 28 | 28 | class TemplatesUserFacebookComments 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 TemplatesUserFacebookComments |
| 44 | 44 | */ |
| 45 | 45 | public static function getInstance() |
@@ -53,9 +53,9 @@ discard block |
||
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | /** |
| 56 | - * @public function write |
|
| 57 | - * @param string $module |
|
| 58 | - * @param string $filename |
|
| 56 | + * @public function write |
|
| 57 | + * @param string $module |
|
| 58 | + * @param string $filename |
|
| 59 | 59 | * |
| 60 | 60 | * @return string |
| 61 | 61 | */ |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | /** |
| 69 | - * @private function getTemplatesCommentCode |
|
| 69 | + * @private function getTemplatesCommentCode |
|
| 70 | 70 | * @param null |
| 71 | 71 | * |
| 72 | 72 | * @return string |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | - * @public function render |
|
| 82 | + * @public function render |
|
| 83 | 83 | * @return bool|string |
| 84 | 84 | */ |
| 85 | 85 | public function render() |
@@ -28,9 +28,9 @@ discard block |
||
| 28 | 28 | class TemplatesUserRate 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 TemplatesUserRate |
| 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,10 +66,10 @@ discard block |
||
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | /** |
| 69 | - * @private function getTemplatesUserRateHeader |
|
| 70 | - * @param string $moduleDirname |
|
| 71 | - * @param string $table |
|
| 72 | - * @param string $language |
|
| 69 | + * @private function getTemplatesUserRateHeader |
|
| 70 | + * @param string $moduleDirname |
|
| 71 | + * @param string $table |
|
| 72 | + * @param string $language |
|
| 73 | 73 | * |
| 74 | 74 | * @return string |
| 75 | 75 | */ |
@@ -100,10 +100,10 @@ discard block |
||
| 100 | 100 | } |
| 101 | 101 | |
| 102 | 102 | /** |
| 103 | - * @private function getTemplatesUserRateBody |
|
| 104 | - * @param string $moduleDirname |
|
| 105 | - * @param string $table |
|
| 106 | - * @param string $language |
|
| 103 | + * @private function getTemplatesUserRateBody |
|
| 104 | + * @param string $moduleDirname |
|
| 105 | + * @param string $table |
|
| 106 | + * @param string $language |
|
| 107 | 107 | * |
| 108 | 108 | * @return string |
| 109 | 109 | */ |
@@ -156,10 +156,10 @@ discard block |
||
| 156 | 156 | } |
| 157 | 157 | |
| 158 | 158 | /** |
| 159 | - * @private function getTemplatesUserRateBodyFieldnameEmpty |
|
| 160 | - * @param string $moduleDirname |
|
| 161 | - * @param string $table |
|
| 162 | - * @param string $language |
|
| 159 | + * @private function getTemplatesUserRateBodyFieldnameEmpty |
|
| 160 | + * @param string $moduleDirname |
|
| 161 | + * @param string $table |
|
| 162 | + * @param string $language |
|
| 163 | 163 | * |
| 164 | 164 | * @return string |
| 165 | 165 | */ |
@@ -206,8 +206,8 @@ discard block |
||
| 206 | 206 | } |
| 207 | 207 | |
| 208 | 208 | /** |
| 209 | - * @private function getTemplatesUserRateFooter |
|
| 210 | - * @param string $moduleDirname |
|
| 209 | + * @private function getTemplatesUserRateFooter |
|
| 210 | + * @param string $moduleDirname |
|
| 211 | 211 | * |
| 212 | 212 | * @return string |
| 213 | 213 | */ |
@@ -221,8 +221,8 @@ discard block |
||
| 221 | 221 | } |
| 222 | 222 | |
| 223 | 223 | /** |
| 224 | - * @public function render |
|
| 225 | - * @param null |
|
| 224 | + * @public function render |
|
| 225 | + * @param null |
|
| 226 | 226 | * @return bool|string |
| 227 | 227 | */ |
| 228 | 228 | public function render() |
@@ -138,7 +138,7 @@ |
||
| 138 | 138 | /** |
| 139 | 139 | * @public function render |
| 140 | 140 | * @param null |
| 141 | - * @return bool|string |
|
| 141 | + * @return null|string |
|
| 142 | 142 | */ |
| 143 | 143 | public function render() |
| 144 | 144 | { |
@@ -28,9 +28,9 @@ discard block |
||
| 28 | 28 | class TemplatesAdminFooter 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 | { |
@@ -52,9 +52,9 @@ discard block |
||
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | /** |
| 55 | - * @public function write |
|
| 56 | - * @param string $module |
|
| 57 | - * @param string $filename |
|
| 55 | + * @public function write |
|
| 56 | + * @param string $module |
|
| 57 | + * @param string $filename |
|
| 58 | 58 | */ |
| 59 | 59 | public function write($module, $filename) |
| 60 | 60 | { |
@@ -63,8 +63,8 @@ discard block |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @public function render |
|
| 67 | - * @param null |
|
| 66 | + * @public function render |
|
| 67 | + * @param null |
|
| 68 | 68 | * @return bool|string |
| 69 | 69 | */ |
| 70 | 70 | public function render() |
@@ -78,12 +78,12 @@ |
||
| 78 | 78 | $language = $this->getLanguage($moduleDirname, 'AM'); |
| 79 | 79 | |
| 80 | 80 | $singleNoVar = $hc->getSmartyNoSimbol('xoModuleIcons32 xoopsmicrobutton.gif'); |
| 81 | - $img = $hc->getHtmlTag('img', ['src' => $singleNoVar, 'alt' => 'XOOPS'], '', true) . PHP_EOL; |
|
| 82 | - $anchor = $hc->getHtmlTag('a', ['href' => 'https://xoops.org/', 'title' => 'Visit XOOPS', 'target' => '_blank'], $img) . PHP_EOL; |
|
| 83 | - $content = $hc->getHtmlTag('div', ['class' => 'center'], $anchor) . PHP_EOL; |
|
| 81 | + $img = $hc->getHtmlTag('img', ['src' => $singleNoVar, 'alt' => 'XOOPS'], '', true).PHP_EOL; |
|
| 82 | + $anchor = $hc->getHtmlTag('a', ['href' => 'https://xoops.org/', 'title' => 'Visit XOOPS', 'target' => '_blank'], $img).PHP_EOL; |
|
| 83 | + $content = $hc->getHtmlTag('div', ['class' => 'center'], $anchor).PHP_EOL; |
|
| 84 | 84 | $tree = $hc->getHtmlTag('strong', [], $moduleName); |
| 85 | 85 | $tree .= $hc->getSmartyConst($language, 'MAINTAINEDBY').PHP_EOL; |
| 86 | - $tree .= $hc->getHtmlTag('a', ['href' => '<{$maintainedby}>', 'title' => 'Visit ' . $supportName, 'class' => 'tooltip', 'rel' => 'external'], $supportName); |
|
| 86 | + $tree .= $hc->getHtmlTag('a', ['href' => '<{$maintainedby}>', 'title' => 'Visit '.$supportName, 'class' => 'tooltip', 'rel' => 'external'], $supportName); |
|
| 87 | 87 | $content .= $hc->getHtmlTag('div', ['class' => 'center smallsmall italic pad5'], $tree); |
| 88 | 88 | |
| 89 | 89 | $this->create($moduleDirname, 'templates/admin', $filename, $content, _AM_TDMCREATE_FILE_CREATED, _AM_TDMCREATE_FILE_NOTCREATED); |
@@ -28,9 +28,9 @@ discard block |
||
| 28 | 28 | class TemplatesAdminPermissions 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 TemplatesAdminPermissions |
| 44 | 44 | */ |
| 45 | 45 | public static function getInstance() |
@@ -53,8 +53,8 @@ discard block |
||
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | /** |
| 56 | - * @public function write |
|
| 57 | - * @param string $module |
|
| 56 | + * @public function write |
|
| 57 | + * @param string $module |
|
| 58 | 58 | * @param $filename |
| 59 | 59 | */ |
| 60 | 60 | public function write($module, $filename) |
@@ -64,8 +64,8 @@ discard block |
||
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | - * @private function getTemplatesAdminPermissionsHeader |
|
| 68 | - * @param string $moduleDirname |
|
| 67 | + * @private function getTemplatesAdminPermissionsHeader |
|
| 68 | + * @param string $moduleDirname |
|
| 69 | 69 | * |
| 70 | 70 | * @return string |
| 71 | 71 | */ |
@@ -77,8 +77,8 @@ discard block |
||
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | - * @private function getTemplatesAdminPermissions |
|
| 81 | - * @param null |
|
| 80 | + * @private function getTemplatesAdminPermissions |
|
| 81 | + * @param null |
|
| 82 | 82 | * @return string |
| 83 | 83 | */ |
| 84 | 84 | private function getTemplatesAdminPermissions() |
@@ -92,8 +92,8 @@ discard block |
||
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | - * @private function getTemplatesAdminPermissionsFooter |
|
| 96 | - * @param string $moduleDirname |
|
| 95 | + * @private function getTemplatesAdminPermissionsFooter |
|
| 96 | + * @param string $moduleDirname |
|
| 97 | 97 | * |
| 98 | 98 | * @return string |
| 99 | 99 | */ |
@@ -105,8 +105,8 @@ discard block |
||
| 105 | 105 | } |
| 106 | 106 | |
| 107 | 107 | /** |
| 108 | - * @public function render |
|
| 109 | - * @param null |
|
| 108 | + * @public function render |
|
| 109 | + * @param null |
|
| 110 | 110 | * @return bool|string |
| 111 | 111 | */ |
| 112 | 112 | public function render() |
@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | /** |
| 56 | 56 | * @public function write |
| 57 | 57 | * @param string $module |
| 58 | - * @param $filename |
|
| 58 | + * @param string $filename |
|
| 59 | 59 | */ |
| 60 | 60 | public function write($module, $filename) |
| 61 | 61 | { |
@@ -107,7 +107,7 @@ discard block |
||
| 107 | 107 | /** |
| 108 | 108 | * @public function render |
| 109 | 109 | * @param null |
| 110 | - * @return bool|string |
|
| 110 | + * @return null|string |
|
| 111 | 111 | */ |
| 112 | 112 | public function render() |
| 113 | 113 | { |
@@ -85,8 +85,8 @@ |
||
| 85 | 85 | { |
| 86 | 86 | $hc = TDMCreateHtmlSmartyCodes::getInstance(); |
| 87 | 87 | $form = $hc->getSmartySingleVar('form'); |
| 88 | - $ret = $hc->getHtmlTag('div', ['class' => 'spacer'], $form) . PHP_EOL; |
|
| 89 | - $ret .= $hc->getHtmlTag('br', [], '', false) . PHP_EOL; |
|
| 88 | + $ret = $hc->getHtmlTag('div', ['class' => 'spacer'], $form).PHP_EOL; |
|
| 89 | + $ret .= $hc->getHtmlTag('br', [], '', false).PHP_EOL; |
|
| 90 | 90 | |
| 91 | 91 | return $ret; |
| 92 | 92 | } |
@@ -28,9 +28,9 @@ discard block |
||
| 28 | 28 | class TemplatesAdminHeader 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 | { |
@@ -52,9 +52,9 @@ discard block |
||
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | /** |
| 55 | - * @public function write |
|
| 56 | - * @param string $module |
|
| 57 | - * @param string $filename |
|
| 55 | + * @public function write |
|
| 56 | + * @param string $module |
|
| 57 | + * @param string $filename |
|
| 58 | 58 | */ |
| 59 | 59 | public function write($module, $filename) |
| 60 | 60 | { |
@@ -63,8 +63,8 @@ discard block |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @public function render |
|
| 67 | - * @param null |
|
| 66 | + * @public function render |
|
| 67 | + * @param null |
|
| 68 | 68 | * @return bool|string |
| 69 | 69 | */ |
| 70 | 70 | public function render() |
@@ -75,9 +75,9 @@ |
||
| 75 | 75 | $moduleDirname = $module->getVar('mod_dirname'); |
| 76 | 76 | |
| 77 | 77 | $navigation = $hc->getSmartySingleVar('navigation'); |
| 78 | - $due = $hc->getHtmlTag('span', ['class' => 'left'], $navigation) . PHP_EOL; |
|
| 78 | + $due = $hc->getHtmlTag('span', ['class' => 'left'], $navigation).PHP_EOL; |
|
| 79 | 79 | $buttons = $hc->getSmartySingleVar('buttons'); |
| 80 | - $right = $hc->getHtmlTag('span', ['class' => 'left'], $buttons . ' '); |
|
| 80 | + $right = $hc->getHtmlTag('span', ['class' => 'left'], $buttons.' '); |
|
| 81 | 81 | $due .= $hc->getSmartyConditions('buttons', '', '', $right).PHP_EOL; |
| 82 | 82 | $content = $hc->getHtmlTag('div', ['class' => 'top'], $due); |
| 83 | 83 | |
@@ -28,9 +28,9 @@ discard block |
||
| 28 | 28 | class TemplatesAdminIndex 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 | { |
@@ -52,9 +52,9 @@ discard block |
||
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | /** |
| 55 | - * @public function write |
|
| 56 | - * @param string $module |
|
| 57 | - * @param string $filename |
|
| 55 | + * @public function write |
|
| 56 | + * @param string $module |
|
| 57 | + * @param string $filename |
|
| 58 | 58 | */ |
| 59 | 59 | public function write($module, $filename) |
| 60 | 60 | { |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | $content .= $hc->getSmartyIncludeFile($moduleDirname, 'header', true, true).PHP_EOL; |
| 79 | 79 | $content .= $hc->getHtmlComment('Index Page').PHP_EOL; |
| 80 | 80 | $single = $hc->getSmartySingleVar('index'); |
| 81 | - $content .= $hc->getHtmlTag('div', ['class' => 'top'], $single) . PHP_EOL; |
|
| 81 | + $content .= $hc->getHtmlTag('div', ['class' => 'top'], $single).PHP_EOL; |
|
| 82 | 82 | $content .= $hc->getHtmlComment('Footer').PHP_EOL; |
| 83 | 83 | $content .= $hc->getSmartyIncludeFile($moduleDirname, 'footer', true, true); |
| 84 | 84 | |
@@ -29,9 +29,9 @@ discard block |
||
| 29 | 29 | class PreloadsCore extends TDMCreateFile |
| 30 | 30 | { |
| 31 | 31 | /** |
| 32 | - * @public function constructor |
|
| 33 | - * @param null |
|
| 34 | - */ |
|
| 32 | + * @public function constructor |
|
| 33 | + * @param null |
|
| 34 | + */ |
|
| 35 | 35 | |
| 36 | 36 | public function __construct() |
| 37 | 37 | { |
@@ -40,8 +40,8 @@ discard block |
||
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | - * @static function getInstance |
|
| 44 | - * @param null |
|
| 43 | + * @static function getInstance |
|
| 44 | + * @param null |
|
| 45 | 45 | * @return PreloadsCore |
| 46 | 46 | */ |
| 47 | 47 | public static function getInstance() |
@@ -55,9 +55,9 @@ discard block |
||
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | /** |
| 58 | - * @public function write |
|
| 59 | - * @param $module |
|
| 60 | - * @param $filename |
|
| 58 | + * @public function write |
|
| 59 | + * @param $module |
|
| 60 | + * @param $filename |
|
| 61 | 61 | */ |
| 62 | 62 | public function write($module, $filename) |
| 63 | 63 | { |
@@ -66,10 +66,10 @@ discard block |
||
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | /** |
| 69 | - * @public function render |
|
| 70 | - * @param null |
|
| 71 | - * @return bool|string |
|
| 72 | - */ |
|
| 69 | + * @public function render |
|
| 70 | + * @param null |
|
| 71 | + * @return bool|string |
|
| 72 | + */ |
|
| 73 | 73 | public function render() |
| 74 | 74 | { |
| 75 | 75 | $module = $this->getModule(); |