Methods |
public
|
middleware(Closure|array|string $middleware, array $options = []): ControllerMiddlewareOptions
Register middleware on the controller.
Register middleware on the controller.
|
#
|
public
|
getMiddleware(): array
Get the middleware assigned to the controller.
Get the middleware assigned to the controller.
|
#
|
public
|
callAction(string $method, array $parameters): Response
Execute an action on the controller.
Execute an action on the controller.
|
#
|
public
|
__call(string $method, array $parameters): mixed
Handle calls to missing methods on the controller.
Handle calls to missing methods on the controller.
Throws
|
#
|