summaryrefslogtreecommitdiff
path: root/framework/IActiveControl.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/IActiveControl.php')
-rw-r--r--framework/IActiveControl.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/IActiveControl.php b/framework/IActiveControl.php
index ccdbac12..cb56f9b6 100644
--- a/framework/IActiveControl.php
+++ b/framework/IActiveControl.php
@@ -6,16 +6,18 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System
+ * @package Prado
*/
+namespace Prado;
+
/**
* IActiveControl interface.
*
* Active controls must implement IActiveControl interface.
*
* @author Wei Zhuo <weizhuo[at]gamil[dot]com>
- * @package System
+ * @package Prado
* @since 3.1
*/
interface IActiveControl