diff options
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:
|