UnserializeTransformer implements Transformer
Read onlyYes
FinalYes
Interfaces
Methods
- __construct() : mixed
- transform() : Rows
Methods
__construct()
public
__construct(Reference|string $source[, bool $merge = true ][, string $mergePrefix = '' ]) : mixed
Parameters
- $source : Reference|string
- $merge : bool = true
- $mergePrefix : string = ''
-
- used only when merge is set to true
transform()
public
transform(Rows $rows, FlowContext $context) : Rows
Parameters
- $rows : Rows
- $context : FlowContext