ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
DeriveInvokeFromTransform.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Refinery
;
22
23
trait
DeriveInvokeFromTransform
24
{
28
abstract
public
function
transform
($from);
29
33
public
function
__invoke
($from)
34
{
35
return
$this->
transform
($from);
36
}
37
}
ILIAS\Refinery\DeriveInvokeFromTransform
trait DeriveInvokeFromTransform
Definition:
DeriveInvokeFromTransform.php:24
ILIAS\Refinery
Definition:
ByTrying.php:21
ILIAS\Refinery\transform
transform($from)
Definition:
DeriveTransformWithProblem.php:36
ILIAS\Refinery\__invoke
__invoke($from)
@inheritDoc
Definition:
DeriveInvokeFromTransform.php:33
components
ILIAS
Refinery
src
DeriveInvokeFromTransform.php
Generated on Sat Oct 18 2025 23:03:34 for ILIAS by
1.9.4 (using
Doxyfile
)