CreateExchangeRates::__construct PHP Method

__construct() public method

public __construct ( $exchangeRates = null )
        public function __construct($exchangeRates = null)
        {
            $this->exchangeRates = $exchangeRates;
        }