Modifier
in
Interface Modifier
Modifiers are used to modify the exported data in some way.
Tags
Table of Contents
- process() : array<string|int, mixed>
- Do the modifying action on data
Methods
process()
Do the modifying action on data
public
static process(array<string|int, mixed> &$data) : array<string|int, mixed>
Parameters
- $data : array<string|int, mixed>
Return values
array<string|int, mixed> —Modified data