Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 290 Bytes

transformers.md

File metadata and controls

8 lines (5 loc) · 290 Bytes

Transformers

Transformers are classes implementing the TransformerInterface interface.

You can set them by using the setTransformer of the ApiFactory class.

You can only set one transformer because you can't retrieve the same data in many forms in the same request.