diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-12-16 19:50:31 +0100 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-12-16 19:50:31 +0100 |
commit | d59c4e832fea87d03d199a3211186a47fd252c32 (patch) | |
tree | 1ef7534a027e296a1b3da23e9a1f7e4efa9448c4 /lib/private/appframework/dependencyinjection | |
parent | 5b9c453071fe900529cd26b88fbc681d8b153b43 (diff) | |
download | nextcloud-server-d59c4e832fea87d03d199a3211186a47fd252c32.tar.gz nextcloud-server-d59c4e832fea87d03d199a3211186a47fd252c32.zip |
first round of deprecation
Diffstat (limited to 'lib/private/appframework/dependencyinjection')
-rw-r--r-- | lib/private/appframework/dependencyinjection/dicontainer.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/appframework/dependencyinjection/dicontainer.php b/lib/private/appframework/dependencyinjection/dicontainer.php index 98525ed3202..517ada2d205 100644 --- a/lib/private/appframework/dependencyinjection/dicontainer.php +++ b/lib/private/appframework/dependencyinjection/dicontainer.php @@ -155,6 +155,7 @@ class DIContainer extends SimpleContainer implements IAppContainer{ /** + * @deprecated implements only deprecated methods * @return IApi */ function getCoreApi() @@ -194,6 +195,8 @@ class DIContainer extends SimpleContainer implements IAppContainer{ } /** + * @deprecated use the groupmanager instead to find out if the user is in + * the admin group * @return boolean */ function isAdminUser() { @@ -206,6 +209,7 @@ class DIContainer extends SimpleContainer implements IAppContainer{ } /** + * @deprecated use the ILogger instead * @param string $message * @param string $level * @return mixed |