Created invited status for groups.

This commit is contained in:
Pierre HUBERT
2018-07-04 17:34:59 +02:00
parent d058ce1f74
commit fd4259c38d
3 changed files with 7 additions and 4 deletions

View File

@ -34,8 +34,9 @@ class GroupInfo extends BaseUniqueObject {
const ADMINISTRATOR = 0;
const MODERATOR = 1;
const MEMBER = 2;
const PENDING = 3;
const VISITOR = 4;
const INVITED = 3;
const PENDING = 4;
const VISITOR = 5;
//Get and set the name of group
public function set_name(string $name){