diff options
Diffstat (limited to 'lib/public/IGroup.php')
-rw-r--r-- | lib/public/IGroup.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php index da1a4f5dd1e..22fa28f94be 100644 --- a/lib/public/IGroup.php +++ b/lib/public/IGroup.php @@ -101,6 +101,14 @@ interface IGroup { public function count($search = ''); /** + * returns the number of disabled users + * + * @return int|bool + * @since 14.0.0 + */ + public function countDisabled(); + + /** * search for users in the group by displayname * * @param string $search |