Fetch implements Action
FinalYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- execute() : Result
Methods
__construct()
public
__construct([array<string|int, mixed>|null $filter = null ][, array<string|int, mixed>|null $order = null ][, int|null $offset = null ][, int|null $limit = null ]) : mixed
Parameters
- $filter : array<string|int, mixed>|null = null
- $order : array<string|int, mixed>|null = null
- $offset : int|null = null
- $limit : int|null = null
execute()
public
execute() : Result