ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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
Definition:
ByTrying.php:21
ILIAS\Refinery\__invoke
__invoke($from)
Definition:
DeriveInvokeFromTransform.php:33
DeriveInvokeFromTransform
src
Refinery
DeriveInvokeFromTransform.php
Generated on Wed Sep 10 2025 14:12:07 for ILIAS by
1.8.13 (using
Doxyfile
)