MiddlewareDispatcher
classe MiddlewareDispatcher (Voir la source)
Constantes
| private PIPE_EMPTY | 
                     
  | 
            
Méthodes
                    pipe(string|callable $middleware, array $params = [])
        
                                            
                
            Add a middleware to the runtime collection
Détails
        
                            MiddlewareDispatcher
    pipe(string|callable $middleware, array $params = [])
        
    
    Add a middleware to the runtime collection
        
                            mixed
    process(Request $request, array ...$args)
        
    
    Start the middleware running process