Arcanedev\SeoHelper\Contracts\Entities\MiscTags::reset PHP Method

reset() public method

Reset the meta collection.
public reset ( ) : self
return self
    public function reset();

Usage Example

Example #1
0
 /**
  * Reset the meta collection except the description and keywords metas.
  *
  * @return \Arcanedev\SeoHelper\SeoMeta
  */
 public function resetMetas()
 {
     $this->misc->reset();
     return $this;
 }