summaryrefslogtreecommitdiff
path: root/framework/Data/SqlMap/Statements/IMappedStatement.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:10:08 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:10:08 +0100
commitb780f073fc8a522cae078f3e53d6fa73dbd5e63b (patch)
tree8766bed34820042a456be6bdeed6091371f4504f /framework/Data/SqlMap/Statements/IMappedStatement.php
parentbbda6a710849a46de98937e85e96ea06abe333fd (diff)
Add namespaces: Caching, Collections, Data
Diffstat (limited to 'framework/Data/SqlMap/Statements/IMappedStatement.php')
-rw-r--r--framework/Data/SqlMap/Statements/IMappedStatement.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Data/SqlMap/Statements/IMappedStatement.php b/framework/Data/SqlMap/Statements/IMappedStatement.php
index 859d2ee3..12054bae 100644
--- a/framework/Data/SqlMap/Statements/IMappedStatement.php
+++ b/framework/Data/SqlMap/Statements/IMappedStatement.php
@@ -3,14 +3,16 @@
* IMappedStatement interface file.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @package System.Data.SqlMap.Statements
+ * @package Prado\Data\SqlMap\Statements
*/
+namespace Prado\Data\SqlMap\Statements;
+
/**
* Interface for all mapping statements.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @package System.Data.SqlMap.Statements
+ * @package Prado\Data\SqlMap\Statements
* @since 3.1
*/
interface IMappedStatement