diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-12-16 19:07:14 +0100 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-12-17 17:40:52 +0100 |
commit | 236632702cf7fe68cc9ad1dcfcc463e0d4c14d64 (patch) | |
tree | 17acbbe2628c91836fdf662832cbaa1929f036eb /lib/private/appframework | |
parent | a641bb75926ba20befe1d4bfb75c4a8025684f69 (diff) | |
download | nextcloud-server-236632702cf7fe68cc9ad1dcfcc463e0d4c14d64.tar.gz nextcloud-server-236632702cf7fe68cc9ad1dcfcc463e0d4c14d64.zip |
add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api
Diffstat (limited to 'lib/private/appframework')
-rw-r--r-- | lib/private/appframework/dependencyinjection/dicontainer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/appframework/dependencyinjection/dicontainer.php b/lib/private/appframework/dependencyinjection/dicontainer.php index 517ada2d205..faab40ce246 100644 --- a/lib/private/appframework/dependencyinjection/dicontainer.php +++ b/lib/private/appframework/dependencyinjection/dicontainer.php @@ -188,6 +188,7 @@ class DIContainer extends SimpleContainer implements IAppContainer{ } /** + * @deprecated use IUserSession->isLoggedIn() * @return boolean */ function isLoggedIn() { |