From 67d7b1bd4bb020f0b948f1a67a8e98f42d28928f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:33:13 +0100 Subject: Add namespaces: framework/*.php, Util, Wsat, Xml --- framework/Xml/TXmlElementList.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/Xml/TXmlElementList.php') 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 - * @package System.Xml + * @package Prado\Xml * @since 3.0 */ class TXmlElementList extends TList -- cgit v1.2.3