Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-kernel/Controller/ControllerReference.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
29 public $controller; | 29 public $controller; |
30 public $attributes = array(); | 30 public $attributes = array(); |
31 public $query = array(); | 31 public $query = array(); |
32 | 32 |
33 /** | 33 /** |
34 * Constructor. | |
35 * | |
36 * @param string $controller The controller name | 34 * @param string $controller The controller name |
37 * @param array $attributes An array of parameters to add to the Request attributes | 35 * @param array $attributes An array of parameters to add to the Request attributes |
38 * @param array $query An array of parameters to add to the Request query string | 36 * @param array $query An array of parameters to add to the Request query string |
39 */ | 37 */ |
40 public function __construct($controller, array $attributes = array(), array $query = array()) | 38 public function __construct($controller, array $attributes = array(), array $query = array()) |