ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Transformation.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 2017 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
3
/* Copyright (c) 2017 Stefan Hecken <stefan.hecken@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\Transformation
;
6
15
interface
Transformation
16
{
25
public
function
transform
(
$from
);
26
34
public
function
__invoke
(
$from
);
35
}
ILIAS\Transformation\Transformation
A transformation is a function from one datatype to another.
Definition:
Transformation.php:15
$from
$from
Definition:
logout-iframe.php:5
ILIAS\Transformation
Definition:
Factory.php:5
ILIAS\Transformation\Transformation\__invoke
__invoke($from)
Transformations should be callable.
php
ILIAS\Transformation\Transformation\transform
transform($from)
Perform the transformation.
src
Transformation
Transformation.php
Generated on Thu Jan 16 2025 19:02:37 for ILIAS by
1.8.13 (using
Doxyfile
)