Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 781 Bytes

property_setter_task.md

File metadata and controls

29 lines (18 loc) · 781 Bytes

PropertySetterTask

Accepts an array or an object as an input and sets values before returning it as the output.

See PropertyAccess Component Reference for details on property path syntax and behavior.

Task reference

  • Service: CleverAge\ProcessBundle\Task\PropertySetterTask

Accepted inputs

array or object that can be accessed by the property accessor

Possible outputs

Same array or object, with the property changed

Options

Code Type Required Default Description
values array X List of property path => value to set in the input