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