Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($body, array $properties=[]) | |
getBody () | |
getProperties () | |
Definition at line 10 of file Envelope.php.
__construct | ( | $body, | |
array | $properties = [] |
||
) |
string | $body | |
array | $properties |
Definition at line 26 of file Envelope.php.
getBody | ( | ) |
{Binary representation of message
Implements EnvelopeInterface.
Definition at line 35 of file Envelope.php.
getProperties | ( | ) |
{Message metadata
Implements EnvelopeInterface.
Definition at line 43 of file Envelope.php.