Exemplo n.º 1
0
 /**
  * Remove app from all users
  * @param string $app app
  * @deprecated use deleteAppFromAllUsers of \OCP\IConfig instead
  *
  * Removes all keys in preferences belonging to the app.
  */
 public function deleteAppFromAllUsers($app)
 {
     $this->config->deleteAppFromAllUsers($app);
 }