|
|
|
|
@ -44,13 +44,6 @@ interface IAppContainer extends IContainer { |
|
|
|
|
*/ |
|
|
|
|
public function getAppName(); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @deprecated 8.0.0 implements only deprecated methods |
|
|
|
|
* @return IApi |
|
|
|
|
* @since 6.0.0 |
|
|
|
|
*/ |
|
|
|
|
public function getCoreApi(); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @return \OCP\IServerContainer |
|
|
|
|
* @since 6.0.0 |
|
|
|
|
@ -64,29 +57,6 @@ interface IAppContainer extends IContainer { |
|
|
|
|
*/ |
|
|
|
|
public function registerMiddleWare($middleWare); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @deprecated 8.0.0 use IUserSession->isLoggedIn() |
|
|
|
|
* @return boolean |
|
|
|
|
* @since 6.0.0 |
|
|
|
|
*/ |
|
|
|
|
public function isLoggedIn(); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @deprecated 8.0.0 use IGroupManager->isAdmin($userId) |
|
|
|
|
* @return boolean |
|
|
|
|
* @since 6.0.0 |
|
|
|
|
*/ |
|
|
|
|
public function isAdminUser(); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @deprecated 8.0.0 use the ILogger instead |
|
|
|
|
* @param string $message |
|
|
|
|
* @param string $level |
|
|
|
|
* @return mixed |
|
|
|
|
* @since 6.0.0 |
|
|
|
|
*/ |
|
|
|
|
public function log($message, $level); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Register a capability |
|
|
|
|
* |
|
|
|
|
|