ControllerMiddlewarePipe
- Full name:
\Qubus\Routing\Controller\ControllerMiddlewarePipe
- This class is marked as final and can't be subclassed
- This class is a Final class
Properties
middleware
options
Methods
__construct
Constructor
public __construct(\Psr\Http\Server\MiddlewareInterface|array|string $middleware, \Qubus\Routing\Controller\ControllerMiddlewareOptions $options): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$middleware | \Psr\Http\Server\MiddlewareInterface|array|string | |
$options | \Qubus\Routing\Controller\ControllerMiddlewareOptions |
middleware
Get the Middleware.
options
Get the ControllerMiddlewareOptions.
excludedForMethod
Is a specific method excluded by the options set on this object.
Parameters:
Parameter | Type | Description |
---|---|---|
$method | string |
Automatically generated on 2025-10-13