diff options
Diffstat (limited to 'framework/Web/UI/JuiControls/TJuiEventParameter.php')
-rw-r--r-- | framework/Web/UI/JuiControls/TJuiEventParameter.php | 6 |
1 files changed, 4 insertions, 2 deletions
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 <ctrlaltca[at]gmail[dot]com> * @license http://www.pradosoft.com/license - * @package System.Web.UI.JuiControls + * @package Prado\Web\UI\JuiControls */ class TJuiEventParameter extends TCallbackEventParameter { |