]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/PermissionSet.php
Shorten "Configuration" to "Config" again, since the Wrapper is gone
[friendica.git] / src / Model / PermissionSet.php
index c9a0697ebc9800ee3a42eadfed7e0648174dc542..d0e256d15363c9b71cd218e43afec21b8f658903 100644 (file)
@@ -4,13 +4,12 @@
  */
 namespace Friendica\Model;
 
-use Friendica\BaseObject;
 use Friendica\Database\DBA;
 
 /**
- * @brief functions for interacting with the permission set of an object (item, photo, event, ...)
+ * functions for interacting with the permission set of an object (item, photo, event, ...)
  */
-class PermissionSet extends BaseObject
+class PermissionSet
 {
        /**
         * Fetch the id of a given permission set. Generate a new one when needed
@@ -63,7 +62,7 @@ class PermissionSet extends BaseObject
        }
 
        /**
-        * @brief Returns a permission set for a given contact
+        * Returns a permission set for a given contact
         *
         * @param integer $uid        User id whom the items belong
         * @param integer $contact_id Contact id of the visitor