ControllerMiddlewareOptions
- Full name:
\Qubus\Routing\Controller\ControllerMiddlewareOptions
- This class is marked as final and can't be subclassed
- This class is a Final class
Properties
only
except
Methods
only
Specify the methods that the middleware applies to
Parameters:
Parameter | Type | Description |
---|---|---|
$method | array|string |
except
Specify the methods that the middleware does not apply to.
Parameters:
Parameter | Type | Description |
---|---|---|
$method | array|string |
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