diff options
Diffstat (limited to 'framework/Web/UI/WebControls/TOutputCacheCalculateKeyEventParameter.php')
-rw-r--r-- | framework/Web/UI/WebControls/TOutputCacheCalculateKeyEventParameter.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TOutputCacheCalculateKeyEventParameter.php b/framework/Web/UI/WebControls/TOutputCacheCalculateKeyEventParameter.php index a8bf59ed..13a5ddb8 100644 --- a/framework/Web/UI/WebControls/TOutputCacheCalculateKeyEventParameter.php +++ b/framework/Web/UI/WebControls/TOutputCacheCalculateKeyEventParameter.php @@ -6,9 +6,10 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web.UI.WebControls + * @package Prado\Web\UI\WebControls */ +namespace Prado\Web\UI\WebControls; /** * TOutputCacheCalculateKeyEventParameter class @@ -17,7 +18,7 @@ * <b>OnCalculateKey</b> event of {@link TOutputCache} control. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Web.UI.WebControls + * @package Prado\Web\UI\WebControls * @since 3.0 */ class TOutputCacheCalculateKeyEventParameter extends TEventParameter |