Scalr\Modules\PlatformModuleInterface::hasCloudPrices PHP Method

hasCloudPrices() public method

It returns first found url which has not any price set for.
public hasCloudPrices ( Scalr_Environment $env ) : mixed
$env Scalr_Environment The scalr environment object
return mixed Returns first found url which has not any price set for. Returns TRUE if there is some price for the cloud OR Returns FALSE if it is public cloud and no price has been set
    public function hasCloudPrices(\Scalr_Environment $env);