Completed
Push — master ( c5c3b2...c4462d )
by Michael
02:26
created
admin/mygrouppermform.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -77,6 +77,9 @@  discard block
 block discarded – undo
77 77
 
78 78
 	/**
79 79
 	 * Constructor
80
+	 * @param integer $modid
81
+	 * @param string $permname
82
+	 * @param string $permdesc
80 83
 	 */
81 84
 	function MyXoopsGroupPermForm($title, $modid, $permname, $permdesc)
82 85
 	{
@@ -108,6 +111,8 @@  discard block
 block discarded – undo
108 111
 	 * Add appendix
109 112
 	 *
110 113
 	 * @access public
114
+	 * @param string $permName
115
+	 * @param string $itemName
111 116
 	 */
112 117
 	function addAppendix($permName,$itemId,$itemName)
113 118
 	{
@@ -241,6 +246,7 @@  discard block
 block discarded – undo
241 246
 
242 247
 	/**
243 248
 	 * Constructor
249
+	 * @param string $name
244 250
 	 */
245 251
 	function MyXoopsGroupFormCheckBox($caption, $name, $groupId, $values = null)
246 252
 	{
Please login to merge, or discard this patch.
class/class_lists.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -30,10 +30,6 @@
 block discarded – undo
30 30
      * @param unknown $value 
31 31
      * @param string $selected 
32 32
      * @param integer $size 
33
-     * @param integer $emptyselect 
34
-     * @param integer $type 
35
-     * @param string $prefix 
36
-     * @param string $suffix 
37 33
      * @return 
38 34
      */
39 35
     function fileList( $path = "uploads", $value = null, $selected='', $size = 1  ) {
Please login to merge, or discard this patch.
class/class_thumbnail.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -53,9 +53,9 @@
 block discarded – undo
53 53
     /**
54 54
      * Constructor
55 55
      * 
56
-     * @param string $_img_name 
57
-     * @param string $_img_path 
58
-     * @param string $_img_savepath 
56
+     * @param string $img_name 
57
+     * @param string $img_path 
58
+     * @param string $img_savepath 
59 59
      */
60 60
     function wfThumbsNails( $img_name = null, $img_path = null, $img_savepath = null )
61 61
     {
Please login to merge, or discard this patch.
class/uploader.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,11 +87,10 @@  discard block
 block discarded – undo
87 87
      * Constructor
88 88
      * 
89 89
      * @param string $uploadDir 
90
-     * @param array $allowedMimeTypes 
90
+     * @param integer $allowedMimeTypes 
91 91
      * @param int $maxFileSize 
92 92
      * @param int $maxWidth 
93 93
      * @param int $maxHeight 
94
-     * @param int $cmodvalue 
95 94
      */
96 95
     function XoopsMediaUploader($uploadDir, $allowedMimeTypes = 0, $maxFileSize, $maxWidth = 0, $maxHeight = 0) {
97 96
         if (is_array($allowedMimeTypes)) {
@@ -107,6 +106,9 @@  discard block
 block discarded – undo
107 106
         } 
108 107
     } 
109 108
 
109
+    /**
110
+     * @param integer $value
111
+     */
110 112
     function noAdminSizeCheck($value) {
111 113
         $this->noadmin_sizecheck = $value;
112 114
     } 
@@ -310,6 +312,7 @@  discard block
 block discarded – undo
310 312
     /**
311 313
      * Copy the file to its destination
312 314
      * 
315
+     * @param integer $chmod
313 316
      * @return bool 
314 317
      */
315 318
     function _copyFile($chmod) {
Please login to merge, or discard this patch.
class/wfl_lists.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -67,6 +67,9 @@
 block discarded – undo
67 67
         return $dirlist;
68 68
     }
69 69
 
70
+    /**
71
+     * @param string $dirname
72
+     */
70 73
     function &getListTypeAsArray($dirname, $type='', $prefix="", $noselection = 1) {
71 74
 	
72 75
 		$filelist = array();
Please login to merge, or discard this patch.
EXTRA/htdocs/modules/wflinks/admin/mygrouppermform.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -78,6 +78,9 @@  discard block
 block discarded – undo
78 78
 
79 79
     /**
80 80
      * Constructor
81
+     * @param integer $modid
82
+     * @param string $permname
83
+     * @param string $permdesc
81 84
      */
82 85
     function MyXoopsGroupPermForm($title, $modid, $permname, $permdesc)
83 86
     {
@@ -110,6 +113,8 @@  discard block
 block discarded – undo
110 113
      * Add appendix
111 114
      *
112 115
      * @access public
116
+     * @param string $permName
117
+     * @param string $itemName
113 118
      */
114 119
     function addAppendix($permName,$itemId,$itemName)
115 120
     {
@@ -244,6 +249,7 @@  discard block
 block discarded – undo
244 249
 
245 250
     /**
246 251
      * Constructor
252
+     * @param string $name
247 253
      */
248 254
     function MyXoopsGroupFormCheckBox($caption, $name, $groupId, $values = null)
249 255
     {
Please login to merge, or discard this patch.
EXTRA/htdocs/modules/wflinks/class/class_lists.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -30,10 +30,6 @@
 block discarded – undo
30 30
      * @param unknown $value
31 31
      * @param string  $selected
32 32
      * @param integer $size
33
-     * @param integer $emptyselect
34
-     * @param integer $type
35
-     * @param string  $prefix
36
-     * @param string  $suffix
37 33
      * @return
38 34
      */
39 35
     function fileList( $path = "uploads", $value = null, $selected='', $size = 1  )
Please login to merge, or discard this patch.
EXTRA/htdocs/modules/wflinks/class/uploader.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,11 +88,10 @@  discard block
 block discarded – undo
88 88
      * Constructor
89 89
      *
90 90
      * @param string $uploadDir
91
-     * @param array  $allowedMimeTypes
91
+     * @param integer  $allowedMimeTypes
92 92
      * @param int    $maxFileSize
93 93
      * @param int    $maxWidth
94 94
      * @param int    $maxHeight
95
-     * @param int    $cmodvalue
96 95
      */
97 96
     function XoopsMediaUploader($uploadDir, $allowedMimeTypes = 0, $maxFileSize, $maxWidth = 0, $maxHeight = 0)
98 97
     {
@@ -109,6 +108,9 @@  discard block
 block discarded – undo
109 108
         }
110 109
     }
111 110
 
111
+    /**
112
+     * @param integer $value
113
+     */
112 114
     function noAdminSizeCheck($value)
113 115
     {
114 116
         $this->noadmin_sizecheck = $value;
@@ -331,6 +333,7 @@  discard block
 block discarded – undo
331 333
     /**
332 334
      * Copy the file to its destination
333 335
      *
336
+     * @param integer $chmod
334 337
      * @return bool
335 338
      */
336 339
     function _copyFile($chmod)
Please login to merge, or discard this patch.
EXTRA/htdocs/modules/wflinks/class/wfl_lists.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
         return $dirlist;
71 71
     }
72 72
 
73
+    /**
74
+     * @param string $dirname
75
+     */
73 76
     function &getListTypeAsArray($dirname, $type='', $prefix="", $noselection = 1) {
74 77
 
75 78
         $filelist = array();
Please login to merge, or discard this patch.