/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PolyService
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PolyService/PolyFile.php (1190B)
contentType = $contentType;
}
public function getContentType()
{
return $this->contentType;
}
public function setRelativePath($relativePath)
{
$this->relativePath = $relativePath;
}
public function getRelativePath()
{
return $this->relativePath;
}
public function setUrl($url)
{
$this->url = $url;
}
public function getUrl()
{
return $this->url;
}
}