Completed
Pull Request — master (#291)
by Richard
08:32
created
htdocs/class/xoopsform/renderer/XoopsFormRendererBootstrap3.php 1 patch
Doc Comments   +15 added lines patch added patch discarded remove patch
@@ -86,6 +86,11 @@  discard block
 block discarded – undo
86 86
         }
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $type
91
+     * @param string $elememtId
92
+     * @param string $elementName
93
+     */
89 94
     protected function renderCheckedInline(XoopsFormElement $element, $type, $elememtId, $elementName)
90 95
     {
91 96
         $class = $type . '-inline';
@@ -109,6 +114,11 @@  discard block
 block discarded – undo
109 114
         return $ret;
110 115
     }
111 116
 
117
+    /**
118
+     * @param string $type
119
+     * @param string $elememtId
120
+     * @param string $elementName
121
+     */
112 122
     protected function renderCheckedOneColumn(XoopsFormElement $element, $type, $elememtId, $elementName)
113 123
     {
114 124
         $class = $type;
@@ -134,6 +144,11 @@  discard block
 block discarded – undo
134 144
         return $ret;
135 145
     }
136 146
 
147
+    /**
148
+     * @param string $type
149
+     * @param string $elememtId
150
+     * @param string $elementName
151
+     */
137 152
     protected function renderCheckedColumnar(XoopsFormElement $element, $type, $elememtId, $elementName)
138 153
     {
139 154
         $class = $type;
Please login to merge, or discard this patch.