PHP Class Horde_Http_Response_Peclhttp2, horde

Author: Michael Cramer ([email protected])
Inheritance: extends Horde_Http_Response_Base
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_response http\Client\Response HttpMessage object.

Public Methods

Method Description
__construct ( string $uri, http\Client\Response $response ) Constructor.
getBody ( )

Method Details

__construct() public method

Constructor.
public __construct ( string $uri, http\Client\Response $response )
$uri string
$response http\Client\Response

getBody() public method

public getBody ( )

Property Details

$_response protected_oe property

HttpMessage object.
protected Response,http\Client $_response
return http\Client\Response