BearFramework\App\Request\Query::make

Constructs a new query item and returns it.
public BearFramework\App\Request\QueryItem make ( [ string|null $name [, string|null $value ]] )
Parameters
name
The name of the query item.
value
The value of the query item.
Returns
Returns a new query item.
Details
Location: ~/src/App/Request/Query.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.