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/UI/TForm.php | |
parent | e1ffc982a948fe3d4e46465dc11a633ee37dc03c (diff) |
added missing page level and class level docblocks
Diffstat (limited to 'framework/Web/UI/TForm.php')
-rw-r--r-- | framework/Web/UI/TForm.php | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/framework/Web/UI/TForm.php b/framework/Web/UI/TForm.php index 4cd7e5cc..839d6c52 100644 --- a/framework/Web/UI/TForm.php +++ b/framework/Web/UI/TForm.php @@ -1,5 +1,23 @@ <?php
-
+/**
+ * TForm 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.UI
+ */
+
+/**
+ * TForm class
+ *
+ * @author Qiang Xue <qiang.xue@gmail.com>
+ * @version $Revision: $ $Date: $
+ * @package System.Web.UI
+ * @since 3.0
+ */
class TForm extends TControl
{
public function onInit($param)
|