Ejemplo n.º 1
1
 /**
  * {@inheritdoc}
  */
 public function getEncoder()
 {
     return $this->message->getEncoder();
 }
Ejemplo n.º 2
0
 /**
  * Get the defined encoding scheme.
  *
  * @return string
  */
 public function getContentTransferEncoding()
 {
     return $this->message->getEncoder()->getName();
 }