diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-24 09:59:46 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-24 09:59:48 +0200 |
commit | daa4dde508865ef0f08e584987b0695d4847809a (patch) | |
tree | e4aaed56bea63ec5d569fc74ff10f0e36618c50e /framework/Web/THttpRequest.php | |
parent | a08d87f68a22df1ffb001ebe1cc3f438c045b843 (diff) |
Update to 3.2.1
Diffstat (limited to 'framework/Web/THttpRequest.php')
-rw-r--r-- | framework/Web/THttpRequest.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php index 8e58d304..7752d54d 100644 --- a/framework/Web/THttpRequest.php +++ b/framework/Web/THttpRequest.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web */ @@ -64,7 +64,7 @@ Prado::using('System.Web.TUrlManager'); * request module. It can be accessed via {@link TApplication::getRequest()}. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0 */ @@ -893,7 +893,7 @@ class THttpRequest extends TApplicationComponent implements IteratorAggregate,Ar * </code> * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0 */ @@ -981,7 +981,7 @@ class THttpCookieCollection extends TList * domain, path, expire, and secure. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0 */ @@ -1156,7 +1156,7 @@ class THttpCookie extends TComponent * - fragment: anchor * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0 */ @@ -1323,7 +1323,7 @@ class TUri extends TComponent * - HiddenPath: the URL format is like /path/to/name1,value1/name2,value2... * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0.4 */ |