diff options
author | xue <> | 2006-02-17 04:28:06 +0000 |
---|---|---|
committer | xue <> | 2006-02-17 04:28:06 +0000 |
commit | ae1c1995b2fec431afe7cca23b2697e1bef17baf (patch) | |
tree | 43fb70539492615022e434435a70e35241a898f2 /framework/Collections/TMap.php | |
parent | 31807816360c93080a6a0da55b858d708cd85c8b (diff) |
moved shortcut methods from TComponent to TControl.
Diffstat (limited to 'framework/Collections/TMap.php')
-rw-r--r-- | framework/Collections/TMap.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Collections/TMap.php b/framework/Collections/TMap.php index 4d810503..7c46ae70 100644 --- a/framework/Collections/TMap.php +++ b/framework/Collections/TMap.php @@ -53,7 +53,6 @@ class TMap extends TComponent implements IteratorAggregate,ArrayAccess */
public function __construct($data=null)
{
- parent::__construct();
if($data!==null)
$this->copyFrom($data);
}
|