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/ActiveControls/TActiveRadioButtonList.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/ActiveControls/TActiveRadioButtonList.php') diff --git a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php index 70b035e4..a96bc486 100644 --- a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php +++ b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web.UI.ActiveControls + * @package Prado\Web\UI\ActiveControls */ +namespace Prado\Web\UI\ActiveControls; + /** * Load active control adapter and active radio button. */ @@ -30,7 +32,7 @@ Prado::using('System.Web.UI.ActiveControls.TActiveRadioButton'); * List items can not be changed dynamically during a callback request. * * @author Wei Zhuo - * @package System.Web.UI.ActiveControls + * @package Prado\Web\UI\ActiveControls * @since 3.1 */ class TActiveRadioButtonList extends TRadioButtonList implements IActiveControl, ICallbackEventHandler -- cgit v1.2.3