From 9af7e1312620de671c4312fbfd723b59ee4685df Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 21 Jun 2006 13:42:04 +0000 Subject: Merge from 3.0 branch till 1191. --- framework/Web/UI/WebControls/TBaseDataList.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'framework/Web/UI/WebControls/TBaseDataList.php') diff --git a/framework/Web/UI/WebControls/TBaseDataList.php b/framework/Web/UI/WebControls/TBaseDataList.php index 479fb2ef..a8ab8faf 100644 --- a/framework/Web/UI/WebControls/TBaseDataList.php +++ b/framework/Web/UI/WebControls/TBaseDataList.php @@ -43,15 +43,6 @@ Prado::using('System.Util.TDataFieldAccessor'); */ abstract class TBaseDataList extends TDataBoundControl { - /** - * No body content should be added to data list control. - * This method is invoked when body content is parsed and added to this control. - * @param mixed body content to be added - */ - public function addParsedObject($object) - { - } - /** * Creates a style object for the control. * This method creates a {@link TTableStyle} to be used by the data list control. -- cgit v1.2.3