Class ServiceBuilder
This object is a factory for building Service objects.
Methods summary
public static
OpenCloud\Common\Service\ServiceInterface
|
#
factory( Guzzle\Http\ClientInterface $client, string $class, array $options = array() )
Simple factory method for creating services.
Simple factory method for creating services.
Parameters
- $client
- The HTTP client object
- $class
- The class name of the service
- $options
- The options.
Returns
Throws
|