From 1729b4bffedbcd0e0bdff80b74aa9944312d817c Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 20 Jan 2015 19:33:03 +0100 Subject: One class per file: framework/Security --- framework/Security/TSecurityManager.php | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'framework/Security/TSecurityManager.php') 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 @@ _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 - * @package System.Security - * @since 3.0.4 - */ -class TSecurityManagerValidationMode extends TEnumerable -{ - const MD5 = 'MD5'; - const SHA1 = 'SHA1'; -} +} \ No newline at end of file -- cgit v1.2.3