diff --git a/authzgroupsoo.php b/authzgroupsoo.php index ffd0167..5cb4da3 100644 --- a/authzgroupsoo.php +++ b/authzgroupsoo.php @@ -27,6 +27,42 @@ class authzgroupsoo /** A local cache of the rights if multiple tests are needed */ private $rightCache = null; + /** Get the dbObject + */ + public function dbObject () + // {{{ + { + return $this->dbObject; + } + // }}} + + /** Get the dbGroup + */ + public function dbGroup () + // {{{ + { + return $this->dbGroup; + } + // }}} + + /** Get the dbGroupMember + */ + public function dbGroupMember () + // {{{ + { + return $this->dbGroupMember; + } + // }}} + + /** Get the dbRight + */ + public function dbRight () + // {{{ + { + return $this->dbRight; + } + // }}} + ///////////////////// // USER RIGHTS // /////////////////////