Scalr\Modules\PlatformModuleInterface::setConfigVariable PHP Method

setConfigVariable() public method

Sets the values for the specified platform properties
public setConfigVariable ( array $pars, Scalr_Environment $env, string $encrypted = true, string $cloudLocation = '' )
$pars array Associative array of the keys -> value
$env Scalr_Environment The environment object
$encrypted string optional This parameter is already ignored
$cloudLocation string The cloud location
    public function setConfigVariable($pars, \Scalr_Environment $env, $encrypted = true, $cloudLocation = '');