Table of Contents
-
$pipes
: array<string|int, mixed>
-
__construct()
: mixed
-
execute()
: mixed
-
insertBefore()
: static
-
pipe()
: static
-
getSlice()
: Closure
$pipes
private
array<string|int, mixed>
$pipes
__construct()
public
__construct([array<string|int, mixed> $pipes = [] ]) : mixed
Parameters
-
$pipes
: array<string|int, mixed>
= []
-
Return values
mixed
—
execute()
public
execute(mixed $passable, callable $destination) : mixed
Parameters
-
$passable
: mixed
-
-
$destination
: callable
-
Return values
mixed
—
insertBefore()
public
insertBefore(callable $pipe, mixed $beforeClass) : static
Parameters
-
$pipe
: callable
-
-
$beforeClass
: mixed
-
Return values
static
—
pipe()
public
pipe(callable $pipe) : static
Parameters
-
$pipe
: callable
-
Return values
static
—
getSlice()
protected
getSlice() : Closure
Return values
Closure
—