X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FPermissionSet.php;h=9138d46b7fedd03972d728b9dd653f38ef2deb5c;hb=a24febb8b656217a7cd88db205007420cb64485e;hp=9bf2642c8b84787239a631eafa1026919af066b8;hpb=b7527a803a5eda9a383b6fc95c522d1ebf8580eb;p=friendica.git diff --git a/src/Model/PermissionSet.php b/src/Model/PermissionSet.php index 9bf2642c8b..9138d46b7f 100644 --- a/src/Model/PermissionSet.php +++ b/src/Model/PermissionSet.php @@ -1,6 +1,22 @@ . + * */ namespace Friendica\Model; @@ -10,6 +26,12 @@ use Friendica\DI; /** * functions for interacting with the permission set of an object (item, photo, event, ...) + * + * @property int uid + * @property string allow_cid + * @property string allow_gid + * @property string deny_cid + * @property string deny_gid */ class PermissionSet extends BaseModel {