BaseFilter
AbstractYes
Table of Contents
Methods
- apply() : void
- getOption() : mixed
- getOptions() : array<string|int, mixed>
- isAvailable() : bool
Methods
apply()
public
abstract apply(array<string|int, mixed> $items, Dialog $dialog) : void
Parameters
- $items : array<string|int, mixed>
- $dialog : Dialog
getOption()
public
getOption(string $option[, mixed $defaultValue = null ]) : mixed
Parameters
- $option : string
- $defaultValue : mixed = null
getOptions()
public
getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>isAvailable()
public
abstract isAvailable() : bool