From 6b3c986a0a4634335b58ddf83a34032b5b783fce Mon Sep 17 00:00:00 2001 From: knut <> Date: Thu, 2 Feb 2006 18:10:17 +0000 Subject: added missing page level and class level docblocks --- framework/Web/THttpUtility.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'framework/Web/THttpUtility.php') 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 @@ + * @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 + * @version $Revision: $ $Date: $ + * @package System.Web + * @since 3.0 + */ class THttpUtility { private static $_entityTable=null; -- cgit v1.2.3