summaryrefslogtreecommitdiff
path: root/framework/Data
diff options
context:
space:
mode:
authorxue <>2006-02-17 04:28:06 +0000
committerxue <>2006-02-17 04:28:06 +0000
commitae1c1995b2fec431afe7cca23b2697e1bef17baf (patch)
tree43fb70539492615022e434435a70e35241a898f2 /framework/Data
parent31807816360c93080a6a0da55b858d708cd85c8b (diff)
moved shortcut methods from TComponent to TControl.
Diffstat (limited to 'framework/Data')
-rw-r--r--framework/Data/TXmlDocument.php2
1 files changed, 0 insertions, 2 deletions
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;
}