diff options
Diffstat (limited to 'framework/Web/UI/JuiControls/TJuiControlOptions.php')
-rw-r--r-- | framework/Web/UI/JuiControls/TJuiControlOptions.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiControlOptions.php b/framework/Web/UI/JuiControls/TJuiControlOptions.php index 038da26e..cc065fe5 100644 --- a/framework/Web/UI/JuiControls/TJuiControlOptions.php +++ b/framework/Web/UI/JuiControls/TJuiControlOptions.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; + /** * TJuiControlOptions interface * @@ -22,7 +24,7 @@ * for any event for which an handler is defined in the control. * * @author Fabio Bas <ctrlaltca@gmail.com> - * @package System.Web.UI.JuiControls + * @package Prado\Web\UI\JuiControls * @since 3.3 */ class TJuiControlOptions |