/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSenseHost
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClient.php (1530B)
arcOptIn = $arcOptIn;
}
public function getArcOptIn()
{
return $this->arcOptIn;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setProductCode($productCode)
{
$this->productCode = $productCode;
}
public function getProductCode()
{
return $this->productCode;
}
public function setSupportsReporting($supportsReporting)
{
$this->supportsReporting = $supportsReporting;
}
public function getSupportsReporting()
{
return $this->supportsReporting;
}
}