Filter_Display extends Step

Table of Contents

__construct()  : mixed
{@inheritdoc}
setup_fields()  : mixed
{@inheritdoc}
submit()  : mixed
{@inheritdoc}
get_filters()  : array<string|int, mixed>
Get the list of filter but only when on the setup wizard page.

Methods

__construct()

{@inheritdoc}

public __construct() : mixed
Return values
mixed

setup_fields()

{@inheritdoc}

public setup_fields() : mixed
Return values
mixed

submit()

{@inheritdoc}

public submit(array<string|int, mixed> $values) : mixed
Parameters
$values : array<string|int, mixed>
Return values
mixed

get_filters()

Get the list of filter but only when on the setup wizard page.

private get_filters() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results