Add @since tag to constant

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-09-05 15:46:27 +02:00
parent 92d2fb8771
commit 586cefc4f1
No known key found for this signature in database
GPG Key ID: DC2729FDD34BE99E
1 changed files with 3 additions and 0 deletions

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;
/**