From 97af7566e4f9e703d096e4fae3ab8c60304627aa Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 17 May 2018 12:48:26 +0200 Subject: Fixed tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- lib/public/IGroup.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/public/IGroup.php') 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 @@ -100,6 +100,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 * -- cgit v1.2.3