Interface ClientInterface
Client interface for executing commands on a web service.
- Guzzle\Service\ClientInterface implements Guzzle\Http\ClientInterface, Guzzle\Common\FromConfigInterface
Direct known implementers
Guzzle\Service\ClientIndirect known implementers
Guzzle\Tests\Service\Mock\MockClient
public
|
#
getCommand( string $name, array $args = array() )
Get a command by name. First, the client will see if it has a service description and if the service description defines a command by the supplied name. If no dynamic command is found, the client will look for a concrete command class exists matching the name supplied. If neither are found, an InvalidArgumentException is thrown. |
public
mixed
|
#
execute(
Execute one or more commands |
public
|
#
setDescription(
Set the service description of the client |
public
|
|
public
|
#
getIterator( string|
Get a resource iterator from the client. |
createRequest(),
delete(),
get(),
getBaseUrl(),
getConfig(),
head(),
options(),
patch(),
post(),
put(),
send(),
setBaseUrl(),
setConfig(),
setSslVerification(),
setUserAgent()
|
addSubscriber(),
dispatch(),
getAllEvents(),
getEventDispatcher(),
setEventDispatcher()
|
factory()
|
CREATE_REQUEST,
HTTP_DATE
|