UrlQuery.getNames
getNames() -> list
Description
Get a List of param names in the query.
$query = url'/page?foo=123&bar=test'.getQuery() $query.getNames() //= ['foo', 'bar']
Get a List of param names in the query.
$query = url'/page?foo=123&bar=test'.getQuery() $query.getNames() //= ['foo', 'bar']