Completed
Push — master ( 6b7a6d...74143b )
by Gino
20s
created
class/files/user/UserListTag.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class UserListTag 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
     {
@@ -39,8 +39,8 @@  discard block
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-    *  @static function getInstance
43
-    *  @param null
42
+     *  @static function getInstance
43
+     *  @param null
44 44
      * @return UserListTag
45 45
      */
46 46
     public static function getInstance()
@@ -54,9 +54,9 @@  discard block
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-    *  @public function write
58
-    *  @param string $module
59
-    *  @param string $filename
57
+     *  @public function write
58
+     *  @param string $module
59
+     *  @param string $filename
60 60
      */
61 61
     public function write($module, $filename)
62 62
     {
@@ -65,8 +65,8 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-    *  @public function getUserListTag
69
-    *  @param null
68
+     *  @public function getUserListTag
69
+     *  @param null
70 70
      * @return string
71 71
      */
72 72
     public function getUserListTag()
@@ -78,8 +78,8 @@  discard block
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-    *  @public function render
82
-    *  @param null
81
+     *  @public function render
82
+     *  @param null
83 83
      * @return bool|string
84 84
      */
85 85
     public function render()
Please login to merge, or discard this patch.
class/files/user/UserXoopsVersion.php 1 patch
Indentation   +41 added lines, -41 removed lines patch added patch discarded remove patch
@@ -28,14 +28,14 @@  discard block
 block discarded – undo
28 28
 class UserXoopsVersion extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var array
32
-    */
31
+     * @var array
32
+     */
33 33
     private $kw = array();
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
     {
@@ -43,8 +43,8 @@  discard block
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-    *  @static function getInstance
47
-    *  @param null
46
+     *  @static function getInstance
47
+     *  @param null
48 48
      * @return UserXoopsVersion
49 49
      */
50 50
     public static function getInstance()
@@ -58,11 +58,11 @@  discard block
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-    *  @public function write
62
-    *  @param $module
63
-    *  @param mixed $table
64
-    *  @param mixed $tables
65
-    *  @param $filename
61
+     *  @public function write
62
+     *  @param $module
63
+     *  @param mixed $table
64
+     *  @param mixed $tables
65
+     *  @param $filename
66 66
      */
67 67
     public function write($module, $table, $tables, $filename)
68 68
     {
@@ -77,8 +77,8 @@  discard block
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-    *  @public function setKeywords
81
-    *  @param mixed $keywords
80
+     *  @public function setKeywords
81
+     *  @param mixed $keywords
82 82
      */
83 83
     public function setKeywords($keywords)
84 84
     {
@@ -90,8 +90,8 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-    *  @public function getKeywords
94
-    *  @param null
93
+     *  @public function getKeywords
94
+     *  @param null
95 95
      * @return array
96 96
      */
97 97
     public function getKeywords()
@@ -139,9 +139,9 @@  discard block
 block discarded – undo
139 139
     }
140 140
 
141 141
     /**
142
-    *  @private function getXoopsVersionMySQL
143
-    *  @param $moduleDirname
144
-    *  @param $table
142
+     *  @private function getXoopsVersionMySQL
143
+     *  @param $moduleDirname
144
+     *  @param $table
145 145
      * @param $tables
146 146
      * @return string
147 147
      */
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
     }
168 168
 
169 169
     /**
170
-    *  @private function getXoopsVersionSearch
170
+     *  @private function getXoopsVersionSearch
171 171
      * @param $moduleDirname
172 172
      *
173 173
      * @return string
@@ -184,8 +184,8 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-    *  @private function getXoopsVersionComments
188
-    *  @param $moduleDirname
187
+     *  @private function getXoopsVersionComments
188
+     *  @param $moduleDirname
189 189
      *
190 190
      * @return string
191 191
      */
@@ -204,8 +204,8 @@  discard block
 block discarded – undo
204 204
     }
205 205
 
206 206
     /**
207
-    *  @private function getXoopsVersionTemplatesAdmin
208
-    *  @param $moduleDirname
207
+     *  @private function getXoopsVersionTemplatesAdmin
208
+     *  @param $moduleDirname
209 209
      * @param $tables
210 210
      *
211 211
      * @return string
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
     }
234 234
 
235 235
     /**
236
-    *  @private function getXoopsVersionTemplatesLine
236
+     *  @private function getXoopsVersionTemplatesLine
237 237
      * @param        $moduleDirname
238 238
      * @param        $type
239 239
      * @param string $extra
@@ -260,8 +260,8 @@  discard block
 block discarded – undo
260 260
     }
261 261
 
262 262
     /**
263
-    *  @private function getXoopsVersionTemplatesUser
264
-    *  @param $moduleDirname
263
+     *  @private function getXoopsVersionTemplatesUser
264
+     *  @param $moduleDirname
265 265
      * @param $tables
266 266
      * @return string
267 267
      */
@@ -323,8 +323,8 @@  discard block
 block discarded – undo
323 323
     }
324 324
 
325 325
     /**
326
-    *  @private function getXoopsVersionSubmenu
327
-       * @param $language
326
+     *  @private function getXoopsVersionSubmenu
327
+     * @param $language
328 328
      * @param $tables
329 329
      * @return string
330 330
      */
@@ -356,8 +356,8 @@  discard block
 block discarded – undo
356 356
     }
357 357
 
358 358
     /**
359
-    *  @private function getXoopsVersionBlocks
360
-      * @param $moduleDirname
359
+     *  @private function getXoopsVersionBlocks
360
+     * @param $moduleDirname
361 361
      * @param $tables
362 362
      * @param $language
363 363
      * @return string
@@ -389,7 +389,7 @@  discard block
 block discarded – undo
389 389
     }
390 390
 
391 391
     /**
392
-    *  @private function getXoopsVersionTypeBlocks
392
+     *  @private function getXoopsVersionTypeBlocks
393 393
      * @param $moduleDirname
394 394
      * @param $tableName
395 395
      * @param $stuTableSoleName
@@ -414,7 +414,7 @@  discard block
 block discarded – undo
414 414
     }
415 415
 
416 416
     /**
417
-    *  @private function getXoopsVersionConfig
417
+     *  @private function getXoopsVersionConfig
418 418
      * @param $module
419 419
      * @param $table
420 420
      * @param $language
@@ -565,7 +565,7 @@  discard block
 block discarded – undo
565 565
     }
566 566
 
567 567
     /**
568
-    *  @private function getNotificationsType
568
+     *  @private function getNotificationsType
569 569
      * @param $language
570 570
      * @param $type
571 571
      * @param $tableName
@@ -604,7 +604,7 @@  discard block
 block discarded – undo
604 604
     }
605 605
 
606 606
     /**
607
-    *  @private function getXoopsVersionNotifications
607
+     *  @private function getXoopsVersionNotifications
608 608
      * @param $module
609 609
      * @param $language
610 610
      * @return string
@@ -694,7 +694,7 @@  discard block
 block discarded – undo
694 694
     }
695 695
 
696 696
     /**
697
-    *  @private function getXoopsVersionNotificationGlobal
697
+     *  @private function getXoopsVersionNotificationGlobal
698 698
      * @param $language
699 699
      * @param $type
700 700
      * @param $name
@@ -719,7 +719,7 @@  discard block
 block discarded – undo
719 719
     }
720 720
 
721 721
     /**
722
-    *  @private function getXoopsVersionNotificationCategory
722
+     *  @private function getXoopsVersionNotificationCategory
723 723
      * @param $language
724 724
      * @param $type
725 725
      * @param $name
@@ -745,7 +745,7 @@  discard block
 block discarded – undo
745 745
     }
746 746
 
747 747
     /**
748
-    *  @private function getXoopsVersionNotificationTableName
748
+     *  @private function getXoopsVersionNotificationTableName
749 749
      * @param $language
750 750
      * @param $type
751 751
      * @param $name
@@ -772,7 +772,7 @@  discard block
 block discarded – undo
772 772
     }
773 773
 
774 774
     /**
775
-    *  @private function getXoopsVersionNotifications
775
+     *  @private function getXoopsVersionNotifications
776 776
      * @param $language
777 777
      * @param $type
778 778
      * @param $name
@@ -802,8 +802,8 @@  discard block
 block discarded – undo
802 802
     }
803 803
 
804 804
     /**
805
-    *  @public function render
806
-    *  @param null
805
+     *  @public function render
806
+     *  @param null
807 807
      * @return bool|string
808 808
      */
809 809
     public function render()
Please login to merge, or discard this patch.
class/files/admin/AdminMenu.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class AdminMenu 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,10 +38,10 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-    *  @static function getInstance
42
-    *  @param null
43
-    * @return AdminMenu
44
-    */
41
+     *  @static function getInstance
42
+     *  @param null
43
+     * @return AdminMenu
44
+     */
45 45
     public static function getInstance()
46 46
     {
47 47
         static $instance = false;
@@ -53,10 +53,10 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-    *  @public function write
57
-    *  @param string $module
58
-    *  @param string $filename
59
-    */
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param string $filename
59
+     */
60 60
     public function write($module, $filename)
61 61
     {
62 62
         $this->setModule($module);
@@ -91,10 +91,10 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-    *  @private function getAdminMenuHeader
95
-    *  @param null
96
-    * @return string
97
-    */
94
+     *  @private function getAdminMenuHeader
95
+     *  @param null
96
+     * @return string
97
+     */
98 98
     private function getAdminMenuHeader()
99 99
     {
100 100
         $dirname = array('$dirname' => 'basename(dirname(__DIR__))');
@@ -110,12 +110,12 @@  discard block
 block discarded – undo
110 110
     }
111 111
 
112 112
     /**
113
-    *  @private function getAdminMenuDashboard
114
-    *  @param string $language
115
-    *  @param integer $menu
116
-    *
117
-    * @return string
118
-    */
113
+     *  @private function getAdminMenuDashboard
114
+     *  @param string $language
115
+     *  @param integer $menu
116
+     *
117
+     * @return string
118
+     */
119 119
     private function getAdminMenuDashboard($language, $menu)
120 120
     {
121 121
         $xc = TDMCreateXoopsCode::getInstance();
@@ -128,12 +128,12 @@  discard block
 block discarded – undo
128 128
     }
129 129
 
130 130
     /**
131
-    *  @private function getAdminMenuImagesPath
132
-    *  @param array $tables
133
-    *  @param integer $t
134
-    *
135
-    * @return string
136
-    */
131
+     *  @private function getAdminMenuImagesPath
132
+     *  @param array $tables
133
+     *  @param integer $t
134
+     *
135
+     * @return string
136
+     */
137 137
     private function getAdminMenuImagesPath($tables, $t)
138 138
     {
139 139
         $xc = TDMCreateXoopsCode::getInstance();
@@ -191,10 +191,10 @@  discard block
 block discarded – undo
191 191
     }
192 192
 
193 193
     /**
194
-    *  @public function render
195
-    *  @param null
196
-    * @return bool|string
197
-    */
194
+     *  @public function render
195
+     *  @param null
196
+     * @return bool|string
197
+     */
198 198
     public function render()
199 199
     {
200 200
         $module = $this->getModule();
Please login to merge, or discard this patch.
class/files/admin/AdminIndex.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class AdminIndex 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,10 +38,10 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-    *  @static function getInstance
42
-    *  @param null
43
-    * @return AdminIndex
44
-    */
41
+     *  @static function getInstance
42
+     *  @param null
43
+     * @return AdminIndex
44
+     */
45 45
     public static function getInstance()
46 46
     {
47 47
         static $instance = false;
@@ -53,11 +53,11 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-    *  @public function write
57
-    *  @param string $module
58
-    *  @param mixed $tables
59
-    *  @param string $filename
60
-    */
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param mixed $tables
59
+     *  @param string $filename
60
+     */
61 61
     public function write($module, $tables, $filename)
62 62
     {
63 63
         $this->setModule($module);
@@ -131,10 +131,10 @@  discard block
 block discarded – undo
131 131
     }
132 132
 
133 133
     /**
134
-    *  @public function render
135
-    *  @param null
136
-    * @return bool|string
137
-    */
134
+     *  @public function render
135
+     *  @param null
136
+     * @return bool|string
137
+     */
138 138
     public function render()
139 139
     {
140 140
         $module = $this->getModule();
Please login to merge, or discard this patch.
class/files/admin/AdminXoopsCode.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -28,10 +28,10 @@
 block discarded – undo
28 28
 class AdminXoopsCode
29 29
 {
30 30
     /**
31
-    *  @static function getInstance
32
-    *  @param null
33
-    * @return AdminXoopsCode
34
-    */
31
+     *  @static function getInstance
32
+     *  @param null
33
+     * @return AdminXoopsCode
34
+     */
35 35
     public static function getInstance()
36 36
     {
37 37
         static $instance = false;
Please login to merge, or discard this patch.
class/files/admin/AdminFooter.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -28,14 +28,14 @@  discard block
 block discarded – undo
28 28
 class AdminFooter extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var string
32
-    */
31
+     * @var string
32
+     */
33 33
     private $xc = 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
     {
@@ -45,9 +45,9 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-    *  @static function getInstance
49
-    * @return AdminFooter
50
-    */
48
+     *  @static function getInstance
49
+     * @return AdminFooter
50
+     */
51 51
     public static function getInstance()
52 52
     {
53 53
         static $instance = false;
@@ -59,10 +59,10 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-    *  @public function write
63
-    *  @param string $module
64
-    *  @param string $filename
65
-    */
62
+     *  @public function write
63
+     *  @param string $module
64
+     *  @param string $filename
65
+     */
66 66
     public function write($module, $filename)
67 67
     {
68 68
         $this->setModule($module);
@@ -70,10 +70,10 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-    *  @public function render
74
-    *  @param null
75
-    * @return bool|string
76
-    */
73
+     *  @public function render
74
+     *  @param null
75
+     * @return bool|string
76
+     */
77 77
     public function render()
78 78
     {
79 79
         $module = $this->getModule();
Please login to merge, or discard this patch.
class/files/admin/AdminAbout.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -28,19 +28,19 @@  discard block
 block discarded – undo
28 28
 class AdminAbout extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var mixed
32
-    */
31
+     * @var mixed
32
+     */
33 33
     private $axc = null;
34 34
 
35 35
     /**
36
-    * @var string
37
-    */
36
+     * @var string
37
+     */
38 38
     private $xc = null;
39 39
 
40 40
     /**
41
-    *  @public function constructor
42
-    *  @param null
43
-    */
41
+     *  @public function constructor
42
+     *  @param null
43
+     */
44 44
 
45 45
     public function __construct()
46 46
     {
@@ -50,10 +50,10 @@  discard block
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-    *  @static function getInstance
54
-    *  @param null
55
-    * @return AdminAbout
56
-    */
53
+     *  @static function getInstance
54
+     *  @param null
55
+     * @return AdminAbout
56
+     */
57 57
     public static function getInstance()
58 58
     {
59 59
         static $instance = false;
@@ -65,10 +65,10 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-    *  @public function write
69
-    *  @param string $module
70
-    *  @param string $filename
71
-    */
68
+     *  @public function write
69
+     *  @param string $module
70
+     *  @param string $filename
71
+     */
72 72
     public function write($module, $filename)
73 73
     {
74 74
         $this->setModule($module);
@@ -76,10 +76,10 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-    *  @public function render
80
-    *  @param null
81
-    * @return bool|string
82
-    */
79
+     *  @public function render
80
+     *  @param null
81
+     * @return bool|string
82
+     */
83 83
     public function render()
84 84
     {
85 85
         $module = $this->getModule();
Please login to merge, or discard this patch.
class/files/admin/AdminHeader.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -28,14 +28,14 @@  discard block
 block discarded – undo
28 28
 class AdminHeader extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var mixed
32
-    */
31
+     * @var mixed
32
+     */
33 33
     private $xc = 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
     {
@@ -45,8 +45,8 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-    *  @static function getInstance
49
-    *  @param null
48
+     *  @static function getInstance
49
+     *  @param null
50 50
      * @return AdminHeader
51 51
      */
52 52
     public static function getInstance()
@@ -60,12 +60,12 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-    *  @public function write
64
-    *  @param string $module
65
-    *  @param mixed $table
66
-    *  @param array $tables
67
-    *  @param string $filename
68
-    */
63
+     *  @public function write
64
+     *  @param string $module
65
+     *  @param mixed $table
66
+     *  @param array $tables
67
+     *  @param string $filename
68
+     */
69 69
     public function write($module, $table, $tables, $filename)
70 70
     {
71 71
         $this->setModule($module);
@@ -136,8 +136,8 @@  discard block
 block discarded – undo
136 136
     }
137 137
 
138 138
     /**
139
-    *  @public function render
140
-    *  @param null
139
+     *  @public function render
140
+     *  @param null
141 141
      * @return bool|string
142 142
      */
143 143
     public function render()
Please login to merge, or discard this patch.
class/files/admin/AdminPages.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -67,12 +67,12 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-    *  @private function getAdminPagesHeader
71
-    *  @param $moduleDirname
72
-    *  @param $tableName
73
-    *  @param $fieldId
74
-    *  @return string
75
-    */
70
+     *  @private function getAdminPagesHeader
71
+     *  @param $moduleDirname
72
+     *  @param $tableName
73
+     *  @param $fieldId
74
+     *  @return string
75
+     */
76 76
     private function getAdminPagesHeader($moduleDirname, $tableName, $fieldId)
77 77
     {
78 78
         $pc = TDMCreatePhpCode::getInstance();
@@ -190,15 +190,15 @@  discard block
 block discarded – undo
190 190
     }
191 191
 
192 192
     /**
193
-    *  @private function getPermissionsSave
194
-    *  @param $moduleDirname
195
-    *  @param $fieldId
196
-    *  @param $ccFieldId
197
-    *  @param $newFieldId
198
-    *  @param $perm
199
-    *
200
-    *  @return string
201
-    */
193
+     *  @private function getPermissionsSave
194
+     *  @param $moduleDirname
195
+     *  @param $fieldId
196
+     *  @param $ccFieldId
197
+     *  @param $newFieldId
198
+     *  @param $perm
199
+     *
200
+     *  @return string
201
+     */
202 202
     private function getPermissionsSave($moduleDirname, $fieldId, $ccFieldId, $newFieldId, $perm = 'view')
203 203
     {
204 204
         $pc = TDMCreatePhpCode::getInstance();
Please login to merge, or discard this patch.