Exemplo n.º 1
0
 public function setTitle(string $title) : Provider
 {
     $this->provider->setTitle($title);
     return $this;
 }