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/TPage.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'framework/Web/UI/TPage.php') diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index 4e23681a..5f583f0b 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -1,4 +1,14 @@ + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2005 PradoSoft + * @license http://www.pradosoft.com/license/ + * @version $Revision: $ $Date: $ + * @package System.Web.UI + */ //Prado::using('System.Web.UI.*'); Prado::using('System.Web.UI.WebControls.*'); @@ -8,6 +18,15 @@ Prado::using('System.Web.UI.TForm'); Prado::using('System.Web.UI.TClientScriptManager'); //Prado::using('System.Web + +/** + * TPage class + * + * @author Qiang Xue + * @version $Revision: $ $Date: $ + * @package System.Web.UI + * @since 3.0 + */ class TPage extends TTemplateControl { const FIELD_POSTBACK_TARGET='PRADO_POSTBACK_TARGET'; -- cgit v1.2.3