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