diff options
| author | xue <> | 2006-08-31 20:17:39 +0000 | 
|---|---|---|
| committer | xue <> | 2006-08-31 20:17:39 +0000 | 
| commit | 47a3cb88e7ed7f2a87bbf024dff3416fc6cd8002 (patch) | |
| tree | 0eb41f1ab1f2351905cd95054a328c34361e5080 /framework/Web/UI/WebControls/TDataBoundControl.php | |
| parent | b680e71693696a7b5280787ccd084cf860bcf989 (diff) | |
merge from 3.0 branch till 1374.
Diffstat (limited to 'framework/Web/UI/WebControls/TDataBoundControl.php')
| -rw-r--r-- | framework/Web/UI/WebControls/TDataBoundControl.php | 1 | 
1 files changed, 1 insertions, 0 deletions
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
  	 */
  | 
