From d7cbb1edca16d69675783442f4e0f2b0593aa49d Mon Sep 17 00:00:00 2001 From: Banana Date: Wed, 30 Dec 2020 22:32:28 +0100 Subject: [PATCH] jdoc cleanup for gorenest --- webclient/lib/gorenest.class.php | 5 +++++ 1 file changed, 5 insertions(+) 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() { -- 2.39.5