ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
fn($text) => (empty($text)) ?
null
: $text);
}
abstract
protected
function
getRefinery():
Factory
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
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
28
of file
trait.ilObjFileTransformation.php
.
components
ILIAS
File
classes
trait.ilObjFileTransformation.php
Generated on Sun Aug 31 2025 23:04:29 for ILIAS by
1.8.13 (using
Doxyfile
)