Class Sub
Command object to handle preparing and processing client requests and responses of the requests
-
Guzzle\Common\Collection
implements
ArrayAccess,
IteratorAggregate,
Countable,
Guzzle\Common\ToArrayInterface
-
Guzzle\Service\Command\AbstractCommand
implements
Guzzle\Service\Command\CommandInterface
-
Guzzle\Tests\Service\Mock\Command\MockCommand
-
Guzzle\Tests\Service\Mock\Command\Sub\Sub
Methods inherited from Guzzle\Service\Command\AbstractCommand
__clone(),
__construct(),
__invoke(),
execute(),
getClient(),
getName(),
getOperation(),
getRequest(),
getRequestHeaders(),
getResponse(),
getResult(),
getValidationErrors(),
getValidator(),
init(),
isExecuted(),
isPrepared(),
prepare(),
process(),
setClient(),
setOnComplete(),
setResult(),
setValidator(),
validate()
|
Methods inherited from Guzzle\Common\Collection
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()
|