Skip to content

Add fnMapFromField

Choose a tag to compare

@Jason-Rev Jason-Rev released this 06 Jun 09:00
· 10 commits to master since this release

Summary

Added the function fnMapFromField.

fnMapFromField is useful when combined with fnMapToField.

...
->map(fn\fnMapToField('tax', fnMapFromField('price', $fnCalcTax)))
...