diff options
Diffstat (limited to 'framework/Security/TSecurityManager.php')
-rw-r--r-- | framework/Security/TSecurityManager.php | 26 |
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 |