ProcessorInterface
Interface for FlexForm processors
Table of Contents
Methods
- __construct() : mixed
- __invoke() : mixed
Methods
__construct()
public
__construct(ProcessorDto $converterDto) : mixed
Parameters
- $converterDto : ProcessorDto
__invoke()
public
__invoke(string $key, mixed $value, array<string|int, mixed> $matches) : mixed
Parameters
- $key : string
- $value : mixed
- $matches : array<string|int, mixed>