From ea2868ad7d79d440d40fbcb5773c9dcec3babbcc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 10:10:40 +0100 Subject: Add namespace: ActiveControls, JuiControls --- framework/Web/UI/JuiControls/TJuiEventParameter.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/JuiControls/TJuiEventParameter.php') diff --git a/framework/Web/UI/JuiControls/TJuiEventParameter.php b/framework/Web/UI/JuiControls/TJuiEventParameter.php index ac9c378d..87ed0d84 100644 --- a/framework/Web/UI/JuiControls/TJuiEventParameter.php +++ b/framework/Web/UI/JuiControls/TJuiEventParameter.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2013-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web.UI.JuiControls + * @package Prado\Web\UI\JuiControls */ +namespace Prado\Web\UI\JuiControls; + /** * TJuiEventParameter class * @@ -33,7 +35,7 @@ * * @author Fabio Bas * @license http://www.pradosoft.com/license - * @package System.Web.UI.JuiControls + * @package Prado\Web\UI\JuiControls */ class TJuiEventParameter extends TCallbackEventParameter { -- cgit v1.2.3