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/UI/THtmlWriter.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'framework/Web/UI/THtmlWriter.php') diff --git a/framework/Web/UI/THtmlWriter.php b/framework/Web/UI/THtmlWriter.php index abfc666c..dc867b77 100644 --- a/framework/Web/UI/THtmlWriter.php +++ b/framework/Web/UI/THtmlWriter.php @@ -1,9 +1,27 @@ + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2005 PradoSoft + * @license http://www.pradosoft.com/license/ + * @version $Revision: $ $Date: $ + * @package System.Web.UI + */ // todo: test if an attribute is a url // keep nonclosing tag only // add more utility methods (e.g. render....) // implment encoding (for text and url) +/** + * THtmlWriter class + * + * @author Qiang Xue + * @version $Revision: $ $Date: $ + * @package System.Web.UI + * @since 3.0 + */ class THtmlWriter extends TComponent implements ITextWriter { const TAG_INLINE=0; -- cgit v1.2.3