diff options
Diffstat (limited to 'lib/public/User.php')
-rw-r--r-- | lib/public/User.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/public/User.php b/lib/public/User.php index 2fdf540b958..14fdd6fb1ab 100644 --- a/lib/public/User.php +++ b/lib/public/User.php @@ -83,20 +83,6 @@ class User { } /** - * Get a list of all display names and user ids. - * @param string $search search pattern - * @param int|null $limit - * @param int|null $offset - * @return array an array of all display names (value) and the correspondig uids (key) - * @deprecated 8.1.0 use method searchDisplayName() of \OCP\IUserManager - \OC::$server->getUserManager() - * @since 5.0.0 - * @suppress PhanDeprecatedFunction - */ - public static function getDisplayNames( $search = '', $limit = null, $offset = null ) { - return \OC_User::getDisplayNames( $search, $limit, $offset ); - } - - /** * Check if the user is logged in * @return boolean * @since 5.0.0 |