Browse Source

Add @since tag to constant

Signed-off-by: Knut Ahlers <knut@ahlers.me>
tags/v13.0.0beta1
Knut Ahlers 6 years ago
parent
commit
586cefc4f1
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      lib/public/GroupInterface.php

+ 3
- 0
lib/public/GroupInterface.php View File

@@ -51,6 +51,9 @@ interface GroupInterface {
//OBSOLETE const GET_DISPLAYNAME = 0x00010000;
const COUNT_USERS = 0x00100000;
const GROUP_DETAILS = 0x01000000;
/**
* @since 13.0.0
*/
const IS_ADMIN = 0x10000000;

/**

Loading…
Cancel
Save