Table of Contents
Methods
-
execute()
: mixed
-
query()
: mixed
-
run()
: mixed
execute()
public
static execute(array<string|int, mixed> $args) : mixed
Parameters
-
$args
: array<string|int, mixed>
-
query()
public
static query(string|array<string|int, mixed> $collections[, null|array<string|int, mixed> $options = null ]) : mixed
Parameters
-
$collections
: string|array<string|int, mixed>
-
-
$options
: null|array<string|int, mixed>
= null
-
run()
public
static run(Action $action, array<string|int, mixed> $args) : mixed
Parameters
-
$action
: Action
-
-
$args
: array<string|int, mixed>
-