HookArgument
in package
Table of Contents
- $filter : array<string|int, Filter>
- List of filters
- $order : array<string|int, mixed>
- List of sort options
- $payload : array<string|int, mixed>
- Search setup with fields and so on
- __construct() : mixed
- HookArgument constructor.
Properties
$filter
List of filters
public
array<string|int, Filter>
$filter
$order
List of sort options
public
array<string|int, mixed>
$order
$payload
Search setup with fields and so on
public
array<string|int, mixed>
$payload
Methods
__construct()
HookArgument constructor.
public
__construct( $filter, $order, $payload) : mixed