summaryrefslogtreecommitdiffstats
path: root/lib/public/irequest.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-09-17 18:38:18 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-09-17 18:38:18 +0200
commit5bddb5377a40c987223804e8c3846437b6cf120a (patch)
tree0383768c85ff2ceb20d4bd201b110b5eee6f711b /lib/public/irequest.php
parent5c19b995db6dab9aae579274db82413117cce67b (diff)
downloadnextcloud-server-5bddb5377a40c987223804e8c3846437b6cf120a.tar.gz
nextcloud-server-5bddb5377a40c987223804e8c3846437b6cf120a.zip
Purge session from Request - and fix some styles
Diffstat (limited to 'lib/public/irequest.php')
-rw-r--r--lib/public/irequest.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/public/irequest.php b/lib/public/irequest.php
index cd39855950b..9f335b06f2a 100644
--- a/lib/public/irequest.php
+++ b/lib/public/irequest.php
@@ -77,15 +77,6 @@ interface IRequest {
/**
- * Shortcut for getting session variables
- *
- * @param string $key the key that will be taken from the $_SESSION array
- * @return array the value in the $_SESSION element
- */
- function getSession($key);
-
-
- /**
* Shortcut for getting cookie variables
*
* @param string $key the key that will be taken from the $_COOKIE array