From f0737c5b52373f262a4c8cfd25d4e1bb6ff33aee Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 13 Jan 2006 13:03:01 +0000 Subject: Move SafeHtml to 3rdParty/SafeHtml. Add TSafeHtml component. Change TTextBox::getText() to use SafeHtml --- framework/Web/THttpRequest.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'framework/Web/THttpRequest.php') 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 @@ -287,6 +287,14 @@ class THttpRequest extends TModule return $this->_items; } + /** + * @return TMap list of input variables, include GET, POST + */ + public function getParameters() + { + return $this->_items; + } + /** * @return THttpCookieCollection list of cookies to be sent */ -- cgit v1.2.3