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