Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
TransformerInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ubiquity\contents\transformation
;
4
15
interface
TransformerInterface
{
16
22
public
static
function
transform
($value);
23
29
public
static
function
reverse
($value);
30
31
}
Ubiquity\contents\transformation\TransformerInterface
Transform an instance.
Definition
TransformerInterface.php:15
Ubiquity\contents\transformation\TransformerInterface\transform
static transform($value)
Transforms model data to normalized data.
Ubiquity\contents\transformation\TransformerInterface\reverse
static reverse($value)
Reverse data transforming to model data.
Ubiquity\contents\transformation
Transformers managment.
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity
src
Ubiquity
contents
transformation
TransformerInterface.php
Generated on Sun Dec 10 2023 15:04:13 for
Ubiquity
by
doxygen
1.9.8