Completed
Push — master ( 55b92e...48ecb4 )
by Michael
01:50
created
class/tree.php 1 patch
Doc Comments   +18 added lines patch added patch discarded remove patch
@@ -16,6 +16,11 @@  discard block
 block discarded – undo
16 16
 //    {
17 17
 //    }
18 18
 
19
+    /**
20
+     * @param integer $key
21
+     * @param string $ret
22
+     * @param string $prefix_orig
23
+     */
19 24
     public function _makePagesAdminOptions($key, &$ret, $prefix_orig, $objInsinstr, $class = 'odd', $prefix_curr = '')
20 25
     {
21 26
         if ($key > 0) {
@@ -119,6 +124,11 @@  discard block
 block discarded – undo
119 124
     // === Дерево категорий в админке ===
120 125
     // ==================================
121 126
 
127
+    /**
128
+     * @param integer $key
129
+     * @param string $ret
130
+     * @param string $prefix_orig
131
+     */
122 132
     public function _makeCatsAdminOptions($key, &$ret, $prefix_orig, $cidinstrids = [], &$class = 'odd', $prefix_curr = '')
123 133
     {
124 134
         if ($key > 0) {
@@ -204,6 +214,10 @@  discard block
 block discarded – undo
204 214
     // Список страниц на стороне пользователя
205 215
     // ======================================
206 216
 
217
+    /**
218
+     * @param integer $key
219
+     * @param string $ret
220
+     */
207 221
     public function _makePagesUserTree($key, &$ret, $currpageid = 0, &$lastpageids = [], $level = 0)
208 222
     {
209 223
 
@@ -308,6 +322,10 @@  discard block
 block discarded – undo
308 322
 
309 323
     // Находим предыдущую и следующую страницы.
310 324
     // Находим последнии страницы на каждом уровне.
325
+
326
+    /**
327
+     * @param integer $key
328
+     */
311 329
     public function _makePagesUserCalc($key, $currpageid = 0, &$prevpages = [], &$nextpages = [], &$lastpageids = [], $level = 0)
312 330
     {
313 331
 
Please login to merge, or discard this patch.