Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
FirstUpperCase.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 \ucfirst ( $value );
21 }
22}
static toView($value)
Transforms normalized data to view data.
Transform an instance for being displayed in a view.