X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FPermissionSet.php;h=9138d46b7fedd03972d728b9dd653f38ef2deb5c;hb=1701ea2034feb1cb8b7cce8455ff8e3c1f8875c6;hp=9bf2642c8b84787239a631eafa1026919af066b8;hpb=1c50bc58e4ab687c0100084d1a858f4f68b78d47;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 {