ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Refinery\IdentityTransformation Class Reference
+ Inheritance diagram for ILIAS\Refinery\IdentityTransformation:
+ Collaboration diagram for ILIAS\Refinery\IdentityTransformation:

Public Member Functions

 transform ($from)
 @inheritDoc More...
 
- Public Member Functions inherited from ILIAS\Refinery\Transformation
 transform ($from)
 Perform the transformation. More...
 
 applyTo (Result $result)
 Perform the transformation and reify possible failures. More...
 
 __invoke ($from)
 Transformations should be callable. More...
 

Detailed Description

Definition at line 23 of file IdentityTransformation.php.

Member Function Documentation

◆ transform()

ILIAS\Refinery\IdentityTransformation::transform (   $from)

@inheritDoc

Implements ILIAS\Refinery\Transformation.

Definition at line 31 of file IdentityTransformation.php.

32 {
33 return $from;
34 }

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