Arcanedev\SeoHelper\Contracts\Entities\Analytics::setGoogle PHP Метод

setGoogle() публичный Метод

Set Google Analytics code.
public setGoogle ( string $code ) : self
$code string
Результат self
    public function setGoogle($code);

Usage Example

Пример #1
0
 /**
  * Set the Google Analytics code.
  *
  * @param  string  $code
  *
  * @return \Arcanedev\SeoHelper\SeoMeta
  */
 public function setGoogleAnalytics($code)
 {
     $this->analytics->setGoogle($code);
     return $this;
 }
Analytics