summaryrefslogtreecommitdiff
path: root/framework/Security/TSecurityManager.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-20 19:33:03 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-20 19:33:03 +0100
commit1729b4bffedbcd0e0bdff80b74aa9944312d817c (patch)
tree403ea960c5d2e49935920477a99482530b181440 /framework/Security/TSecurityManager.php
parent151aeac41b60f094242e65b6dbccbc1e95c5c27d (diff)
One class per file: framework/Security
Diffstat (limited to 'framework/Security/TSecurityManager.php')
-rw-r--r--framework/Security/TSecurityManager.php26
1 files changed, 2 insertions, 24 deletions
diff --git a/framework/Security/TSecurityManager.php b/framework/Security/TSecurityManager.php
index bdb85564..2f9ef464 100644
--- a/framework/Security/TSecurityManager.php
+++ b/framework/Security/TSecurityManager.php
@@ -1,5 +1,4 @@
<?php
-
/**
* TSecurityManager class file
*
@@ -10,6 +9,7 @@
* @package System.Security
*/
+
/**
* TSecurityManager class
*
@@ -337,26 +337,4 @@ class TSecurityManager extends TModule
{
return $this->_mbstring ? mb_substr($string,$start,$length,'8bit') : substr($string,$start,$length);
}
-}
-
-/**
- * TSecurityManagerValidationMode class.
- *
- * This class has been deprecated since version 3.2.1.
- *
- * TSecurityManagerValidationMode defines the enumerable type for the possible validation modes
- * that can be used by {@link TSecurityManager}.
- *
- * The following enumerable values are defined:
- * - MD5: an MD5 hash is generated from the data and used for validation.
- * - SHA1: an SHA1 hash is generated from the data and used for validation.
- *
- * @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Security
- * @since 3.0.4
- */
-class TSecurityManagerValidationMode extends TEnumerable
-{
- const MD5 = 'MD5';
- const SHA1 = 'SHA1';
-}
+} \ No newline at end of file