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/Data/TXmlDocument.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/Data') diff --git a/framework/Data/TXmlDocument.php b/framework/Data/TXmlDocument.php index bb22b254..dfd65ebe 100644 --- a/framework/Data/TXmlDocument.php +++ b/framework/Data/TXmlDocument.php @@ -55,7 +55,6 @@ class TXmlElement extends TComponent */ public function __construct($tagName) { - parent::__construct(); $this->setTagName($tagName); } @@ -404,7 +403,6 @@ class TXmlElementList extends TList */ public function __construct(TXmlElement $owner) { - parent::__construct(); $this->_o=$owner; } -- cgit v1.2.3