Catalog
in package
This object represents the service catalog returned by the Rackspace API. It contains all the services available to the end-user, including specific information for each service.
Table of Contents
- $items : array<string|int, mixed>
- factory() : Catalog
- Produces a Catalog from a mixed input.
- getItems() : array<string|int, mixed>
Properties
$items
private
array<string|int, mixed>
$items
= array()
Service items
Methods
factory()
Produces a Catalog from a mixed input.
public
static factory( $config) : Catalog
Parameters
Tags
Return values
Catalog —getItems()
public
getItems() : array<string|int, mixed>