ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
DeriveInvokeFromTransform.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8
namespace
ILIAS\Refinery
;
9
10
use
ILIAS\Data\Result
;
11
12
trait
DeriveInvokeFromTransform
13
{
19
abstract
public
function
transform($from);
20
26
public
function
__invoke
($from)
27
{
28
return
$this->transform($from);
29
}
30
}
ILIAS\Data\Result
Definition:
Error.php:4
ILIAS\Refinery
Definition:
ByTrying.php:5
ILIAS\Refinery\__invoke
__invoke($from)
Definition:
DeriveInvokeFromTransform.php:26
DeriveInvokeFromTransform
src
Refinery
DeriveInvokeFromTransform.php
Generated on Sun Aug 31 2025 21:01:39 for ILIAS by
1.8.13 (using
Doxyfile
)