]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
jdoc cleanup for gorenest
authorBanana <mail@bananas-playground.net>
Wed, 30 Dec 2020 21:32:28 +0000 (22:32 +0100)
committerBanana <mail@bananas-playground.net>
Wed, 30 Dec 2020 21:32:28 +0000 (22:32 +0100)
webclient/lib/gorenest.class.php

index 5f41c2a3c284322ed6ec8b6ca806bce99b6ccb41..fc8ece462dc82cac3c57e48a8b6a4d98a68c6994 100644 (file)
@@ -23,12 +23,14 @@ class GoreNest {
 
        /**
         * the global DB object
+        *
         * @var object
         */
        private $_DB;
 
        /**
         * the current loaded user
+        *
         * @var object
         */
        private $_User;
@@ -36,12 +38,14 @@ class GoreNest {
        /**
         * the already loaded menu information
         * to avoid multiple calls to the DB
+        *
         * @var array
         */
        private $_menuData = array();
 
        /**
         * GoreNest constructor.
+        *
         * @param $db
         * @param $user
         */
@@ -87,6 +91,7 @@ class GoreNest {
 
        /**
         * Allowed page requests based on the menu entries and user
+        *
         * @return array
         */
        public function allowedPageRequests() {