|
ILIAS
release_8 Revision v8.24
|
Split a string by delimiter into array. More...
Inheritance diagram for ILIAS\Refinery\String\SplitString:
Collaboration diagram for ILIAS\Refinery\String\SplitString:Public Member Functions | |
| __construct (string $delimiter, Factory $factory) | |
| transform ($from) | |
| @inheritDoc More... | |
| applyTo (Result $result) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Refinery\Transformation | |
| transform ($from) | |
| Perform the transformation. More... | |
| applyTo (Result $result) | |
| Perform the transformation and reify possible failures. More... | |
| __invoke ($from) | |
| Transformations should be callable. More... | |
Private Attributes | |
| string | $delimiter |
| Factory | $factory |
Split a string by delimiter into array.
Definition at line 32 of file SplitString.php.
| ILIAS\Refinery\String\SplitString::__construct | ( | string | $delimiter, |
| Factory | $factory | ||
| ) |
Definition at line 39 of file SplitString.php.
References ILIAS\Refinery\String\SplitString\$delimiter, and ILIAS\Refinery\String\SplitString\$factory.
| ILIAS\Refinery\String\SplitString::applyTo | ( | Result | $result | ) |
@inheritDoc
Implements ILIAS\Refinery\Transformation.
Definition at line 61 of file SplitString.php.
References ILIAS\Data\Result\value().
Here is the call graph for this function:| ILIAS\Refinery\String\SplitString::transform | ( | $from | ) |
@inheritDoc
Implements ILIAS\Refinery\Transformation.
Definition at line 49 of file SplitString.php.
|
private |
Definition at line 36 of file SplitString.php.
Referenced by ILIAS\Refinery\String\SplitString\__construct().
|
private |
Definition at line 37 of file SplitString.php.
Referenced by ILIAS\Refinery\String\SplitString\__construct().