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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$body string Response body.
$headers array Response headers.

Méthodes publiques

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

Method Details

__construct() public méthode

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

Property Details

$body public_oe property

Response body.
public string $body
Résultat string

$headers public_oe property

Response headers.
public array $headers
Résultat array