$operations
$operations : array
A ServiceDescription stores service information based on a service document
$descriptionLoader : \Guzzle\Service\Description\ServiceDescriptionLoader
getOperation(string $name) : \Guzzle\Service\Description\OperationInterface|null
Get an API operation by name
string | $name | Name of the command |
addOperation(\Guzzle\Service\Description\OperationInterface $operation) : self
Add a operation to the service description
\Guzzle\Service\Description\OperationInterface | $operation | Operation to add |
getModel(string $id) : \Guzzle\Service\Description\Parameter|null
Get a specific model from the description
string | $id | ID of the model |
addModel(\Guzzle\Service\Description\Parameter $model) : self
Add a model to the service description
\Guzzle\Service\Description\Parameter | $model | Model to add |