Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  *
  * @return $this|self
  */
 public function setFormat($format) : self
 {
     $this->message->setFormat($format);
     return $this;
 }