summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TDataSourceView.php
diff options
context:
space:
mode:
authorxue <>2006-01-05 03:56:16 +0000
committerxue <>2006-01-05 03:56:16 +0000
commitc4279b69ac0f2fa30fdd661083cb753965ae2850 (patch)
tree98fb385528320b05f7428c05d07224d91e320d7b /framework/Web/UI/WebControls/TDataSourceView.php
parent282e4c91d2f0e711d8344ede4fc3658dbc9e26bc (diff)
Added documentation.
Diffstat (limited to 'framework/Web/UI/WebControls/TDataSourceView.php')
-rw-r--r--framework/Web/UI/WebControls/TDataSourceView.php21
1 files changed, 18 insertions, 3 deletions
diff --git a/framework/Web/UI/WebControls/TDataSourceView.php b/framework/Web/UI/WebControls/TDataSourceView.php
index 36b4ef2d..a41555d1 100644
--- a/framework/Web/UI/WebControls/TDataSourceView.php
+++ b/framework/Web/UI/WebControls/TDataSourceView.php
@@ -1,6 +1,6 @@
<?php
/**
- * TBulletedList class file
+ * TDataSourceSelectParameters, TDataSourceView, TReadOnlyDataSourceView class file
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
@@ -11,14 +11,13 @@
*/
/**
- * TBulletedList class
+ * TDataSourceSelectParameters class
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $
* @package System.Web.UI.WebControls
* @since 3.0
*/
-
class TDataSourceSelectParameters extends TComponent
{
private $_retrieveTotalRowCount=false;
@@ -73,6 +72,14 @@ class TDataSourceSelectParameters extends TComponent
}
}
+/**
+ * TDataSourceView class
+ *
+ * @author Qiang Xue <qiang.xue@gmail.com>
+ * @version $Revision: $ $Date: $
+ * @package System.Web.UI.WebControls
+ * @since 3.0
+ */
abstract class TDataSourceView extends TComponent
{
private $_owner;
@@ -168,6 +175,14 @@ abstract class TDataSourceView extends TComponent
}
}
+/**
+ * TReadOnlyDataSourceView class
+ *
+ * @author Qiang Xue <qiang.xue@gmail.com>
+ * @version $Revision: $ $Date: $
+ * @package System.Web.UI.WebControls
+ * @since 3.0
+ */
class TReadOnlyDataSourceView extends TDataSourceView
{
private $_dataSource=null;