diff options
Diffstat (limited to 'framework/Xml/TXmlElement.php')
-rw-r--r-- | framework/Xml/TXmlElement.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/Xml/TXmlElement.php b/framework/Xml/TXmlElement.php index 6ed1c62f..f55afed5 100644 --- a/framework/Xml/TXmlElement.php +++ b/framework/Xml/TXmlElement.php @@ -10,6 +10,9 @@ */ namespace Prado\Xml; +use \Prado\TPropertyValue; +use \Prado\Collections\TList; +use \Prado\Collections\TMap; /** * TXmlElement class. @@ -26,7 +29,7 @@ namespace Prado\Xml; * @package Prado\Xml * @since 3.0 */ -class TXmlElement extends TComponent +class TXmlElement extends \Prado\TComponent { /** * @var TXmlElement parent of this element |