\Cake\HttpRunner

Executes the middleware queue and provides the `next` callable that allows the queue to be iterated.

Summary

Methods
Properties
Constants
run()
__invoke()
No public properties found
No constants found
No protected methods found
$index
$middleware
N/A
No private methods found
No private properties found
N/A

Properties

$index

$index : integer

The current index in the middleware queue.

Type

integer

Methods