summaryrefslogtreecommitdiff
path: root/framework/Security/TAuthorizationRule.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:21:46 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:21:46 +0100
commitb927e32fa14869bc3a48d1fba6b2a161b9606270 (patch)
tree037a41803695d675fe22cc35b691ff2e729d57f8 /framework/Security/TAuthorizationRule.php
parent9392b2523005d598ec6a5c254b8cbb5c49f50fcc (diff)
Add namespaces: Exceptions, I18N, Security
Diffstat (limited to 'framework/Security/TAuthorizationRule.php')
-rw-r--r--framework/Security/TAuthorizationRule.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/Security/TAuthorizationRule.php b/framework/Security/TAuthorizationRule.php
index 6da784c7..ce0835de 100644
--- a/framework/Security/TAuthorizationRule.php
+++ b/framework/Security/TAuthorizationRule.php
@@ -6,8 +6,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Security
+ * @package Prado\Security
*/
+
+namespace Prado\Security;
+
/**
* TAuthorizationRule class
*
@@ -24,7 +27,7 @@
* IP rules are separated by comma ',' and can contain wild card in the rules (e.g. '192.132.23.33, 192.122.*.*')
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Security
+ * @package Prado\Security
* @since 3.0
*/
class TAuthorizationRule extends TComponent