コード例 #1
0
ファイル: Card.php プロジェクト: arcanedev/seo-helper
 /**
  * Reset the card.
  *
  * @return \Arcanedev\SeoHelper\Entities\Twitter\Card
  */
 public function reset()
 {
     $this->metas->reset();
     $this->images = [];
     return $this->init();
 }
コード例 #2
0
ファイル: MiscTags.php プロジェクト: arcanedev/seo-helper
 /**
  * Reset the meta collection.
  *
  * @return \Arcanedev\SeoHelper\Entities\MiscTags
  */
 public function reset()
 {
     $this->metas->reset();
     return $this;
 }