Example #1
0
 /**
  * @param string $title
  *
  * @return $this|self
  */
 public function setTitle(string $title) : self
 {
     $this->button->setContent($title);
     return $this;
 }