W3cubDocs

/Symfony 4.1

ControllerReference

class ControllerReference

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.

Properties

$controller
$attributes
$query

Methods

__construct(string $controller, array $attributes = array(), array $query = array())

Details

__construct(string $controller, array $attributes = array(), array $query = array())

Parameters

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

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpKernel/Controller/ControllerReference.html