mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 22:09:29 +00:00
Added visitor level
This commit is contained in:
parent
d4ac0fbf8c
commit
7ef4d438c9
@ -14,6 +14,7 @@ class GroupMember extends BaseUniqueObjectFromUser {
|
|||||||
const MODERATOR = 1;
|
const MODERATOR = 1;
|
||||||
const MEMBER = 2;
|
const MEMBER = 2;
|
||||||
const PENDING = 3; //When the group membership has not been approved yet
|
const PENDING = 3; //When the group membership has not been approved yet
|
||||||
|
const VISITOR = 4; //Simple visitor
|
||||||
|
|
||||||
//Private fields
|
//Private fields
|
||||||
private $group_id = 1;
|
private $group_id = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user