/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Script
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Script/DeploymentConfig.php (1996B)
description = $description;
}
/**
* @return string
*/
public function getDescription()
{
return $this->description;
}
/**
* @param string
*/
public function setManifestFileName($manifestFileName)
{
$this->manifestFileName = $manifestFileName;
}
/**
* @return string
*/
public function getManifestFileName()
{
return $this->manifestFileName;
}
/**
* @param string
*/
public function setScriptId($scriptId)
{
$this->scriptId = $scriptId;
}
/**
* @return string
*/
public function getScriptId()
{
return $this->scriptId;
}
/**
* @param int
*/
public function setVersionNumber($versionNumber)
{
$this->versionNumber = $versionNumber;
}
/**
* @return int
*/
public function getVersionNumber()
{
return $this->versionNumber;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeploymentConfig::class, 'Google_Service_Script_DeploymentConfig');