Interfaces, Classes and Traits
- OnFeatureState
Table of Contents
-
$arguments
: array<string|int, mixed>
-
$callback
: callable
-
arguments()
: array<string, mixed>
-
callback()
: callable
-
make()
: static
-
__construct()
: mixed
$arguments
private
array<string|int, mixed>
$arguments
= []
$callback
private
callable
$callback
arguments()
public
arguments() : array<string, mixed>
Return values
array<string, mixed>
—
callback()
public
callback() : callable
Return values
callable
—
make()
public
static make(callable $callback[, array<string, mixed> $arguments = [] ]) : static
Parameters
-
$callback
: callable
-
-
$arguments
: array<string, mixed>
= []
-
Return values
static
—
__construct()
private
__construct(callable $callback) : mixed
Parameters
-
$callback
: callable
-
Return values
mixed
—