diff options
author | knut <> | 2006-02-02 18:10:17 +0000 |
---|---|---|
committer | knut <> | 2006-02-02 18:10:17 +0000 |
commit | 6b3c986a0a4634335b58ddf83a34032b5b783fce (patch) | |
tree | fffc7e9c8e6a266cf7d16c9db64ee2f57c0e776c /framework/Web/THttpUtility.php | |
parent | e1ffc982a948fe3d4e46465dc11a633ee37dc03c (diff) |
added missing page level and class level docblocks
Diffstat (limited to 'framework/Web/THttpUtility.php')
-rw-r--r-- | framework/Web/THttpUtility.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/framework/Web/THttpUtility.php b/framework/Web/THttpUtility.php index c3ef2b4c..6aadb65d 100644 --- a/framework/Web/THttpUtility.php +++ b/framework/Web/THttpUtility.php @@ -1,5 +1,23 @@ <?php
+/**
+ * THttpUtility class file
+ *
+ * @author Qiang Xue <qiang.xue@gmail.com>
+ * @link http://www.pradosoft.com/
+ * @copyright Copyright © 2005 PradoSoft
+ * @license http://www.pradosoft.com/license/
+ * @version $Revision: $ $Date: $
+ * @package System.Web
+ */
+/**
+ * THttpUtility class
+ *
+ * @author Qiang Xue <qiang.xue@gmail.com>
+ * @version $Revision: $ $Date: $
+ * @package System.Web
+ * @since 3.0
+ */
class THttpUtility
{
private static $_entityTable=null;
|