/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/OnDemandScanning
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/OnDemandScanning/License.php (1376B)
comments = $comments;
}
/**
* @return string
*/
public function getComments()
{
return $this->comments;
}
/**
* @param string
*/
public function setExpression($expression)
{
$this->expression = $expression;
}
/**
* @return string
*/
public function getExpression()
{
return $this->expression;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(License::class, 'Google_Service_OnDemandScanning_License');