Scalr\Stats\CostAnalytics\Prices::normalizeUrl PHP Method

normalizeUrl() public method

Normalizes an url from environment settings to use for price_history table
public normalizeUrl ( string $url ) : string
$url string Original url
return string Returns normalized url to use in price_history database table
    public function normalizeUrl($url)
    {
        return CloudLocation::normalizeUrl($url);
    }