reset() public method

Reset the meta collection.
public reset ( ) : self
return self
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;
 }