Documentation

Label
in package
implements FilterInterface

Table of Contents

Interfaces

FilterInterface

Properties

$afterFilters  : array<string|int, mixed>
$fields  : mixed

Methods

__construct()  : mixed
by()  : mixed
check()  : bool
script()  : string
addToFilterArray()  : mixed

Properties

$afterFilters

private array<string|int, mixed> $afterFilters = []

$fields

private mixed $fields = ['color', 'id', 'name']

Methods

__construct()

public __construct() : mixed

by()

public by(mixed $field, mixed $op, mixed $value) : mixed
Parameters
$field : mixed
$op : mixed
$value : mixed

script()

public script() : string
Return values
string

addToFilterArray()

private addToFilterArray(mixed $name, mixed $value) : mixed
Parameters
$name : mixed
$value : mixed

        
On this page

Search results