setType() public method

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