Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Md5Selector.php
Go to the documentation of this file.
1
<?php
2
namespace
Ubiquity\security\csrf\generators
;
3
4
class
Md5Selector
implements
GeneratorInterface
{
5
6
public
function
generate
(?
string
$value =
null
): string {
7
return md5($value ??
''
);
8
}
9
}
10
Ubiquity\security\csrf\generators\Md5Selector
Definition
Md5Selector.php:4
Ubiquity\security\csrf\generators\Md5Selector\generate
generate(?string $value=null)
Definition
Md5Selector.php:6
Ubiquity\security\csrf\generators\GeneratorInterface
Definition
GeneratorInterface.php:4
Ubiquity\security\csrf\generators
Definition
GeneratorInterface.php:2
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity-security
src
Ubiquity
security
csrf
generators
Md5Selector.php
Generated on Sun Dec 10 2023 15:04:10 for
Ubiquity
by
doxygen
1.9.8