$locationName
$locationName : string
Adds query string values to requests
$locationName : string
$querySerializer : \GuzzleHttp\Command\Guzzle\QuerySerializer\QuerySerializerInterface
__construct(string $locationName = 'query', \GuzzleHttp\Command\Guzzle\QuerySerializer\QuerySerializerInterface|null $querySerializer = null) : mixed
Set the name of the location
string | $locationName | |
\GuzzleHttp\Command\Guzzle\QuerySerializer\QuerySerializerInterface|null | $querySerializer |
visit(\GuzzleHttp\Command\CommandInterface $command, \Psr\Http\Message\RequestInterface $request, \GuzzleHttp\Command\Guzzle\Parameter $param) : \Psr\Http\Message\RequestInterface
Visits a location for each top-level parameter
\GuzzleHttp\Command\CommandInterface | $command | |
\Psr\Http\Message\RequestInterface | $request | |
\GuzzleHttp\Command\Guzzle\Parameter | $param |
after(\GuzzleHttp\Command\CommandInterface $command, \Psr\Http\Message\RequestInterface $request, \GuzzleHttp\Command\Guzzle\Operation $operation) : \Psr\Http\Message\RequestInterface
Called when all of the parameters of a command have been visited.
\GuzzleHttp\Command\CommandInterface | $command | |
\Psr\Http\Message\RequestInterface | $request | |
\GuzzleHttp\Command\Guzzle\Operation | $operation |
resolveRecursively(array $value, \GuzzleHttp\Command\Guzzle\Parameter $param) : array
Recursively prepare and filter nested values.
array | $value | Value to map |
\GuzzleHttp\Command\Guzzle\Parameter | $param | Parameter related to the current key. |
Returns the mapped array
Loading…