19 declare(strict_types=1);
51 if (!is_string($from)) {
55 return explode($this->delimiter, $from);
63 $dataValue = $result->
value();
64 if (
false === is_string($dataValue)) {
66 return $this->
factory->error($exception);
69 $value = explode($this->delimiter, $dataValue);
70 return $this->
factory->ok($value);
__construct(string $delimiter, Factory $factory)
value()
Get the encapsulated value.
Split a string by delimiter into array.
trait DeriveInvokeFromTransform
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...