Overview

Namespaces

  • None
  • OpenCloud
    • Autoscale
      • Resource
    • CloudMonitoring
      • Exception
      • Resource
    • Common
      • Exceptions
      • Log
      • Request
        • Response
    • Compute
    • Database
    • DNS
    • LoadBalancer
      • Resources
    • ObjectStore
      • Resource
    • Orchestration
    • Volume
  • PHP

Classes

  • Blank
  • Http
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

Class Blank

The HttpResponse returns an object with status information, separated headers, and any response body necessary.

OpenCloud\Common\Base
Extended by OpenCloud\Common\Request\Response\Http
Extended by OpenCloud\Common\Request\Response\Blank
Namespace: OpenCloud\Common\Request\Response
Author: Glen Campbell <glen.campbell@rackspace.com>
Api
Located at OpenCloud/Common/Request/Response/Blank.php
Methods summary
public
# __construct( array $values = array() )

The constructor parses everything necessary

The constructor parses everything necessary

Overrides

OpenCloud\Common\Request\Response\Http::__construct()
public integer
# httpStatus( )

Returns the HTTP status code

Returns the HTTP status code

Returns

integer

Overrides

OpenCloud\Common\Request\Response\Http::httpStatus()
Methods inherited from OpenCloud\Common\Request\Response\Http
errno(), error(), header(), headers(), httpBody(), info(), setBody()
Methods inherited from OpenCloud\Common\Base
__set(), checkJsonError(), getHttpRequestObject(), getLogger(), makeQueryString(), populate(), setLogger(), setProperty(), url()
Properties summary
public mixed $errno
#
public mixed $error
#
public mixed $info
#
public mixed $body
#
public array $headers array()
#
public integer $status 200
#
public mixed $rawdata
#
PHP OpenCloud API API documentation generated by ApiGen 2.8.0