diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveRadioButton.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TActiveRadioButton.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveRadioButton.php b/framework/Web/UI/ActiveControls/TActiveRadioButton.php index 46dbbaf7..4abdfe05 100644 --- a/framework/Web/UI/ActiveControls/TActiveRadioButton.php +++ b/framework/Web/UI/ActiveControls/TActiveRadioButton.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; + /** * TActiveRadioButton class. * @@ -24,7 +26,7 @@ * and can not be changed using javascript. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @package System.Web.UI.ActiveControls + * @package Prado\Web\UI\ActiveControls * @since 3.1 */ class TActiveRadioButton extends TRadioButton implements IActiveControl, ICallbackEventHandler |