/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Appengine
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Appengine/ZipInfo.php (1360B)
filesCount = $filesCount;
}
/**
* @return int
*/
public function getFilesCount()
{
return $this->filesCount;
}
/**
* @param string
*/
public function setSourceUrl($sourceUrl)
{
$this->sourceUrl = $sourceUrl;
}
/**
* @return string
*/
public function getSourceUrl()
{
return $this->sourceUrl;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ZipInfo::class, 'Google_Service_Appengine_ZipInfo');