class TransformPipeline extends Module

Transform pipline Please use the Transform service to build pipelines

Properties

protected $actions
protected $type

Methods

__construct(string $type, array $actions = [])

No description

object
transform(object $data)

Transform a pipline

Details

at line 19
__construct(string $type, array $actions = [])

Parameters

string $type
array $actions

at line 30
object transform(object $data)

Transform a pipline

Parameters

object $data JSON object

Return Value

object JSON object