From e1ee81a09e299d5a9bc59ed59b04acfa3a85a935 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 17 Feb 2006 05:25:37 +0000 Subject: Removed a few constructors. --- framework/Web/UI/TControl.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/TControl.php') diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 104200ed..d1ae189a 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -164,6 +164,13 @@ class TControl extends TApplicationComponent */ private $_rf=array(); + /** + * Constructor. + */ + public function __construct() + { + } + /** * Returns a property value by name or a control by ID. * This overrides the parent implementation by allowing accessing @@ -1577,7 +1584,6 @@ class TControlList extends TList */ public function __construct(TControl $owner) { - parent::__construct(); $this->_o=$owner; } @@ -1661,7 +1667,6 @@ class TEmptyControlList extends TList */ public function __construct(TControl $owner) { - parent::__construct(); $this->_o=$owner; } -- cgit v1.2.3