summaryrefslogtreecommitdiff
path: root/framework/Web/THttpRequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/THttpRequest.php')
-rw-r--r--framework/Web/THttpRequest.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php
index 9e8b7a04..d397cc56 100644
--- a/framework/Web/THttpRequest.php
+++ b/framework/Web/THttpRequest.php
@@ -288,6 +288,14 @@ class THttpRequest extends TModule
}
/**
+ * @return TMap list of input variables, include GET, POST
+ */
+ public function getParameters()
+ {
+ return $this->_items;
+ }
+
+ /**
* @return THttpCookieCollection list of cookies to be sent
*/
public function getCookies()