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\Client
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
|
|
public
|
#
setDescription(
Set the service description of the client |
public
|
|
public
|
#
setCommandFactory(
Set the command factory used to create commands by name |
public
|
#
getIterator( string|
Get a resource iterator from the client. |
public
|
#
setResourceIteratorFactory(
Set the resource iterator factory associated with the client |
public
|
#
setInflector(
Set the inflector used with the client |
public
|
addSubscriber(),
dispatch(),
getAllEvents(),
getEventDispatcher(),
setEventDispatcher()
|
factory()
|
CREATE_REQUEST,
HTTP_DATE
|