CallbackBridge
in package
Table of Contents
- $callback : mixed
- __construct() : mixed
- __invoke() : mixed
Properties
$callback
private
mixed
$callback
Methods
__construct()
public
__construct(callable $callback) : mixed
Parameters
- $callback : callable
Return values
mixed —__invoke()
public
__invoke(Report $report, callable $next) : mixed
Parameters
- $report : Report
- $next : callable