You are here

public property Request::$query in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Request.php \Symfony\Component\HttpFoundation\Request::query

Query string parameters ($_GET).

Type: \Symfony\Component\HttpFoundation\ParameterBag

File

vendor/symfony/http-foundation/Request.php, line 101

Class

Request
Request represents an HTTP request.

Namespace

Symfony\Component\HttpFoundation

Code

public $query;