/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/Recipe.php (2278B)
arguments = $arguments;
}
/**
* @return array[]
*/
public function getArguments()
{
return $this->arguments;
}
/**
* @param string
*/
public function setDefinedInMaterial($definedInMaterial)
{
$this->definedInMaterial = $definedInMaterial;
}
/**
* @return string
*/
public function getDefinedInMaterial()
{
return $this->definedInMaterial;
}
/**
* @param string
*/
public function setEntryPoint($entryPoint)
{
$this->entryPoint = $entryPoint;
}
/**
* @return string
*/
public function getEntryPoint()
{
return $this->entryPoint;
}
/**
* @param array[]
*/
public function setEnvironment($environment)
{
$this->environment = $environment;
}
/**
* @return array[]
*/
public function getEnvironment()
{
return $this->environment;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Recipe::class, 'Google_Service_OnDemandScanning_Recipe');