Exemplo n.º 1
0
 /**
  * Reset the card.
  *
  * @return \Arcanedev\SeoHelper\Entities\Twitter\Card
  */
 public function reset()
 {
     $this->metas->reset();
     $this->images = [];
     return $this->init();
 }
Exemplo n.º 2
0
 /**
  * Reset the meta collection.
  *
  * @return \Arcanedev\SeoHelper\Entities\MiscTags
  */
 public function reset()
 {
     $this->metas->reset();
     return $this;
 }