ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
Variables
trait.ilObjFileTransformation.php File Reference
Go to the source code of this file.
Variables
trait
ilObjFileTransformation
Variable Documentation
◆
ilObjFileTransformation
trait ilObjFileTransformation
Initial value:
{
public
function
getEmptyStringToNullTransformation():
Transformation
{
return
$this->getRefinery()->custom()->transformation(
static
function
(
$text
) {
return
(empty(
$text
)) ? null :
$text
;
});
}
abstract
protected
function
getRefinery():
Factory
$text
$text
Definition:
xapiexit.php:21
ILIAS\Refinery\Factory
Definition:
Factory.php:25
ILIAS\Refinery\Transformation
A transformation is a function from one datatype to another.
Definition:
Transformation.php:34
Author
Lukas Zehnder
lukas
.nosp@m.
@sr.
.nosp@m.
solut
.nosp@m.
ions
Definition at line
27
of file
trait.ilObjFileTransformation.php
.
components
ILIAS
File
classes
trait.ilObjFileTransformation.php
Generated on Wed Sep 10 2025 15:17:01 for ILIAS by
1.8.13 (using
Doxyfile
)