ControllerReference

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())

Constructor.