Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Password.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ubiquity\contents\transformation\transformers
;
4
5
use
Ubiquity\utils\base\UString
;
6
use
Ubiquity\contents\transformation\TransformerViewInterface
;
7
17
class
Password
implements
TransformerViewInterface
{
18
19
public
static
function
toView
($value) {
20
if
($value !=
null
)
21
return
UString::mask ( $value );
22
}
23
}
Ubiquity\contents\transformation\transformers\Password
Mask a password.
Definition
Password.php:17
Ubiquity\contents\transformation\transformers\Password\toView
static toView($value)
Transforms normalized data to view data.
Definition
Password.php:19
Ubiquity\utils\base\UString
String utilities.
Definition
UString.php:15
Ubiquity\contents\transformation\TransformerViewInterface
Transform an instance for being displayed in a view.
Definition
TransformerViewInterface.php:15
Ubiquity\contents\transformation\transformers
Definition
Crypt.php:2
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity
src
Ubiquity
contents
transformation
transformers
Password.php
Generated on Sun Dec 10 2023 15:04:13 for
Ubiquity
by
doxygen
1.9.8