getContentEncoding() публичный Метод

Get the content encoding of the message.
public getContentEncoding ( ) : string
Результат string The content encoding of the message.
Пример #1
0
 /**
  * @inheritdoc
  */
 public function getContentEncoding() : string
 {
     return $this->envelope->getContentEncoding();
 }