From: Banana Date: Wed, 30 Dec 2020 21:32:28 +0000 (+0100) Subject: jdoc cleanup for gorenest X-Git-Tag: 1.0~43 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=d7cbb1edca16d69675783442f4e0f2b0593aa49d;p=bibliotheca-php.git jdoc cleanup for gorenest --- diff --git a/webclient/lib/gorenest.class.php b/webclient/lib/gorenest.class.php index 5f41c2a..fc8ece4 100644 --- a/webclient/lib/gorenest.class.php +++ b/webclient/lib/gorenest.class.php @@ -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() {