[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Event/ -> FilterControllerArgumentsEvent.php (summary)

(no description)

File Size: 52 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FilterControllerArgumentsEvent:: (3 methods):
  __construct()
  getArguments()
  setArguments()


Class: FilterControllerArgumentsEvent  - X-Ref

Allows filtering of controller arguments.

You can call getController() to retrieve the controller and getArguments
to retrieve the current arguments. With setArguments() you can replace
arguments that are used to call the controller.

Arguments set in the event must be compatible with the signature of the
controller.

__construct(HttpKernelInterface $kernel, callable $controller, array $arguments, Request $request, $requestType)   X-Ref
No description

getArguments()   X-Ref

return: array

setArguments(array $arguments)   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1