Add properties to PermissionSet Model
This commit is contained in:
parent
7984965183
commit
a77c78522c
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ use Friendica\DI;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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, ...)
|
||||||
|
*
|
||||||
|
* @property int uid
|
||||||
|
* @property string allow_cid
|
||||||
|
* @property string allow_gid
|
||||||
|
* @property string deny_cid
|
||||||
|
* @property string deny_gid
|
||||||
*/
|
*/
|
||||||
class PermissionSet extends BaseModel
|
class PermissionSet extends BaseModel
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue