Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Crypt Class Reference
+ Inheritance diagram for Crypt:

Static Public Member Functions

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

Detailed Description

Definition at line 8 of file Crypt.php.

Member Function Documentation

◆ reverse()

static reverse (   $value)
static

Reverse data transforming to model data.

Parameters
mixed$value

Implements TransformerInterface.

Definition at line 14 of file Crypt.php.

◆ toView()

static toView (   $value)
static

Transforms normalized data to view data.

Parameters
string$value

Implements TransformerViewInterface.

Definition at line 18 of file Crypt.php.

◆ transform()

static transform (   $value)
static

Transforms model data to normalized data.

Parameters
mixed$value

Implements TransformerInterface.

Definition at line 10 of file Crypt.php.


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