Interfaces, Classes, Traits and Enums
- promisorInterface
Table of Contents
-
$each
: mixed
-
__construct()
: mixed
-
batch()
: mixed
-
promise()
: mixed
-
cmpCallback()
: mixed
$each
private
mixed
$each
__construct()
public
__construct(clientInterface $client, mixed $requests[, array<string|int, mixed> $config = [] ]) : mixed
Parameters
-
$client
: clientInterface
-
-
$requests
: mixed
-
-
$config
: array<string|int, mixed>
= []
-
Return values
mixed
—
batch()
public
static batch(clientInterface $client, mixed $requests[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$client
: clientInterface
-
-
$requests
: mixed
-
-
$options
: array<string|int, mixed>
= []
-
Return values
mixed
—
promise()
public
promise() : mixed
Return values
mixed
—
cmpCallback()
private
static cmpCallback(array<string|int, mixed> &$options, mixed $name, array<string|int, mixed> &$results) : mixed
Parameters
-
$options
: array<string|int, mixed>
-
-
$name
: mixed
-
-
$results
: array<string|int, mixed>
-
Return values
mixed
—