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