diff options
Diffstat (limited to 'lib/public/IUser.php')
-rw-r--r-- | lib/public/IUser.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public/IUser.php b/lib/public/IUser.php index 3d8515a5e03..a3d7c6b71a6 100644 --- a/lib/public/IUser.php +++ b/lib/public/IUser.php @@ -109,6 +109,13 @@ interface IUser { public function getBackendClassName(); /** + * Get the backend for the current user object + * + * @since 15.0.0 + */ + public function getBackend(); + + /** * check if the backend allows the user to change his avatar on Personal page * * @return bool |