setSite() public method

Set card site.
public setSite ( string $site ) : self
$site string
return self
Example #1
0
 /**
  * Set the card site.
  *
  * @param  string  $site
  *
  * @return \Arcanedev\SeoHelper\SeoTwitter
  */
 public function setSite($site)
 {
     $this->card->setSite($site);
     return $this;
 }