diff options
author | xue <> | 2006-02-17 05:25:37 +0000 |
---|---|---|
committer | xue <> | 2006-02-17 05:25:37 +0000 |
commit | e1ee81a09e299d5a9bc59ed59b04acfa3a85a935 (patch) | |
tree | 846ed8e55761fbc9d598c8e9d34cc0ab3f6f87a7 /framework/TComponent.php | |
parent | 7b38480de52c1d042ea542e2d06913a8c9b645fc (diff) |
Removed a few constructors.
Diffstat (limited to 'framework/TComponent.php')
-rw-r--r-- | framework/TComponent.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/TComponent.php b/framework/TComponent.php index 8d6be46e..8a7f5f84 100644 --- a/framework/TComponent.php +++ b/framework/TComponent.php @@ -79,20 +79,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
* to allow using the following syntax to read a property:
|