[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Controller/ -> ControllerReference.php (summary)

(no description)

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

Defines 1 class

ControllerReference:: (1 method):
  __construct()


Class: ControllerReference  - X-Ref

Acts as a marker and a data holder for a Controller.

Some methods in Symfony accept both a URI (as a string) or a controller as
an argument. In the latter case, instead of passing an array representing
the controller, you can use an instance of this class.

__construct($controller, array $attributes = array()   X-Ref

param: string $controller The controller name
param: array  $attributes An array of parameters to add to the Request attributes
param: array  $query      An array of parameters to add to the Request query string



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1