Transport
Table of Contents
Methods
-
__construct()
: mixed
-
batch()
: array<string|int, mixed>
-
call()
: array<string|int, mixed>
-
instance()
: Transport
__construct()
public
__construct() : mixed
batch()
public
batch(mixed $actions) : array<string|int, mixed>
Parameters
-
$actions
: mixed
-
Return values
array<string|int, mixed>
call()
public
call(mixed $method[, mixed $fields = [] ]) : array<string|int, mixed>
Parameters
-
$method
: mixed
-
-
$fields
: mixed
= []
-
Return values
array<string|int, mixed>
instance()
public
static instance() : Transport