summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TCompositeControl.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/TCompositeControl.php')
-rw-r--r--framework/Web/UI/TCompositeControl.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/TCompositeControl.php b/framework/Web/UI/TCompositeControl.php
index 5a54271d..6b33d4ec 100644
--- a/framework/Web/UI/TCompositeControl.php
+++ b/framework/Web/UI/TCompositeControl.php
@@ -6,16 +6,18 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Web.UI
+ * @package Prado\Web\UI
*/
+namespace Prado\Web\UI;
+
/**
* TCompositeControl class.
* TCompositeControl is the base class for controls that are composed
* by other controls.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Web.UI
+ * @package Prado\Web\UI
* @since 3.0
*/
class TCompositeControl extends TControl implements INamingContainer