diff options
Diffstat (limited to 'lib/public/irequest.php')
-rw-r--r-- | lib/public/irequest.php | 9 |
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 |