ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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
Factory
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
.
Modules
File
classes
trait.ilObjFileTransformation.php
Generated on Wed Sep 10 2025 14:12:21 for ILIAS by
1.8.13 (using
Doxyfile
)