classe MiddlewareDispatcher (Voir la source)

Constantes

PIPE_EMPTY

Méthodes

$this
pipe(string $middleware, array $params = [])

Add a middleware to the runtime collection

mixed
process(Request $request, array ...$args)

Start the middleware running process

Détails

$this pipe(string $middleware, array $params = [])

Add a middleware to the runtime collection

Paramètres

string $middleware
array $params

Valeur de retour

$this

mixed process(Request $request, array ...$args)

Start the middleware running process

Paramètres

Request $request
array ...$args

Valeur de retour

mixed