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/TComponent.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'framework/TComponent.php') diff --git a/framework/TComponent.php b/framework/TComponent.php index 8d6be46e..8a7f5f84 100644 --- a/framework/TComponent.php +++ b/framework/TComponent.php @@ -78,20 +78,6 @@ class TComponent */ private $_e=array(); - /** - * Constructor. - */ - public function __construct() - { - } - - /** - * Destructor. - */ - public function __destruct() - { - } - /** * Returns a property value or an event handler list by property or event name. * Do not call this method. This is a PHP magic method that we override -- cgit v1.2.3