setGoogle() 공개 메소드

Set Google Analytics code.
public setGoogle ( string $code ) : self
$code string
리턴 self
예제 #1
0
 /**
  * Set the Google Analytics code.
  *
  * @param  string  $code
  *
  * @return \Arcanedev\SeoHelper\SeoMeta
  */
 public function setGoogleAnalytics($code)
 {
     $this->analytics->setGoogle($code);
     return $this;
 }