CallbackList
extends AccountingList
in package
Results of callbacks list call containing list of callbacks and pagination data.
Tags
Table of Contents
Constants
- RESPONSE_FIELD : mixed = 'callbacks'
Properties
- $callbacks : array<string|int, mixed>
- $page : int
- $pages : int
- $perPage : int
- $total : int
Methods
- __construct() : mixed
- pages() : mixed
- constructList() : array<string|int, mixed>
Constants
RESPONSE_FIELD
public
mixed
RESPONSE_FIELD
= 'callbacks'
Properties
$callbacks
public
array<string|int, mixed>
$callbacks
$page
public
int
$page
$pages
public
int
$pages
$perPage
public
int
$perPage
$total
public
int
$total
Methods
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string|int, mixed> = []
pages()
public
pages() : mixed
constructList()
protected
constructList(array<string|int, mixed> $data, string $responseClass) : array<string|int, mixed>
Parameters
- $data : array<string|int, mixed>
- $responseClass : string