Class OperationCommand
A command that creates requests based on Guzzle\Service\Description\OperationInterface
objects, and if the
matching operation uses a service description model in the responseClass attribute, then this command will marshal
the response into an associative array based on the JSON schema of the model.
- Guzzle\Common\Collection implements ArrayAccess, IteratorAggregate, Countable, Guzzle\Common\ToArrayInterface
- Guzzle\Service\Command\AbstractCommand implements Guzzle\Service\Command\CommandInterface
- Guzzle\Service\Command\OperationCommand
public
|
#
setResponseParser(
Set the response parser used with the command |
public
|
#
setRequestSerializer(
Set the request serializer used with the command |
public
|
|
public
|
|
protected
|
|
protected
|
add(),
clear(),
count(),
filter(),
fromConfig(),
get(),
getAll(),
getIterator(),
getKeys(),
getPath(),
hasKey(),
hasValue(),
inject(),
keySearch(),
map(),
merge(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
overwriteWith(),
remove(),
replace(),
set(),
setPath(),
toArray()
|
protected
|
$requestSerializer
|
|
protected
|
$responseParser
Response parser |
$client,
$onComplete,
$operation,
$request,
$result,
$validator
|
$data
|