Injectable_Filter

Injectable_Filter interface

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

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.

Search results