PlaceholderProcessorInterface
Table of Contents
Methods
- canProcess() : bool
- process() : mixed
Methods
canProcess()
    public
                    canProcess(string $placeholder, array<string|int, mixed> $referenceArray) : bool
    Parameters
- $placeholder : string
- $referenceArray : array<string|int, mixed>
Return values
boolprocess()
    public
                    process(string $value, array<string|int, mixed> $referenceArray) : mixed
    Parameters
- $value : string
- $referenceArray : array<string|int, mixed>