diff options
Diffstat (limited to 'framework/Web/UI/JuiControls/IJuiOptions.php')
-rw-r--r-- | framework/Web/UI/JuiControls/IJuiOptions.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/JuiControls/IJuiOptions.php b/framework/Web/UI/JuiControls/IJuiOptions.php index b021c421..5747b6be 100644 --- a/framework/Web/UI/JuiControls/IJuiOptions.php +++ b/framework/Web/UI/JuiControls/IJuiOptions.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; + /** * IJuiOptions interface * @@ -16,7 +18,7 @@ * {@link TJuiControlOptions}. * * @author Fabio Bas <ctrlaltca@gmail.com> - * @package System.Web.UI.JuiControls + * @package Prado\Web\UI\JuiControls * @since 3.3 */ interface IJuiOptions |