Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Password.php
Go to the documentation of this file.
1<?php
2
4
7
18
19 public static function toView($value) {
20 if ($value != null)
21 return UString::mask ( $value );
22 }
23}
static toView($value)
Transforms normalized data to view data.
Definition Password.php:19
String utilities.
Definition UString.php:15
Transform an instance for being displayed in a view.