diff options
Diffstat (limited to 'framework/Xml/TXmlElementList.php')
-rw-r--r-- | framework/Xml/TXmlElementList.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Xml/TXmlElementList.php b/framework/Xml/TXmlElementList.php index 301f9d1e..f94d0cf1 100644 --- a/framework/Xml/TXmlElementList.php +++ b/framework/Xml/TXmlElementList.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Xml + * @package Prado\Xml */ +namespace Prado\Xml; + /** * TXmlElementList class. * @@ -16,7 +18,7 @@ * You may manipulate the collection with the operations defined in {@link TList}. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Xml + * @package Prado\Xml * @since 3.0 */ class TXmlElementList extends TList |