PHP Class eZ\Publish\Core\Search\Elasticsearch\Content\Gateway\Message

Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$body string Response body.
$headers array Response headers.

Public Methods

Method Description
__construct ( array $headers = [], string $body = '' ) Construct from headers and body.

Method Details

__construct() public method

Construct from headers and body.
public __construct ( array $headers = [], string $body = '' )
$headers array
$body string

Property Details

$body public property

Response body.
public string $body
return string

$headers public property

Response headers.
public array $headers
return array