summaryrefslogtreecommitdiff
path: root/framework/IBindable.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/IBindable.php')
-rw-r--r--framework/IBindable.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/IBindable.php b/framework/IBindable.php
index e6ee32fa..073408ab 100644
--- a/framework/IBindable.php
+++ b/framework/IBindable.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;
+
/**
* IBindable interface.
*
* This interface must be implemented by classes that are capable of performing databinding.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System
+ * @package Prado
* @since 3.0
*/
interface IBindable