Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
TransformerInterface Interface Reference

Transform an instance. More...

+ Inheritance diagram for TransformerInterface:

Static Public Member Functions

static transform ($value)
 Transforms model data to normalized data.
 
static reverse ($value)
 Reverse data transforming to model data.
 

Detailed Description

Transform an instance.

Ubiquity\contents\transformation$TransformerInterface This class is part of Ubiquity

Author
jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
Version
1.0.0
Since
Ubiquity 2.1.1

Definition at line 15 of file TransformerInterface.php.

Member Function Documentation

◆ reverse()

static reverse (   $value)
static

Reverse data transforming to model data.

Parameters
mixed$value

Implemented in Crypt, and DateTime.

◆ transform()

static transform (   $value)
static

Transforms model data to normalized data.

Parameters
mixed$value

Implemented in Crypt, and DateTime.


The documentation for this interface was generated from the following file: