Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-17 13:48:26 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-24 18:52:15 +0300
commit97af7566e4f9e703d096e4fae3ab8c60304627aa (patch)
treee72cfead9f3dc4b39ac6f9c066ae71c73d5ef8d7 /lib/public/IGroup.php
parent10c135ca3414544a92febbc45b39d358c8383757 (diff)
Fixed tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/public/IGroup.php')
-rw-r--r--lib/public/IGroup.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php
index da1a4f5dd1e..436338b4ac6 100644
--- a/lib/public/IGroup.php
+++ b/lib/public/IGroup.php
@@ -101,6 +101,13 @@ interface IGroup {
public function count($search = '');
/**
+ * returns the number of disabled users
+ *
+ * @return int|bool
+ */
+ public function countDisabled();
+
+ /**
* search for users in the group by displayname
*
* @param string $search