Completed
Push — master ( 382ca7...8138ff )
by Michael
02:05
created
include/config.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
 $moduleDirName = basename(dirname(__DIR__));
23 23
 $capsDirName   = strtoupper($moduleDirName);
24 24
 
25
-if (!defined($capsDirName . '_DIRNAME')) {
25
+if ( ! defined($capsDirName . '_DIRNAME')) {
26 26
     //if (!defined(constant($capsDirName . '_DIRNAME'))) {
27 27
     define($capsDirName . '_DIRNAME', $GLOBALS['xoopsModule']->dirname());
28 28
     define($capsDirName . '_PATH', XOOPS_ROOT_PATH . '/modules/' . constant($capsDirName . '_DIRNAME'));
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
 }
36 36
 
37 37
 //Configurator
38
-return (object)[
38
+return (object) [
39 39
     'name'          => strtoupper($moduleDirName) . ' Module Configurator',
40 40
     'paths'         => [
41 41
         'dirname'    => $moduleDirName,
Please login to merge, or discard this patch.
Indentation   +46 added lines, -46 removed lines patch added patch discarded remove patch
@@ -23,57 +23,57 @@
 block discarded – undo
23 23
 $capsDirName   = strtoupper($moduleDirName);
24 24
 
25 25
 if (!defined($capsDirName . '_DIRNAME')) {
26
-    //if (!defined(constant($capsDirName . '_DIRNAME'))) {
27
-    define($capsDirName . '_DIRNAME', $GLOBALS['xoopsModule']->dirname());
28
-    define($capsDirName . '_PATH', XOOPS_ROOT_PATH . '/modules/' . constant($capsDirName . '_DIRNAME'));
29
-    define($capsDirName . '_URL', XOOPS_URL . '/modules/' . constant($capsDirName . '_DIRNAME'));
30
-    define($capsDirName . '_ADMIN', constant($capsDirName . '_URL') . '/admin/index.php');
31
-    define($capsDirName . '_ROOT_PATH', XOOPS_ROOT_PATH . '/modules/' . constant($capsDirName . '_DIRNAME'));
32
-    define($capsDirName . '_AUTHOR_LOGOIMG', constant($capsDirName . '_URL') . '/assets/images/logoModule.png');
33
-    define($capsDirName . '_UPLOAD_URL', XOOPS_UPLOAD_URL . '/' . $moduleDirName); // WITHOUT Trailing slash
34
-    define($capsDirName . '_UPLOAD_PATH', XOOPS_UPLOAD_PATH . '/' . $moduleDirName); // WITHOUT Trailing slash
26
+	//if (!defined(constant($capsDirName . '_DIRNAME'))) {
27
+	define($capsDirName . '_DIRNAME', $GLOBALS['xoopsModule']->dirname());
28
+	define($capsDirName . '_PATH', XOOPS_ROOT_PATH . '/modules/' . constant($capsDirName . '_DIRNAME'));
29
+	define($capsDirName . '_URL', XOOPS_URL . '/modules/' . constant($capsDirName . '_DIRNAME'));
30
+	define($capsDirName . '_ADMIN', constant($capsDirName . '_URL') . '/admin/index.php');
31
+	define($capsDirName . '_ROOT_PATH', XOOPS_ROOT_PATH . '/modules/' . constant($capsDirName . '_DIRNAME'));
32
+	define($capsDirName . '_AUTHOR_LOGOIMG', constant($capsDirName . '_URL') . '/assets/images/logoModule.png');
33
+	define($capsDirName . '_UPLOAD_URL', XOOPS_UPLOAD_URL . '/' . $moduleDirName); // WITHOUT Trailing slash
34
+	define($capsDirName . '_UPLOAD_PATH', XOOPS_UPLOAD_PATH . '/' . $moduleDirName); // WITHOUT Trailing slash
35 35
 }
36 36
 
37 37
 //Configurator
38 38
 return (object)[
39
-    'name'          => strtoupper($moduleDirName) . ' Module Configurator',
40
-    'paths'         => [
41
-        'dirname'    => $moduleDirName,
42
-        'admin'      => XOOPS_ROOT_PATH . '/modules/' . $moduleDirName . '/admin',
43
-        //        'path'       => XOOPS_ROOT_PATH . '/modules/' . $moduleDirName,
44
-        //        'url'        => XOOPS_URL . '/modules/' . $moduleDirName,
45
-        'uploadPath' => XOOPS_UPLOAD_PATH . '/' . $moduleDirName,
46
-        'uploadUrl'  => XOOPS_UPLOAD_URL . '/' . $moduleDirName,
47
-    ],
48
-    'uploadFolders' => [
49
-        constant($capsDirName . '_UPLOAD_PATH'),
50
-        //constant($capsDirName . '_UPLOAD_PATH') . '/category',
51
-        //constant($capsDirName . '_UPLOAD_PATH') . '/screenshots',
52
-        //XOOPS_UPLOAD_PATH . '/flags'
53
-    ],
54
-    'blankFiles'    => [
55
-        constant($capsDirName . '_UPLOAD_PATH'),
56
-        //constant($capsDirName . '_UPLOAD_PATH') . '/category',
57
-        //constant($capsDirName . '_UPLOAD_PATH') . '/screenshots',
58
-        //XOOPS_UPLOAD_PATH . '/flags'
59
-    ],
39
+	'name'          => strtoupper($moduleDirName) . ' Module Configurator',
40
+	'paths'         => [
41
+		'dirname'    => $moduleDirName,
42
+		'admin'      => XOOPS_ROOT_PATH . '/modules/' . $moduleDirName . '/admin',
43
+		//        'path'       => XOOPS_ROOT_PATH . '/modules/' . $moduleDirName,
44
+		//        'url'        => XOOPS_URL . '/modules/' . $moduleDirName,
45
+		'uploadPath' => XOOPS_UPLOAD_PATH . '/' . $moduleDirName,
46
+		'uploadUrl'  => XOOPS_UPLOAD_URL . '/' . $moduleDirName,
47
+	],
48
+	'uploadFolders' => [
49
+		constant($capsDirName . '_UPLOAD_PATH'),
50
+		//constant($capsDirName . '_UPLOAD_PATH') . '/category',
51
+		//constant($capsDirName . '_UPLOAD_PATH') . '/screenshots',
52
+		//XOOPS_UPLOAD_PATH . '/flags'
53
+	],
54
+	'blankFiles'    => [
55
+		constant($capsDirName . '_UPLOAD_PATH'),
56
+		//constant($capsDirName . '_UPLOAD_PATH') . '/category',
57
+		//constant($capsDirName . '_UPLOAD_PATH') . '/screenshots',
58
+		//XOOPS_UPLOAD_PATH . '/flags'
59
+	],
60 60
 
61
-    'templateFolders' => [
62
-        '/templates/',
63
-        '/templates/blocks/',
64
-        '/templates/admin/'
61
+	'templateFolders' => [
62
+		'/templates/',
63
+		'/templates/blocks/',
64
+		'/templates/admin/'
65 65
 
66
-    ],
67
-    'oldFiles'        => [//        '/sql/mysql.sql',
68
-    ],
69
-    'oldFolders'      => [
70
-        '/images',
71
-        '/css',
72
-        '/js',
73
-        '/tree',
74
-        '/images/icons/16',
75
-        '/images/icons/32',
76
-    ],
77
-    'modCopyright'    => "<a href='https://xoops.org' title='XOOPS Project' target='_blank'>
66
+	],
67
+	'oldFiles'        => [//        '/sql/mysql.sql',
68
+	],
69
+	'oldFolders'      => [
70
+		'/images',
71
+		'/css',
72
+		'/js',
73
+		'/tree',
74
+		'/images/icons/16',
75
+		'/images/icons/32',
76
+	],
77
+	'modCopyright'    => "<a href='https://xoops.org' title='XOOPS Project' target='_blank'>
78 78
                      <img src='" . $capsDirName . '_AUTHOR_LOGOIMG' . '\' alt=\'XOOPS Project\' /></a>',
79 79
 ];
Please login to merge, or discard this patch.
include/pagetypes.inc.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 // Типы страницы
3 3
 return [
4
-    0 => _AM_INSTR_PT_0,
5
-    1 => _AM_INSTR_PT_1
4
+	0 => _AM_INSTR_PT_0,
5
+	1 => _AM_INSTR_PT_1
6 6
 ];
Please login to merge, or discard this patch.
include/plugin.tag.php 3 patches
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,8 @@  discard block
 block discarded – undo
52 52
                . "                FROM {$itemHandler->table} "
53 53
                . "                WHERE {$itemHandler->table}.status > 0"
54 54
                . '            ) '
55
-               . '        )'; else:
55
+               . '        )'; else {
56
+               	:
56 57
         $sql = "    DELETE {$linkHandler->table} FROM {$linkHandler->table}"
57 58
                . "    LEFT JOIN {$itemHandler->table} AS aa ON {$linkHandler->table}.tag_itemid = aa.{$itemHandler->keyName} "
58 59
                . '    WHERE '
@@ -60,7 +61,8 @@  discard block
 block discarded – undo
60 61
                . '        AND '
61 62
                . "        ( aa.{$itemHandler->keyName} IS NULL"
62 63
                . '            OR aa.status < 1'
63
-               . '        )';
64
+               . '        )';
65
+               }
64 66
     endif;
65 67
     if (!$result = $linkHandler->db->queryF($sql)) {
66 68
         //xoops_error($linkHandler->db->error());
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,14 +7,14 @@  discard block
 block discarded – undo
7 7
  */
8 8
 function instruction_tag_iteminfo(&$items)
9 9
 {
10
-    if (empty($items) || !is_array($items)) {
10
+    if (empty($items) || ! is_array($items)) {
11 11
         return false;
12 12
     }
13 13
 
14 14
     $items_id = [];
15 15
     foreach (array_keys($items) as $cat_id) {
16 16
         foreach (array_keys($items[$cat_id]) as $item_id) {
17
-            $items_id[] = (int)$item_id;
17
+            $items_id[] = (int) $item_id;
18 18
         }
19 19
     }
20 20
 
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
                . '            OR aa.status < 1'
71 71
                . '        )';
72 72
     endif;
73
-    if (!$result = $linkHandler->db->queryF($sql)) {
73
+    if ( ! $result = $linkHandler->db->queryF($sql)) {
74 74
         //xoops_error($linkHandler->db->error());
75 75
     }
76 76
 }
Please login to merge, or discard this patch.
Indentation   +54 added lines, -54 removed lines patch added patch discarded remove patch
@@ -7,37 +7,37 @@  discard block
 block discarded – undo
7 7
  */
8 8
 function instruction_tag_iteminfo(&$items)
9 9
 {
10
-    if (empty($items) || !is_array($items)) {
11
-        return false;
12
-    }
10
+	if (empty($items) || !is_array($items)) {
11
+		return false;
12
+	}
13 13
 
14
-    $items_id = [];
15
-    foreach (array_keys($items) as $cat_id) {
16
-        foreach (array_keys($items[$cat_id]) as $item_id) {
17
-            $items_id[] = (int)$item_id;
18
-        }
19
-    }
14
+	$items_id = [];
15
+	foreach (array_keys($items) as $cat_id) {
16
+		foreach (array_keys($items[$cat_id]) as $item_id) {
17
+			$items_id[] = (int)$item_id;
18
+		}
19
+	}
20 20
 
21
-    $itemHandler = xoops_getModuleHandler('instruction', 'instruction');
22
-    $items_obj   = $itemHandler->getObjects(new \Criteria('instrid', '(' . implode(', ', $items_id) . ')', 'IN'), true);
21
+	$itemHandler = xoops_getModuleHandler('instruction', 'instruction');
22
+	$items_obj   = $itemHandler->getObjects(new \Criteria('instrid', '(' . implode(', ', $items_id) . ')', 'IN'), true);
23 23
 
24
-    foreach (array_keys($items) as $cat_id) {
25
-        foreach (array_keys($items[$cat_id]) as $item_id) {
26
-            if (isset($items_obj[$item_id])) {
27
-                $item_obj                 = $items_obj[$item_id];
28
-                $items[$cat_id][$item_id] = [
29
-                    'title'   => $item_obj->getVar('title'),
30
-                    'uid'     => $item_obj->getVar('uid'),
31
-                    'link'    => "instr.php?id={$item_id}",
32
-                    'time'    => $item_obj->getVar('datecreated'),
33
-                    'tags'    => '',
34
-                    'content' => '',
35
-                ];
36
-            }
37
-        }
38
-    }
39
-    unset($items_obj);
40
-    return '';
24
+	foreach (array_keys($items) as $cat_id) {
25
+		foreach (array_keys($items[$cat_id]) as $item_id) {
26
+			if (isset($items_obj[$item_id])) {
27
+				$item_obj                 = $items_obj[$item_id];
28
+				$items[$cat_id][$item_id] = [
29
+					'title'   => $item_obj->getVar('title'),
30
+					'uid'     => $item_obj->getVar('uid'),
31
+					'link'    => "instr.php?id={$item_id}",
32
+					'time'    => $item_obj->getVar('datecreated'),
33
+					'tags'    => '',
34
+					'content' => '',
35
+				];
36
+			}
37
+		}
38
+	}
39
+	unset($items_obj);
40
+	return '';
41 41
 }
42 42
 
43 43
 // Синхронизация тегов
@@ -46,31 +46,31 @@  discard block
 block discarded – undo
46 46
  */
47 47
 function instruction_tag_synchronization($mid)
48 48
 {
49
-    $itemHandler = xoops_getModuleHandler('instruction', 'instruction');
50
-    $linkHandler = xoops_getModuleHandler('link', 'tag');
49
+	$itemHandler = xoops_getModuleHandler('instruction', 'instruction');
50
+	$linkHandler = xoops_getModuleHandler('link', 'tag');
51 51
 
52
-    /* clear tag-item links */
53
-    if (version_compare($GLOBALS['xoopsDB']->getServerVersion(), '4.1.0', 'ge')):
54
-        $sql = "    DELETE FROM {$linkHandler->table}"
55
-               . '    WHERE '
56
-               . "        tag_modid = {$mid}"
57
-               . '        AND '
58
-               . '        ( tag_itemid NOT IN '
59
-               . "            ( SELECT DISTINCT {$itemHandler->keyName} "
60
-               . "                FROM {$itemHandler->table} "
61
-               . "                WHERE {$itemHandler->table}.status > 0"
62
-               . '            ) '
63
-               . '        )'; else:
64
-        $sql = "    DELETE {$linkHandler->table} FROM {$linkHandler->table}"
65
-               . "    LEFT JOIN {$itemHandler->table} AS aa ON {$linkHandler->table}.tag_itemid = aa.{$itemHandler->keyName} "
66
-               . '    WHERE '
67
-               . "        tag_modid = {$mid}"
68
-               . '        AND '
69
-               . "        ( aa.{$itemHandler->keyName} IS NULL"
70
-               . '            OR aa.status < 1'
71
-               . '        )';
72
-    endif;
73
-    if (!$result = $linkHandler->db->queryF($sql)) {
74
-        //xoops_error($linkHandler->db->error());
75
-    }
52
+	/* clear tag-item links */
53
+	if (version_compare($GLOBALS['xoopsDB']->getServerVersion(), '4.1.0', 'ge')):
54
+		$sql = "    DELETE FROM {$linkHandler->table}"
55
+			   . '    WHERE '
56
+			   . "        tag_modid = {$mid}"
57
+			   . '        AND '
58
+			   . '        ( tag_itemid NOT IN '
59
+			   . "            ( SELECT DISTINCT {$itemHandler->keyName} "
60
+			   . "                FROM {$itemHandler->table} "
61
+			   . "                WHERE {$itemHandler->table}.status > 0"
62
+			   . '            ) '
63
+			   . '        )'; else:
64
+		$sql = "    DELETE {$linkHandler->table} FROM {$linkHandler->table}"
65
+			   . "    LEFT JOIN {$itemHandler->table} AS aa ON {$linkHandler->table}.tag_itemid = aa.{$itemHandler->keyName} "
66
+			   . '    WHERE '
67
+			   . "        tag_modid = {$mid}"
68
+			   . '        AND '
69
+			   . "        ( aa.{$itemHandler->keyName} IS NULL"
70
+			   . '            OR aa.status < 1'
71
+			   . '        )';
72
+	endif;
73
+	if (!$result = $linkHandler->db->queryF($sql)) {
74
+		//xoops_error($linkHandler->db->error());
75
+	}
76 76
 }
Please login to merge, or discard this patch.
include/search.inc.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
     $sql = 'SELECT p.pageid, p.title, p.uid, p.datecreated, i.title FROM ' . $GLOBALS['xoopsDB']->prefix('instruction_page') . ' p, ' . $GLOBALS['xoopsDB']->prefix('instruction_instr') . ' i WHERE i.instrid = p.instrid AND i.status > 0 AND p.status > 0 AND p.type > 0';
11 11
     if (0 != $userid) {
12
-        $sql .= ' AND p.uid = ' . (int)$userid . ' ';
12
+        $sql .= ' AND p.uid = ' . (int) $userid . ' ';
13 13
         //return NULL;
14 14
     }
15 15
 
Please login to merge, or discard this patch.
Indentation   +39 added lines, -39 removed lines patch added patch discarded remove patch
@@ -13,46 +13,46 @@
 block discarded – undo
13 13
  */
14 14
 function instruction_search($queryarray, $andor, $limit, $offset, $userid)
15 15
 {
16
-    // Подключаем функции
17
-    $moduleDirName = basename(dirname(__DIR__));
18
-    include_once $GLOBALS['xoops']->path('modules/' . $moduleDirName . '/class/utility.php');
16
+	// Подключаем функции
17
+	$moduleDirName = basename(dirname(__DIR__));
18
+	include_once $GLOBALS['xoops']->path('modules/' . $moduleDirName . '/class/utility.php');
19 19
 
20
-    $sql = 'SELECT p.pageid, p.title, p.uid, p.datecreated, i.title FROM ' . $GLOBALS['xoopsDB']->prefix('instruction_page') . ' p, ' . $GLOBALS['xoopsDB']->prefix('instruction_instr') . ' i WHERE i.instrid = p.instrid AND i.status > 0 AND p.status > 0 AND p.type > 0';
21
-    if (0 != $userid) {
22
-        $sql .= ' AND p.uid = ' . (int)$userid . ' ';
23
-        //return NULL;
24
-    }
20
+	$sql = 'SELECT p.pageid, p.title, p.uid, p.datecreated, i.title FROM ' . $GLOBALS['xoopsDB']->prefix('instruction_page') . ' p, ' . $GLOBALS['xoopsDB']->prefix('instruction_instr') . ' i WHERE i.instrid = p.instrid AND i.status > 0 AND p.status > 0 AND p.type > 0';
21
+	if (0 != $userid) {
22
+		$sql .= ' AND p.uid = ' . (int)$userid . ' ';
23
+		//return NULL;
24
+	}
25 25
 
26
-    // Права на просмотр
27
-    $categories = Xoopsmodules\instruction\Utility::getItemIds();
28
-    if (is_array($categories) && count($categories) > 0) {
29
-        $sql .= ' AND i.cid IN ( ' . implode(', ', $categories) . ' ) ';
30
-        // Если пользователь не имеет прав просмотра ни одной категории
31
-    } else {
32
-        return null;
33
-    }
26
+	// Права на просмотр
27
+	$categories = Xoopsmodules\instruction\Utility::getItemIds();
28
+	if (is_array($categories) && count($categories) > 0) {
29
+		$sql .= ' AND i.cid IN ( ' . implode(', ', $categories) . ' ) ';
30
+		// Если пользователь не имеет прав просмотра ни одной категории
31
+	} else {
32
+		return null;
33
+	}
34 34
 
35
-    // Добавляем в условие ключевые слова поиска
36
-    if (is_array($queryarray) && $count = count($queryarray)) {
37
-        $sql .= " AND ( ( p.title LIKE '%$queryarray[0]%' OR p.hometext LIKE '%$queryarray[0]%' )";
38
-        for ($i = 1; $i < $count; $i++) {
39
-            $sql .= " $andor ";
40
-            $sql .= "( p.title LIKE '%$queryarray[$i]%' OR p.hometext LIKE '%$queryarray[$i]%' )";
41
-        }
42
-        $sql .= ' ) ';
43
-    }
44
-    //$sql .= "ORDER BY date DESC";
45
-    $result = $GLOBALS['xoopsDB']->query($sql, $limit, $offset);
46
-    $ret    = [];
47
-    $i      = 0;
48
-    // Перебираем все результаты
49
-    while (list($pageid, $ptitle, $puid, $pdatecreated, $ititle) = $GLOBALS['xoopsDB']->fetchRow($result)) {
50
-        $ret[$i]['image'] = 'assets/images/size2.gif';
51
-        $ret[$i]['link']  = 'page.php?id=' . $pageid;
52
-        $ret[$i]['title'] = $ititle . ': ' . $ptitle;
53
-        $ret[$i]['time']  = $pdatecreated;
54
-        $ret[$i]['uid']   = $puid;
55
-        $i++;
56
-    }
57
-    return $ret;
35
+	// Добавляем в условие ключевые слова поиска
36
+	if (is_array($queryarray) && $count = count($queryarray)) {
37
+		$sql .= " AND ( ( p.title LIKE '%$queryarray[0]%' OR p.hometext LIKE '%$queryarray[0]%' )";
38
+		for ($i = 1; $i < $count; $i++) {
39
+			$sql .= " $andor ";
40
+			$sql .= "( p.title LIKE '%$queryarray[$i]%' OR p.hometext LIKE '%$queryarray[$i]%' )";
41
+		}
42
+		$sql .= ' ) ';
43
+	}
44
+	//$sql .= "ORDER BY date DESC";
45
+	$result = $GLOBALS['xoopsDB']->query($sql, $limit, $offset);
46
+	$ret    = [];
47
+	$i      = 0;
48
+	// Перебираем все результаты
49
+	while (list($pageid, $ptitle, $puid, $pdatecreated, $ititle) = $GLOBALS['xoopsDB']->fetchRow($result)) {
50
+		$ret[$i]['image'] = 'assets/images/size2.gif';
51
+		$ret[$i]['link']  = 'page.php?id=' . $pageid;
52
+		$ret[$i]['title'] = $ititle . ': ' . $ptitle;
53
+		$ret[$i]['time']  = $pdatecreated;
54
+		$ret[$i]['uid']   = $puid;
55
+		$i++;
56
+	}
57
+	return $ret;
58 58
 }
Please login to merge, or discard this patch.
comment_new.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -7,12 +7,12 @@
 block discarded – undo
7 7
 
8 8
 $com_itemid = Request::getInt('com_itemid', 0, 'GET');
9 9
 if ($com_itemid > 0) {
10
-    $itemObj       = $publisher->getHandler('item')->get($com_itemid);
11
-    $com_replytext = _POSTEDBY . '&nbsp;<strong>' . $itemObj->getLinkedPosterName() . '</strong>&nbsp;' . _DATE . '&nbsp;<strong>' . $itemObj->dateSub() . '</strong><br><br>' . $itemObj->summary();
12
-    $bodytext      = $itemObj->body();
13
-    if ('' != $bodytext) {
14
-        $com_replytext .= '<br><br>' . $bodytext . '';
15
-    }
16
-    $com_replytitle = $itemObj->getTitle();
17
-    include_once $GLOBALS['xoops']->path('include/comment_new.php');
10
+	$itemObj       = $publisher->getHandler('item')->get($com_itemid);
11
+	$com_replytext = _POSTEDBY . '&nbsp;<strong>' . $itemObj->getLinkedPosterName() . '</strong>&nbsp;' . _DATE . '&nbsp;<strong>' . $itemObj->dateSub() . '</strong><br><br>' . $itemObj->summary();
12
+	$bodytext      = $itemObj->body();
13
+	if ('' != $bodytext) {
14
+		$com_replytext .= '<br><br>' . $bodytext . '';
15
+	}
16
+	$com_replytitle = $itemObj->getTitle();
17
+	include_once $GLOBALS['xoops']->path('include/comment_new.php');
18 18
 }
Please login to merge, or discard this patch.
admin/perm.php 1 patch
Indentation   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -36,24 +36,24 @@  discard block
 block discarded – undo
36 36
 $moduleId = $GLOBALS['xoopsModule']->getVar('mid');
37 37
 
38 38
 switch ($permission) {
39
-    // Права на просмотр
40
-    case 1:
41
-        $formTitle             = _AM_INSTRUCTION_PERM_VIEW;
42
-        $permissionName        = 'instruction_view';
43
-        $permissionDescription = _AM_INSTRUCTION_PERM_VIEW_DSC;
44
-        break;
45
-    // Права на добавление
46
-    case 2:
47
-        $formTitle             = _AM_INSTRUCTION_PERM_SUBMIT;
48
-        $permissionName        = 'instruction_submit';
49
-        $permissionDescription = _AM_INSTRUCTION_PERM_SUBMIT_DSC;
50
-        break;
51
-    // Права на редактирование
52
-    case 3:
53
-        $formTitle             = _AM_INSTRUCTION_PERM_EDIT;
54
-        $permissionName        = 'instruction_edit';
55
-        $permissionDescription = _AM_INSTRUCTION_PERM_EDIT_DSC;
56
-        break;
39
+	// Права на просмотр
40
+	case 1:
41
+		$formTitle             = _AM_INSTRUCTION_PERM_VIEW;
42
+		$permissionName        = 'instruction_view';
43
+		$permissionDescription = _AM_INSTRUCTION_PERM_VIEW_DSC;
44
+		break;
45
+	// Права на добавление
46
+	case 2:
47
+		$formTitle             = _AM_INSTRUCTION_PERM_SUBMIT;
48
+		$permissionName        = 'instruction_submit';
49
+		$permissionDescription = _AM_INSTRUCTION_PERM_SUBMIT_DSC;
50
+		break;
51
+	// Права на редактирование
52
+	case 3:
53
+		$formTitle             = _AM_INSTRUCTION_PERM_EDIT;
54
+		$permissionName        = 'instruction_edit';
55
+		$permissionDescription = _AM_INSTRUCTION_PERM_EDIT_DSC;
56
+		break;
57 57
 }
58 58
 
59 59
 // Права
@@ -62,9 +62,9 @@  discard block
 block discarded – undo
62 62
 $sql    = 'SELECT cid, pid, title FROM ' . $xoopsDB->prefix('instruction_cat') . ' ORDER BY title';
63 63
 $result = $xoopsDB->query($sql);
64 64
 if ($result) {
65
-    while ($row = $xoopsDB->fetchArray($result)) {
66
-        $permissionsForm->addItem($row['cid'], $row['title'], $row['pid']);
67
-    }
65
+	while ($row = $xoopsDB->fetchArray($result)) {
66
+		$permissionsForm->addItem($row['cid'], $row['title'], $row['pid']);
67
+	}
68 68
 }
69 69
 
70 70
 echo $permissionsForm->render();
Please login to merge, or discard this patch.
admin/admin_header.php 3 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Xoopsmodules\instruction;
4
-
5 3
 // Автор: andrey3761
6 4
 $moduleDirName = basename(dirname(__DIR__));
7 5
 require_once __DIR__ . '/../../../include/cp_header.php';
Please login to merge, or discard this patch.
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -12,19 +12,19 @@
 block discarded – undo
12 12
 
13 13
 //if (($GLOBALS['xoopsUser'] instanceof \XoopsUser)) {
14 14
 if ($GLOBALS['xoopsUser'] instanceof \XoopsUser) {
15
-    if (!$helper->isUserAdmin()) {
16
-        $helper->redirect(XOOPS_URL . '/', 3, _NOPERM);
17
-    }
15
+	if (!$helper->isUserAdmin()) {
16
+		$helper->redirect(XOOPS_URL . '/', 3, _NOPERM);
17
+	}
18 18
 } else {
19
-    $helper->redirect(XOOPS_URL . '/user.php', 1, _NOPERM);
19
+	$helper->redirect(XOOPS_URL . '/user.php', 1, _NOPERM);
20 20
 }
21 21
 
22 22
 /** @var Xmf\Module\Admin $adminObject */
23 23
 $adminObject = \Xmf\Module\Admin::getInstance();
24 24
 
25 25
 if (!isset($GLOBALS['xoopsTpl']) || !($GLOBALS['xoopsTpl'] instanceof \XoopsTpl)) {
26
-    require_once $GLOBALS['xoops']->path('class/template.php');
27
-    $xoopsTpl = new \XoopsTpl();
26
+	require_once $GLOBALS['xoops']->path('class/template.php');
27
+	$xoopsTpl = new \XoopsTpl();
28 28
 }
29 29
 
30 30
 $pathIcon16    = Xmf\Module\Admin::iconUrl('', 16);
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
 
13 13
 //if (($GLOBALS['xoopsUser'] instanceof \XoopsUser)) {
14 14
 if ($GLOBALS['xoopsUser'] instanceof \XoopsUser) {
15
-    if (!$helper->isUserAdmin()) {
15
+    if ( ! $helper->isUserAdmin()) {
16 16
         $helper->redirect(XOOPS_URL . '/', 3, _NOPERM);
17 17
     }
18 18
 } else {
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
 /** @var Xmf\Module\Admin $adminObject */
23 23
 $adminObject = \Xmf\Module\Admin::getInstance();
24 24
 
25
-if (!isset($GLOBALS['xoopsTpl']) || !($GLOBALS['xoopsTpl'] instanceof \XoopsTpl)) {
25
+if ( ! isset($GLOBALS['xoopsTpl']) || ! ($GLOBALS['xoopsTpl'] instanceof \XoopsTpl)) {
26 26
     require_once $GLOBALS['xoops']->path('class/template.php');
27 27
     $xoopsTpl = new \XoopsTpl();
28 28
 }
Please login to merge, or discard this patch.
class/Tree.php 3 patches
Doc Comments   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -23,9 +23,9 @@  discard block
 block discarded – undo
23 23
     //    }
24 24
 
25 25
     /**
26
-     * @param        $key
27
-     * @param        $ret
28
-     * @param        $prefix_orig
26
+     * @param        integer $key
27
+     * @param        string $ret
28
+     * @param        string $prefix_orig
29 29
      * @param        $objInsinstr
30 30
      * @param string $class
31 31
      * @param string $prefix_curr
@@ -140,9 +140,9 @@  discard block
 block discarded – undo
140 140
     // ==================================
141 141
 
142 142
     /**
143
-     * @param        $key
144
-     * @param        $ret
145
-     * @param        $prefix_orig
143
+     * @param        integer $key
144
+     * @param        string $ret
145
+     * @param        string $prefix_orig
146 146
      * @param array  $cidinstrids
147 147
      * @param string $class
148 148
      * @param string $prefix_curr
@@ -239,8 +239,8 @@  discard block
 block discarded – undo
239 239
     // ======================================
240 240
 
241 241
     /**
242
-     * @param       $key
243
-     * @param       $ret
242
+     * @param       integer $key
243
+     * @param       string $ret
244 244
      * @param int   $currpageid
245 245
      * @param array $lastpageids
246 246
      * @param int   $level
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
     // Находим предыдущую и следующую страницы.
351 351
     // Находим последнии страницы на каждом уровне.
352 352
     /**
353
-     * @param       $key
353
+     * @param       integer $key
354 354
      * @param int   $currpageid
355 355
      * @param array $prevpages
356 356
      * @param array $nextpages
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
             $prefix_curr .= $prefix_orig;
79 79
         }
80 80
 
81
-        if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
81
+        if (isset($this->tree[$key]['child']) && ! empty($this->tree[$key]['child'])) {
82 82
             foreach ($this->tree[$key]['child'] as $childkey) {
83 83
                 $this->_makePagesAdminOptions($childkey, $ret, $prefix_orig, $objInsinstr, $class, $prefix_curr);
84 84
             }
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
             $prefix_curr .= $prefix_orig;
173 173
         }
174 174
 
175
-        if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
175
+        if (isset($this->tree[$key]['child']) && ! empty($this->tree[$key]['child'])) {
176 176
             foreach ($this->tree[$key]['child'] as $childkey) {
177 177
                 $this->_makeCatsAdminOptions($childkey, $ret, $prefix_orig, $cidinstrids, $class, $prefix_curr);
178 178
             }
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
         }
290 290
 
291 291
         // Рекурсия
292
-        if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
292
+        if (isset($this->tree[$key]['child']) && ! empty($this->tree[$key]['child'])) {
293 293
             foreach ($this->tree[$key]['child'] as $childkey) {
294 294
                 $this->_makePagesUserTree($childkey, $ret, $currpageid, $lastpageids, $level);
295 295
             }
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
         }
351 351
 
352 352
         // Рекурсия
353
-        if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
353
+        if (isset($this->tree[$key]['child']) && ! empty($this->tree[$key]['child'])) {
354 354
             foreach ($this->tree[$key]['child'] as $childkey) {
355 355
                 $this->_makePagesUserCalc($childkey, $currpageid, $prevpages, $nextpages, $lastpageids, $level);
356 356
             }
Please login to merge, or discard this patch.
Indentation   +363 added lines, -363 removed lines patch added patch discarded remove patch
@@ -18,96 +18,96 @@  discard block
 block discarded – undo
18 18
  */
19 19
 class Tree extends \XoopsObjectTree
20 20
 {
21
-    //    public function __construct()
22
-    //    {
23
-    //    }
24
-
25
-    /**
26
-     * @param        $key
27
-     * @param        $ret
28
-     * @param        $prefix_orig
29
-     * @param        $objInsinstr
30
-     * @param string $class
31
-     * @param string $prefix_curr
32
-     */
33
-    public function _makePagesAdminOptions($key, &$ret, $prefix_orig, $objInsinstr, $class = 'odd', $prefix_curr = '')
34
-    {
35
-        if ($key > 0) {
36
-
37
-            //
38
-            $class = ('even' === $class) ? 'odd' : 'even';
39
-            // ID инструкции ( Можно сделать статической )
40
-            $instrid = $objInsinstr->getVar('instrid');
41
-
42
-            // ID страницы
43
-            $pageid = $this->tree[$key]['obj']->getVar('pageid');
44
-            // Название страницы
45
-            $pagetitle = $this->tree[$key]['obj']->getVar('title');
46
-            // Вес
47
-            $pageweight = $this->tree[$key]['obj']->getVar('weight');
48
-            // Статус
49
-            $pagestatus = $this->tree[$key]['obj']->getVar('status');
50
-            // Тип страницы
51
-            $pagetype = $this->tree[$key]['obj']->getVar('type');
52
-
53
-            // Дочернии страницы
54
-            $page_childs = $this->getAllChild($pageid);
55
-            // Число дочерних страниц
56
-            $num_childs = count($page_childs);
57
-
58
-            // Действие - удаление
59
-            $act_del = ($num_childs > 0) ? '<img src="../assets/icons/no_delete_mini.png" alt="' . _AM_INSTR_NODELPAGE . '" title="' . _AM_INSTR_NODELPAGE . '" />' : '<a href="instr.php?op=delpage&pageid='
60
-                                                                                                                                                                      . $pageid
61
-                                                                                                                                                                      . '"><img src="../assets/icons/delete_mini.png" alt="'
62
-                                                                                                                                                                      . _AM_INSTRUCTION_DEL
63
-                                                                                                                                                                      . '" title="'
64
-                                                                                                                                                                      . _AM_INSTRUCTION_DEL
65
-                                                                                                                                                                      . '"></a>';
66
-            //
67
-            $page_link = '<a name="pageid_' . $pageid . '" ' . ($pagetype ? 'href="' . XOOPS_URL . '/modules/' . INST_DIRNAME . '/page.php?id=' . $pageid . '#pagetext"' : '') . '>' . $pagetitle . '</a>';
68
-
69
-            $ret .= '<tr class="' . $class . '">
21
+	//    public function __construct()
22
+	//    {
23
+	//    }
24
+
25
+	/**
26
+	 * @param        $key
27
+	 * @param        $ret
28
+	 * @param        $prefix_orig
29
+	 * @param        $objInsinstr
30
+	 * @param string $class
31
+	 * @param string $prefix_curr
32
+	 */
33
+	public function _makePagesAdminOptions($key, &$ret, $prefix_orig, $objInsinstr, $class = 'odd', $prefix_curr = '')
34
+	{
35
+		if ($key > 0) {
36
+
37
+			//
38
+			$class = ('even' === $class) ? 'odd' : 'even';
39
+			// ID инструкции ( Можно сделать статической )
40
+			$instrid = $objInsinstr->getVar('instrid');
41
+
42
+			// ID страницы
43
+			$pageid = $this->tree[$key]['obj']->getVar('pageid');
44
+			// Название страницы
45
+			$pagetitle = $this->tree[$key]['obj']->getVar('title');
46
+			// Вес
47
+			$pageweight = $this->tree[$key]['obj']->getVar('weight');
48
+			// Статус
49
+			$pagestatus = $this->tree[$key]['obj']->getVar('status');
50
+			// Тип страницы
51
+			$pagetype = $this->tree[$key]['obj']->getVar('type');
52
+
53
+			// Дочернии страницы
54
+			$page_childs = $this->getAllChild($pageid);
55
+			// Число дочерних страниц
56
+			$num_childs = count($page_childs);
57
+
58
+			// Действие - удаление
59
+			$act_del = ($num_childs > 0) ? '<img src="../assets/icons/no_delete_mini.png" alt="' . _AM_INSTR_NODELPAGE . '" title="' . _AM_INSTR_NODELPAGE . '" />' : '<a href="instr.php?op=delpage&pageid='
60
+																																									  . $pageid
61
+																																									  . '"><img src="../assets/icons/delete_mini.png" alt="'
62
+																																									  . _AM_INSTRUCTION_DEL
63
+																																									  . '" title="'
64
+																																									  . _AM_INSTRUCTION_DEL
65
+																																									  . '"></a>';
66
+			//
67
+			$page_link = '<a name="pageid_' . $pageid . '" ' . ($pagetype ? 'href="' . XOOPS_URL . '/modules/' . INST_DIRNAME . '/page.php?id=' . $pageid . '#pagetext"' : '') . '>' . $pagetitle . '</a>';
68
+
69
+			$ret .= '<tr class="' . $class . '">
70 70
       <td>' . $prefix_curr . ' ' . $page_link . '</td>
71 71
       <td align="center" width="50">
72 72
         <input type="text" name="weights[]" size="2" value="' . $pageweight . '" />
73 73
         <input type="hidden" name="pageids[]" value="' . $pageid . '" />
74 74
       </td>
75 75
       <td align="center" width="180">';
76
-            // Просмотре без кэша
77
-            $ret .= ' <a href="' . XOOPS_URL . '/modules/' . INST_DIRNAME . '/page.php?id=' . $pageid . '&amp;nocache=1"><img src="../assets/icons/no_cache.png" alt="' . _AM_INSTR_DISPLAY_NOCACHE . '" title="' . _AM_INSTR_DISPLAY_NOCACHE . '" /></a> ';
78
-            // Добавить подстраницу
79
-            $ret .= ' <a href="instr.php?op=editpage&instrid=' . $instrid . '&pid=' . $pageid . '"><img src="../assets/icons/add_mini.png" alt="' . _AM_INSTRUCTION_ADDSUBPAGE . '" title="' . _AM_INSTRUCTION_ADDSUBPAGE . '" /></a> ';
80
-
81
-            if ($pagestatus) {
82
-                $ret .= ' <img src="../assets/icons/lock_mini.png" alt="' . _AM_INSTRUCTION_LOCK . '" title="' . _AM_INSTRUCTION_LOCK . '"> ';
83
-            } else {
84
-                $ret .= ' <img src="../assets/icons/unlock_mini.png" alt="' . _AM_INSTRUCTION_UNLOCK . '" title="' . _AM_INSTRUCTION_UNLOCK . '"> ';
85
-            }
86
-
87
-            $ret .= ' <a href="instr.php?op=editpage&pageid=' . $pageid . '"><img src="../assets/icons/edit_mini.png" alt="' . _AM_INSTRUCTION_EDIT . '" title="' . _AM_INSTRUCTION_EDIT . '"></a> ' . $act_del . '
76
+			// Просмотре без кэша
77
+			$ret .= ' <a href="' . XOOPS_URL . '/modules/' . INST_DIRNAME . '/page.php?id=' . $pageid . '&amp;nocache=1"><img src="../assets/icons/no_cache.png" alt="' . _AM_INSTR_DISPLAY_NOCACHE . '" title="' . _AM_INSTR_DISPLAY_NOCACHE . '" /></a> ';
78
+			// Добавить подстраницу
79
+			$ret .= ' <a href="instr.php?op=editpage&instrid=' . $instrid . '&pid=' . $pageid . '"><img src="../assets/icons/add_mini.png" alt="' . _AM_INSTRUCTION_ADDSUBPAGE . '" title="' . _AM_INSTRUCTION_ADDSUBPAGE . '" /></a> ';
80
+
81
+			if ($pagestatus) {
82
+				$ret .= ' <img src="../assets/icons/lock_mini.png" alt="' . _AM_INSTRUCTION_LOCK . '" title="' . _AM_INSTRUCTION_LOCK . '"> ';
83
+			} else {
84
+				$ret .= ' <img src="../assets/icons/unlock_mini.png" alt="' . _AM_INSTRUCTION_UNLOCK . '" title="' . _AM_INSTRUCTION_UNLOCK . '"> ';
85
+			}
86
+
87
+			$ret .= ' <a href="instr.php?op=editpage&pageid=' . $pageid . '"><img src="../assets/icons/edit_mini.png" alt="' . _AM_INSTRUCTION_EDIT . '" title="' . _AM_INSTRUCTION_EDIT . '"></a> ' . $act_del . '
88 88
       </td>
89 89
     </tr>';
90 90
 
91
-            // Устанавливаем префикс
92
-            $prefix_curr .= $prefix_orig;
93
-        }
94
-
95
-        if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
96
-            foreach ($this->tree[$key]['child'] as $childkey) {
97
-                $this->_makePagesAdminOptions($childkey, $ret, $prefix_orig, $objInsinstr, $class, $prefix_curr);
98
-            }
99
-        }
100
-    }
101
-
102
-    /**
103
-     * @param        $objInsinstr
104
-     * @param string $prefix
105
-     * @param int    $key
106
-     * @return string
107
-     */
108
-    public function makePagesAdmin(&$objInsinstr, $prefix = '-', $key = 0)
109
-    {
110
-        $ret = '<form name="inspages" action="instr.php" method="post">
91
+			// Устанавливаем префикс
92
+			$prefix_curr .= $prefix_orig;
93
+		}
94
+
95
+		if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
96
+			foreach ($this->tree[$key]['child'] as $childkey) {
97
+				$this->_makePagesAdminOptions($childkey, $ret, $prefix_orig, $objInsinstr, $class, $prefix_curr);
98
+			}
99
+		}
100
+	}
101
+
102
+	/**
103
+	 * @param        $objInsinstr
104
+	 * @param string $prefix
105
+	 * @param int    $key
106
+	 * @return string
107
+	 */
108
+	public function makePagesAdmin(&$objInsinstr, $prefix = '-', $key = 0)
109
+	{
110
+		$ret = '<form name="inspages" action="instr.php" method="post">
111 111
   <table width="100%" cellspacing="1" class="outer">
112 112
     <tr>
113 113
       <th align="center" colspan="3">' . sprintf(_AM_INSTRUCTION_LISTPAGESININSTR, $objInsinstr->getVar('title')) . '</th>
@@ -118,10 +118,10 @@  discard block
 block discarded – undo
118 118
       <td class="head" align="center" width="180">' . _AM_INSTRUCTION_ACTION . '</td>
119 119
     </tr>';
120 120
 
121
-        // Выводим все страницы
122
-        $this->_makePagesAdminOptions($key, $ret, $prefix, $objInsinstr);
121
+		// Выводим все страницы
122
+		$this->_makePagesAdminOptions($key, $ret, $prefix, $objInsinstr);
123 123
 
124
-        $ret .= '<tr class="foot">
124
+		$ret .= '<tr class="foot">
125 125
       <td><a href="instr.php?op=editpage&instrid=' . $objInsinstr->getVar('instrid') . '"><img src="../assets/icons/add_mini.png" alt="' . _AM_INSTRUCTION_ADDPAGE . '" title="' . _AM_INSTRUCTION_ADDPAGE . '"></a></td>
126 126
       <td colspan="2">
127 127
         <input type="hidden" name="instrid" value="' . $objInsinstr->getVar('instrid') . '" />
@@ -132,60 +132,60 @@  discard block
 block discarded – undo
132 132
   </table>
133 133
 </form>';
134 134
 
135
-        return $ret;
136
-    }
137
-
138
-    // ==================================
139
-    // === Дерево категорий в админке ===
140
-    // ==================================
141
-
142
-    /**
143
-     * @param        $key
144
-     * @param        $ret
145
-     * @param        $prefix_orig
146
-     * @param array  $cidinstrids
147
-     * @param string $class
148
-     * @param string $prefix_curr
149
-     */
150
-    public function _makeCatsAdminOptions($key, &$ret, $prefix_orig, $cidinstrids = [], &$class = 'odd', $prefix_curr = '')
151
-    {
152
-        if ($key > 0) {
153
-
154
-            //
155
-            $class = ('even' === $class) ? 'odd' : 'even';
156
-
157
-            // ID категории
158
-            $catid = $this->tree[$key]['obj']->getVar('cid');
159
-            // Название категории
160
-            $cattitle = $this->tree[$key]['obj']->getVar('title');
161
-            // Вес
162
-            $catweight = $this->tree[$key]['obj']->getVar('weight');
163
-            // Статус
164
-            $pagestatus = $this->tree[$key]['obj']->getVar('status');
165
-
166
-            // Дочернии категории
167
-            $cat_childs = $this->getAllChild($catid);
168
-            // Число дочерних категорий
169
-            $num_childs = count($cat_childs);
170
-            // Число инструкций
171
-            $num_instrs = isset($cidinstrids[$catid]) ? $cidinstrids[$catid] : 0;
172
-
173
-            // Действие - удаление
174
-            $act_del = (($num_instrs > 0) || ($num_childs > 0)) ? '<img src="../assets/icons/no_delete_mini.png" alt="' . _AM_INSTR_NODELCAT . '" title="' . _AM_INSTR_NODELCAT . '" />' : '<a href="cat.php?op=delcat&cid='
175
-                                                                                                                                                                                           . $catid
176
-                                                                                                                                                                                           . '"><img src="../assets/icons/delete_mini.png" alt="'
177
-                                                                                                                                                                                           . _AM_INSTRUCTION_DEL
178
-                                                                                                                                                                                           . '" title="'
179
-                                                                                                                                                                                           . _AM_INSTRUCTION_DEL
180
-                                                                                                                                                                                           . '" /></a>';
181
-            // Действие - просмотр
182
-            $act_view = ($num_instrs > 0) ? '<a href="instr.php?cid=' . $catid . '"><img src="../assets/icons/view_mini.png" alt="' . _AM_INSTR_VIEWINSTR . '" title="' . _AM_INSTR_VIEWINSTR . '" /></a>' : '<img src="../assets/icons/no_view_mini.png" alt="'
183
-                                                                                                                                                                                                             . _AM_INSTR_NOVIEWINSTR
184
-                                                                                                                                                                                                             . '" title="'
185
-                                                                                                                                                                                                             . _AM_INSTR_NOVIEWINSTR
186
-                                                                                                                                                                                                             . '" />';
187
-
188
-            $ret .= '<tr class="' . $class . '">
135
+		return $ret;
136
+	}
137
+
138
+	// ==================================
139
+	// === Дерево категорий в админке ===
140
+	// ==================================
141
+
142
+	/**
143
+	 * @param        $key
144
+	 * @param        $ret
145
+	 * @param        $prefix_orig
146
+	 * @param array  $cidinstrids
147
+	 * @param string $class
148
+	 * @param string $prefix_curr
149
+	 */
150
+	public function _makeCatsAdminOptions($key, &$ret, $prefix_orig, $cidinstrids = [], &$class = 'odd', $prefix_curr = '')
151
+	{
152
+		if ($key > 0) {
153
+
154
+			//
155
+			$class = ('even' === $class) ? 'odd' : 'even';
156
+
157
+			// ID категории
158
+			$catid = $this->tree[$key]['obj']->getVar('cid');
159
+			// Название категории
160
+			$cattitle = $this->tree[$key]['obj']->getVar('title');
161
+			// Вес
162
+			$catweight = $this->tree[$key]['obj']->getVar('weight');
163
+			// Статус
164
+			$pagestatus = $this->tree[$key]['obj']->getVar('status');
165
+
166
+			// Дочернии категории
167
+			$cat_childs = $this->getAllChild($catid);
168
+			// Число дочерних категорий
169
+			$num_childs = count($cat_childs);
170
+			// Число инструкций
171
+			$num_instrs = isset($cidinstrids[$catid]) ? $cidinstrids[$catid] : 0;
172
+
173
+			// Действие - удаление
174
+			$act_del = (($num_instrs > 0) || ($num_childs > 0)) ? '<img src="../assets/icons/no_delete_mini.png" alt="' . _AM_INSTR_NODELCAT . '" title="' . _AM_INSTR_NODELCAT . '" />' : '<a href="cat.php?op=delcat&cid='
175
+																																														   . $catid
176
+																																														   . '"><img src="../assets/icons/delete_mini.png" alt="'
177
+																																														   . _AM_INSTRUCTION_DEL
178
+																																														   . '" title="'
179
+																																														   . _AM_INSTRUCTION_DEL
180
+																																														   . '" /></a>';
181
+			// Действие - просмотр
182
+			$act_view = ($num_instrs > 0) ? '<a href="instr.php?cid=' . $catid . '"><img src="../assets/icons/view_mini.png" alt="' . _AM_INSTR_VIEWINSTR . '" title="' . _AM_INSTR_VIEWINSTR . '" /></a>' : '<img src="../assets/icons/no_view_mini.png" alt="'
183
+																																																			 . _AM_INSTR_NOVIEWINSTR
184
+																																																			 . '" title="'
185
+																																																			 . _AM_INSTR_NOVIEWINSTR
186
+																																																			 . '" />';
187
+
188
+			$ret .= '<tr class="' . $class . '">
189 189
       <td>' . $prefix_curr . ' <a href="' . XOOPS_URL . '/modules/' . INST_DIRNAME . '/index.php?cid=' . $catid . '">' . $cattitle . '</a></td>
190 190
       <td align="center" width="50">' . $catweight . '</td>
191 191
       <td align="center" width="100">' . $num_instrs . '</td>
@@ -196,26 +196,26 @@  discard block
 block discarded – undo
196 196
       </td>
197 197
     </tr>';
198 198
 
199
-            // Устанавливаем префикс
200
-            $prefix_curr .= $prefix_orig;
201
-        }
202
-
203
-        if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
204
-            foreach ($this->tree[$key]['child'] as $childkey) {
205
-                $this->_makeCatsAdminOptions($childkey, $ret, $prefix_orig, $cidinstrids, $class, $prefix_curr);
206
-            }
207
-        }
208
-    }
209
-
210
-    /**
211
-     * @param string $prefix
212
-     * @param array  $cidinstrids
213
-     * @param int    $key
214
-     * @return string
215
-     */
216
-    public function makeCatsAdmin($prefix = '-', $cidinstrids = [], $key = 0)
217
-    {
218
-        $ret = '<table width="100%" cellspacing="1" class="outer">
199
+			// Устанавливаем префикс
200
+			$prefix_curr .= $prefix_orig;
201
+		}
202
+
203
+		if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
204
+			foreach ($this->tree[$key]['child'] as $childkey) {
205
+				$this->_makeCatsAdminOptions($childkey, $ret, $prefix_orig, $cidinstrids, $class, $prefix_curr);
206
+			}
207
+		}
208
+	}
209
+
210
+	/**
211
+	 * @param string $prefix
212
+	 * @param array  $cidinstrids
213
+	 * @param int    $key
214
+	 * @return string
215
+	 */
216
+	public function makeCatsAdmin($prefix = '-', $cidinstrids = [], $key = 0)
217
+	{
218
+		$ret = '<table width="100%" cellspacing="1" class="outer">
219 219
     <tr>
220 220
       <th align="center" colspan="4">' . _AM_INSTR_LISTALLCATS . '</th>
221 221
     </tr>
@@ -226,216 +226,216 @@  discard block
 block discarded – undo
226 226
       <td class="head" align="center" width="150">' . _AM_INSTRUCTION_ACTION . '</td>
227 227
     </tr>';
228 228
 
229
-        // Выводим все страницы
230
-        $this->_makeCatsAdminOptions($key, $ret, $prefix, $cidinstrids);
231
-
232
-        $ret .= '</table>';
233
-
234
-        return $ret;
235
-    }
236
-
237
-    // ======================================
238
-    // Список страниц на стороне пользователя
239
-    // ======================================
240
-
241
-    /**
242
-     * @param       $key
243
-     * @param       $ret
244
-     * @param int   $currpageid
245
-     * @param array $lastpageids
246
-     * @param int   $level
247
-     */
248
-    public function _makePagesUserTree($key, &$ret, $currpageid = 0, &$lastpageids = [], $level = 0)
249
-    {
250
-
251
-        // Сохраняем значение предыдущей страницы
252
-        //static $stat_prevpages;
253
-
254
-        if ($key > 0) {
255
-
256
-            // ID страницы
257
-            $pageid = $this->tree[$key]['obj']->getVar('pageid');
258
-            // Название страницы
259
-            $pagetitle = $this->tree[$key]['obj']->getVar('title');
260
-            // Тип страницы
261
-            $pagetype = $this->tree[$key]['obj']->getVar('type');
262
-
263
-            // Дочернии категории
264
-            $page_childs = $this->getAllChild($pageid);
265
-            // Число дочерних страниц
266
-            $num_childs = count($page_childs);
267
-
268
-            // Генерируем класс
269
-            // InstrTreeNode InstrTreeIsRoot InstrTreeExpandClosed InstrTreeIsLast
270
-            $class = [];
271
-            // Данный класс должен быть у любого узла
272
-            $class[] = 'InstrTreeNode';
273
-            // Если узел нулевого уровня, добавляем InstrTreeIsRoot
274
-            if (0 === $level) {
275
-                $class[] = 'InstrTreeIsRoot';
276
-            }
277
-            // Тип узла InstrTreeExpandClosed|InstrTreeExpandLeaf
278
-            // Если у узла нет потомков - InstrTreeExpandLeaf
279
-            if (0 == $num_childs) {
280
-                $class[] = 'InstrTreeExpandLeaf';
281
-                // Если у искомого элемента есть потомки - открываем список
282
-            } elseif ($currpageid == $pageid) {
283
-                $class[] = 'InstrTreeExpandOpen';
284
-                // Если искомый элемент есть в потомках текущего, то ставим класс InstrTreeExpandOpen
285
-            } elseif (array_key_exists($currpageid, $page_childs)) {
286
-                $class[] = 'InstrTreeExpandOpen';
287
-                //
288
-            } else {
289
-                $class[] = 'InstrTreeExpandClosed';
290
-            }
291
-
292
-            // Данный класс нужно добавлять последнему узлу в каждом уровне
293
-
294
-            if (isset($lastpageids[$level]) && ($pageid == $lastpageids[$level])) {
295
-                $class[] = 'InstrTreeIsLast';
296
-            }
297
-
298
-            //$class[] = 'InstrTreeIsLast';
299
-
300
-            // Test
301
-            //$ret .= '<div id="' . $pageid . '">';
302
-
303
-            // Создаём запись
304
-            $ret .= '<li class="' . implode(' ', $class) . '">';
305
-            //
306
-            $ret .= '<div class="InstrTreeExpand"></div>';
307
-            //
308
-            $ret .= '<div class="InstrTreeContent">';
309
-
310
-            // Если это лист дерева
311
-            if (0 == $pagetype) {
312
-                $ret .= '<span class="InstrTreeEmptyPage">' . $pagetitle . '</span>';
313
-                //
314
-            } elseif ($currpageid == $pageid) {
315
-                $ret .= $pagetitle;
316
-                //
317
-            } else {
318
-                $ret .= '<a href="' . XOOPS_URL . '/modules/' . INST_DIRNAME . '/page.php?id=' . $pageid . '#pagetext">' . $pagetitle . '</a>';
319
-            }
320
-
321
-            $ret .= '</div>';
322
-
323
-            // Если есть потомки
324
-            if ($num_childs > 0) {
325
-                $ret .= '<ul class="InstrTreeContainer">';
326
-            }
327
-
328
-            // Инкримент уровня
329
-            $level++;
330
-        }
331
-
332
-        // Рекурсия
333
-        if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
334
-            foreach ($this->tree[$key]['child'] as $childkey) {
335
-                $this->_makePagesUserTree($childkey, $ret, $currpageid, $lastpageids, $level);
336
-            }
337
-        }
338
-
339
-        // Test
340
-        if ($key > 0) {
341
-            // Если есть потомки
342
-            if ($num_childs > 0) {
343
-                $ret .= '</ul>';
344
-            }
345
-            // Конец текущей записи
346
-            $ret .= '</li>';
347
-        }
348
-    }
349
-
350
-    // Находим предыдущую и следующую страницы.
351
-    // Находим последнии страницы на каждом уровне.
352
-    /**
353
-     * @param       $key
354
-     * @param int   $currpageid
355
-     * @param array $prevpages
356
-     * @param array $nextpages
357
-     * @param array $lastpageids
358
-     * @param int   $level
359
-     */
360
-    public function _makePagesUserCalc($key, $currpageid = 0, &$prevpages = [], &$nextpages = [], &$lastpageids = [], $level = 0)
361
-    {
362
-
363
-        // Сохраняем значение предыдущей страницы
364
-        static $stat_prevpages;
365
-
366
-        if ($key > 0) {
367
-            // ID страницы
368
-            $pageid = $this->tree[$key]['obj']->getVar('pageid');
369
-            // Название страницы
370
-            $pagetitle = $this->tree[$key]['obj']->getVar('title');
371
-            // Тип страницы
372
-            $pagetype = $this->tree[$key]['obj']->getVar('type');
373
-
374
-            // Если мы передали ID текущей страницы, то находить предыдудую и следующую страницы
375
-            // Не находить предыдущие и следующие для "Пустой страницы"
376
-            if ($currpageid && $pagetype) {
377
-                // Если элемент равен текущей странице
378
-                if (null !== $stat_prevpages && ($currpageid == $pageid)) {
379
-                    // Забиваем массив предыдущей страницы
380
-                    $prevpages['pageid'] = $stat_prevpages['pageid'];
381
-                    $prevpages['title']  = $stat_prevpages['title'];
382
-
383
-                    // Если предыдущий равен текущей странице
384
-                } elseif (null !== $stat_prevpages && ($currpageid == $stat_prevpages['pageid'])) {
385
-                    // Забиваем массив следующей страницы
386
-                    $nextpages['pageid'] = $pageid;
387
-                    $nextpages['title']  = $pagetitle;
388
-                }
389
-                // Заносим текущие данные в массив предыдущей страницы
390
-                $stat_prevpages['pageid'] = $pageid;
391
-                $stat_prevpages['title']  = $pagetitle;
392
-            }
393
-
394
-            // Заносим текущую страницу в массив "последних страний"
395
-            $lastpageids[$level] = $pageid;
396
-
397
-            // Инкримент уровня
398
-            $level++;
399
-        }
400
-
401
-        // Рекурсия
402
-        if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
403
-            foreach ($this->tree[$key]['child'] as $childkey) {
404
-                $this->_makePagesUserCalc($childkey, $currpageid, $prevpages, $nextpages, $lastpageids, $level);
405
-            }
406
-        }
407
-    }
408
-
409
-    //
410
-
411
-    /**
412
-     * @param int   $currpageid
413
-     * @param array $prevpages
414
-     * @param array $nextpages
415
-     * @param int   $key
416
-     * @return string
417
-     */
418
-    public function makePagesUser($currpageid = 0, &$prevpages = [], &$nextpages = [], $key = 0)
419
-    {
420
-
421
-        // Массив последней страницы на каждом уровне
422
-        // level => pageid
423
-        $lastpageids = [];
424
-
425
-        // Расчёт
426
-        $this->_makePagesUserCalc($key, $currpageid, $prevpages, $nextpages, $lastpageids);
427
-
428
-        $ret = '<div onclick="instr_tree_toggle(arguments[0])">
229
+		// Выводим все страницы
230
+		$this->_makeCatsAdminOptions($key, $ret, $prefix, $cidinstrids);
231
+
232
+		$ret .= '</table>';
233
+
234
+		return $ret;
235
+	}
236
+
237
+	// ======================================
238
+	// Список страниц на стороне пользователя
239
+	// ======================================
240
+
241
+	/**
242
+	 * @param       $key
243
+	 * @param       $ret
244
+	 * @param int   $currpageid
245
+	 * @param array $lastpageids
246
+	 * @param int   $level
247
+	 */
248
+	public function _makePagesUserTree($key, &$ret, $currpageid = 0, &$lastpageids = [], $level = 0)
249
+	{
250
+
251
+		// Сохраняем значение предыдущей страницы
252
+		//static $stat_prevpages;
253
+
254
+		if ($key > 0) {
255
+
256
+			// ID страницы
257
+			$pageid = $this->tree[$key]['obj']->getVar('pageid');
258
+			// Название страницы
259
+			$pagetitle = $this->tree[$key]['obj']->getVar('title');
260
+			// Тип страницы
261
+			$pagetype = $this->tree[$key]['obj']->getVar('type');
262
+
263
+			// Дочернии категории
264
+			$page_childs = $this->getAllChild($pageid);
265
+			// Число дочерних страниц
266
+			$num_childs = count($page_childs);
267
+
268
+			// Генерируем класс
269
+			// InstrTreeNode InstrTreeIsRoot InstrTreeExpandClosed InstrTreeIsLast
270
+			$class = [];
271
+			// Данный класс должен быть у любого узла
272
+			$class[] = 'InstrTreeNode';
273
+			// Если узел нулевого уровня, добавляем InstrTreeIsRoot
274
+			if (0 === $level) {
275
+				$class[] = 'InstrTreeIsRoot';
276
+			}
277
+			// Тип узла InstrTreeExpandClosed|InstrTreeExpandLeaf
278
+			// Если у узла нет потомков - InstrTreeExpandLeaf
279
+			if (0 == $num_childs) {
280
+				$class[] = 'InstrTreeExpandLeaf';
281
+				// Если у искомого элемента есть потомки - открываем список
282
+			} elseif ($currpageid == $pageid) {
283
+				$class[] = 'InstrTreeExpandOpen';
284
+				// Если искомый элемент есть в потомках текущего, то ставим класс InstrTreeExpandOpen
285
+			} elseif (array_key_exists($currpageid, $page_childs)) {
286
+				$class[] = 'InstrTreeExpandOpen';
287
+				//
288
+			} else {
289
+				$class[] = 'InstrTreeExpandClosed';
290
+			}
291
+
292
+			// Данный класс нужно добавлять последнему узлу в каждом уровне
293
+
294
+			if (isset($lastpageids[$level]) && ($pageid == $lastpageids[$level])) {
295
+				$class[] = 'InstrTreeIsLast';
296
+			}
297
+
298
+			//$class[] = 'InstrTreeIsLast';
299
+
300
+			// Test
301
+			//$ret .= '<div id="' . $pageid . '">';
302
+
303
+			// Создаём запись
304
+			$ret .= '<li class="' . implode(' ', $class) . '">';
305
+			//
306
+			$ret .= '<div class="InstrTreeExpand"></div>';
307
+			//
308
+			$ret .= '<div class="InstrTreeContent">';
309
+
310
+			// Если это лист дерева
311
+			if (0 == $pagetype) {
312
+				$ret .= '<span class="InstrTreeEmptyPage">' . $pagetitle . '</span>';
313
+				//
314
+			} elseif ($currpageid == $pageid) {
315
+				$ret .= $pagetitle;
316
+				//
317
+			} else {
318
+				$ret .= '<a href="' . XOOPS_URL . '/modules/' . INST_DIRNAME . '/page.php?id=' . $pageid . '#pagetext">' . $pagetitle . '</a>';
319
+			}
320
+
321
+			$ret .= '</div>';
322
+
323
+			// Если есть потомки
324
+			if ($num_childs > 0) {
325
+				$ret .= '<ul class="InstrTreeContainer">';
326
+			}
327
+
328
+			// Инкримент уровня
329
+			$level++;
330
+		}
331
+
332
+		// Рекурсия
333
+		if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
334
+			foreach ($this->tree[$key]['child'] as $childkey) {
335
+				$this->_makePagesUserTree($childkey, $ret, $currpageid, $lastpageids, $level);
336
+			}
337
+		}
338
+
339
+		// Test
340
+		if ($key > 0) {
341
+			// Если есть потомки
342
+			if ($num_childs > 0) {
343
+				$ret .= '</ul>';
344
+			}
345
+			// Конец текущей записи
346
+			$ret .= '</li>';
347
+		}
348
+	}
349
+
350
+	// Находим предыдущую и следующую страницы.
351
+	// Находим последнии страницы на каждом уровне.
352
+	/**
353
+	 * @param       $key
354
+	 * @param int   $currpageid
355
+	 * @param array $prevpages
356
+	 * @param array $nextpages
357
+	 * @param array $lastpageids
358
+	 * @param int   $level
359
+	 */
360
+	public function _makePagesUserCalc($key, $currpageid = 0, &$prevpages = [], &$nextpages = [], &$lastpageids = [], $level = 0)
361
+	{
362
+
363
+		// Сохраняем значение предыдущей страницы
364
+		static $stat_prevpages;
365
+
366
+		if ($key > 0) {
367
+			// ID страницы
368
+			$pageid = $this->tree[$key]['obj']->getVar('pageid');
369
+			// Название страницы
370
+			$pagetitle = $this->tree[$key]['obj']->getVar('title');
371
+			// Тип страницы
372
+			$pagetype = $this->tree[$key]['obj']->getVar('type');
373
+
374
+			// Если мы передали ID текущей страницы, то находить предыдудую и следующую страницы
375
+			// Не находить предыдущие и следующие для "Пустой страницы"
376
+			if ($currpageid && $pagetype) {
377
+				// Если элемент равен текущей странице
378
+				if (null !== $stat_prevpages && ($currpageid == $pageid)) {
379
+					// Забиваем массив предыдущей страницы
380
+					$prevpages['pageid'] = $stat_prevpages['pageid'];
381
+					$prevpages['title']  = $stat_prevpages['title'];
382
+
383
+					// Если предыдущий равен текущей странице
384
+				} elseif (null !== $stat_prevpages && ($currpageid == $stat_prevpages['pageid'])) {
385
+					// Забиваем массив следующей страницы
386
+					$nextpages['pageid'] = $pageid;
387
+					$nextpages['title']  = $pagetitle;
388
+				}
389
+				// Заносим текущие данные в массив предыдущей страницы
390
+				$stat_prevpages['pageid'] = $pageid;
391
+				$stat_prevpages['title']  = $pagetitle;
392
+			}
393
+
394
+			// Заносим текущую страницу в массив "последних страний"
395
+			$lastpageids[$level] = $pageid;
396
+
397
+			// Инкримент уровня
398
+			$level++;
399
+		}
400
+
401
+		// Рекурсия
402
+		if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) {
403
+			foreach ($this->tree[$key]['child'] as $childkey) {
404
+				$this->_makePagesUserCalc($childkey, $currpageid, $prevpages, $nextpages, $lastpageids, $level);
405
+			}
406
+		}
407
+	}
408
+
409
+	//
410
+
411
+	/**
412
+	 * @param int   $currpageid
413
+	 * @param array $prevpages
414
+	 * @param array $nextpages
415
+	 * @param int   $key
416
+	 * @return string
417
+	 */
418
+	public function makePagesUser($currpageid = 0, &$prevpages = [], &$nextpages = [], $key = 0)
419
+	{
420
+
421
+		// Массив последней страницы на каждом уровне
422
+		// level => pageid
423
+		$lastpageids = [];
424
+
425
+		// Расчёт
426
+		$this->_makePagesUserCalc($key, $currpageid, $prevpages, $nextpages, $lastpageids);
427
+
428
+		$ret = '<div onclick="instr_tree_toggle(arguments[0])">
429 429
 <div>' . _MD_INSTRUCTION_LISTPAGES . '</div>
430 430
 <div><ul class="InstrTreeContainer">';
431 431
 
432
-        // Генерируем дерево
433
-        $this->_makePagesUserTree($key, $ret, $currpageid, $lastpageids);
432
+		// Генерируем дерево
433
+		$this->_makePagesUserTree($key, $ret, $currpageid, $lastpageids);
434 434
 
435
-        $ret .= '</ul>
435
+		$ret .= '</ul>
436 436
 </div>
437 437
 </div>';
438 438
 
439
-        return $ret;
440
-    }
439
+		return $ret;
440
+	}
441 441
 }
Please login to merge, or discard this patch.
class/Utility.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
46 46
     // Редактор
47 47
 
48 48
     /**
49
-     * @param        $caption
50
-     * @param        $name
49
+     * @param        string $caption
50
+     * @param        string $name
51 51
      * @param string $value
52 52
      * @return bool|\XoopsFormEditor
53 53
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Xoopsmodules\instruction;
2 2
 
3
-use Xmf\Request;
4 3
 use Xoopsmodules\instruction\common;
5 4
 
6 5
 require_once __DIR__ . '/common/VersionChecks.php';
Please login to merge, or discard this patch.
Indentation   +46 added lines, -46 removed lines patch added patch discarded remove patch
@@ -14,56 +14,56 @@
 block discarded – undo
14 14
  */
15 15
 class Utility
16 16
 {
17
-    use common\VersionChecks; //checkVerXoops, checkVerPhp Traits
17
+	use common\VersionChecks; //checkVerXoops, checkVerPhp Traits
18 18
 
19
-    use common\ServerStats; // getServerStats Trait
19
+	use common\ServerStats; // getServerStats Trait
20 20
 
21
-    use common\FilesManagement; // Files Management Trait
21
+	use common\FilesManagement; // Files Management Trait
22 22
 
23
-    // Права
24
-    /**
25
-     * @param string $permtype
26
-     * @return mixed
27
-     */
28
-    public static function getItemIds($permtype = 'instruction_view')
29
-    {
30
-        //global $xoopsUser;
31
-        static $permissions = [];
32
-        // Если есть в статике
33
-        if (is_array($permissions) && array_key_exists($permtype, $permissions)) {
34
-            return $permissions[$permtype];
35
-        }
36
-        // Находим из базы
37
-        $moduleHandler          = xoops_getHandler('module');
38
-        $instrModule            = $moduleHandler->getByDirname('instruction');
39
-        $groups                 = ($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getGroups() : XOOPS_GROUP_ANONYMOUS;
40
-        $gpermHandler           = xoops_getHandler('groupperm');
41
-        $categories             = $gpermHandler->getItemIds($permtype, $groups, $instrModule->getVar('mid'));
42
-        $permissions[$permtype] = $categories;
43
-        return $categories;
44
-    }
23
+	// Права
24
+	/**
25
+	 * @param string $permtype
26
+	 * @return mixed
27
+	 */
28
+	public static function getItemIds($permtype = 'instruction_view')
29
+	{
30
+		//global $xoopsUser;
31
+		static $permissions = [];
32
+		// Если есть в статике
33
+		if (is_array($permissions) && array_key_exists($permtype, $permissions)) {
34
+			return $permissions[$permtype];
35
+		}
36
+		// Находим из базы
37
+		$moduleHandler          = xoops_getHandler('module');
38
+		$instrModule            = $moduleHandler->getByDirname('instruction');
39
+		$groups                 = ($GLOBALS['xoopsUser'] instanceof \XoopsUser) ? $GLOBALS['xoopsUser']->getGroups() : XOOPS_GROUP_ANONYMOUS;
40
+		$gpermHandler           = xoops_getHandler('groupperm');
41
+		$categories             = $gpermHandler->getItemIds($permtype, $groups, $instrModule->getVar('mid'));
42
+		$permissions[$permtype] = $categories;
43
+		return $categories;
44
+	}
45 45
 
46
-    // Редактор
46
+	// Редактор
47 47
 
48
-    /**
49
-     * @param        $caption
50
-     * @param        $name
51
-     * @param string $value
52
-     * @return bool|\XoopsFormEditor
53
-     */
54
-    public static function getWysiwygForm($caption, $name, $value = '')
55
-    {
56
-        $editor                   = false;
57
-        $editor_configs           = [];
58
-        $editor_configs['name']   = $name;
59
-        $editor_configs['value']  = $value;
60
-        $editor_configs['rows']   = 35;
61
-        $editor_configs['cols']   = 60;
62
-        $editor_configs['width']  = '100%';
63
-        $editor_configs['height'] = '350px';
64
-        $editor_configs['editor'] = strtolower(xoops_getModuleOption('form_options', 'instruction'));
48
+	/**
49
+	 * @param        $caption
50
+	 * @param        $name
51
+	 * @param string $value
52
+	 * @return bool|\XoopsFormEditor
53
+	 */
54
+	public static function getWysiwygForm($caption, $name, $value = '')
55
+	{
56
+		$editor                   = false;
57
+		$editor_configs           = [];
58
+		$editor_configs['name']   = $name;
59
+		$editor_configs['value']  = $value;
60
+		$editor_configs['rows']   = 35;
61
+		$editor_configs['cols']   = 60;
62
+		$editor_configs['width']  = '100%';
63
+		$editor_configs['height'] = '350px';
64
+		$editor_configs['editor'] = strtolower(xoops_getModuleOption('form_options', 'instruction'));
65 65
 
66
-        $editor = new \XoopsFormEditor($caption, $name, $editor_configs);
67
-        return $editor;
68
-    }
66
+		$editor = new \XoopsFormEditor($caption, $name, $editor_configs);
67
+		return $editor;
68
+	}
69 69
 }
Please login to merge, or discard this patch.