From 47a3cb88e7ed7f2a87bbf024dff3416fc6cd8002 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 31 Aug 2006 20:17:39 +0000 Subject: merge from 3.0 branch till 1374. --- framework/Web/UI/WebControls/TDataBoundControl.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Web/UI/WebControls/TDataBoundControl.php') diff --git a/framework/Web/UI/WebControls/TDataBoundControl.php b/framework/Web/UI/WebControls/TDataBoundControl.php index 798f9155..38ed42dd 100644 --- a/framework/Web/UI/WebControls/TDataBoundControl.php +++ b/framework/Web/UI/WebControls/TDataBoundControl.php @@ -462,6 +462,7 @@ abstract class TDataBoundControl extends TWebControl /** * Validates if the parameter is a valid data source. * If it is a string or an array, it will be converted as a TList object. + * @param Traversable|array|string data source to be validated * @return Traversable the data that is traversable * @throws TInvalidDataTypeException if the data is neither null nor Traversable */ -- cgit v1.2.3