$locations
$locations : \GuzzleHttp\Command\Guzzle\RequestLocation\RequestLocationInterface[]
Serializes requests for a given command.
$locations : \GuzzleHttp\Command\Guzzle\RequestLocation\RequestLocationInterface[]
$description : \GuzzleHttp\Command\Guzzle\DescriptionInterface
__construct(\GuzzleHttp\Command\Guzzle\DescriptionInterface $description, \GuzzleHttp\Command\Guzzle\RequestLocation\RequestLocationInterface[] $requestLocations = []) : mixed
\GuzzleHttp\Command\Guzzle\DescriptionInterface | $description | |
\GuzzleHttp\Command\Guzzle\RequestLocation\RequestLocationInterface[] | $requestLocations | Extra request locations |
prepareRequest(\GuzzleHttp\Command\CommandInterface $command, \Psr\Http\Message\RequestInterface $request) : \Psr\Http\Message\RequestInterface
Prepares a request for sending using location visitors
\GuzzleHttp\Command\CommandInterface | $command | |
\Psr\Http\Message\RequestInterface | $request | Request being created |
If a location cannot be handled
createCommandWithUri(\GuzzleHttp\Command\Guzzle\Operation $operation, \GuzzleHttp\Command\CommandInterface $command) : \GuzzleHttp\Psr7\Request
Create a request for an operation with a uri merged onto a base URI
\GuzzleHttp\Command\Guzzle\Operation | $operation | |
\GuzzleHttp\Command\CommandInterface | $command |
Loading…