setType() public méthode

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