Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
TransformerInterface.php
Go to the documentation of this file.
1<?php
2
4
16
22 public static function transform($value);
23
29 public static function reverse($value);
30
31}
static transform($value)
Transforms model data to normalized data.
static reverse($value)
Reverse data transforming to model data.
Transformers managment.