/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/Layer.php (1370B)
arguments = $arguments;
}
/**
* @return string
*/
public function getArguments()
{
return $this->arguments;
}
/**
* @param string
*/
public function setDirective($directive)
{
$this->directive = $directive;
}
/**
* @return string
*/
public function getDirective()
{
return $this->directive;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Layer::class, 'Google_Service_OnDemandScanning_Layer');