Exemplo n.º 1
0
 /**
  * Set the card title.
  *
  * @param  string  $title
  *
  * @return self
  */
 public function setTitle($title)
 {
     $this->card->setTitle($title);
     return $this;
 }