Injectable_Filter
Injectable_Filter interface
Tags
Table of Contents
- inject_properties() : array<string|int, mixed>
- Inject properties into the possible choices.
Methods
inject_properties()
Inject properties into the possible choices.
public
inject_properties(array<string|int, mixed> $possible_choices) : array<string|int, mixed>
Parameters
- $possible_choices : array<string|int, mixed>
-
The possible choices.
Return values
array<string|int, mixed> —The possible choices with injected properties.