public self
delete ( string $name )
Deletes a query item if exists.
public bool
exists ( string $name )
Returns information whether a query item with the name specified exists.
Returns a query item or null if not found.
Returns a list of all query items.
public string|null
getValue ( string $name )
Returns a query item value or null if not found.
public
BearFramework\App\Request\QueryItem make ( [ string|null $name [, string|null $value ]] )
Constructs a new query item and returns it.
public string
toString ( void )
Returns the query items as string.