Builder
class Builder
A Builder for easily creating OpenStack services.
Methods
                                __construct
                                (array $globalOptions = array(), string $rootNamespace = 'OpenStack')
                                                                
                            
                                                            No description
                                createService
                                (string $namespace, array $serviceOptions = array())
                                 :                                 ServiceInterface
                            
                                                            This method will return an OpenStack service ready fully built and ready for use. There is some initial setup that may prohibit users from directly instantiating the service class directly - this setup includes the configuration of the HTTP client's base URL, and the attachment of an authentication handler.
Details
                
                 
                                                                            createService(string $namespace, array $serviceOptions = array())
            
            This method will return an OpenStack service ready fully built and ready for use. There is some initial setup that may prohibit users from directly instantiating the service class directly - this setup includes the configuration of the HTTP client's base URL, and the attachment of an authentication handler.