Services_ExchangeRates
[ class tree: Services_ExchangeRates ] [ index: Services_ExchangeRates ] [ all elements ]

Source for file Default.php

Documentation is available at Default.php

  1. <?php
  2. class Services_ExchangeRates_Transport_Default
  3. {
  4.     public function fetch($url)
  5.     {
  6.         return file_get_contents($url);
  7.     
  8. }

Documentation generated on Mon, 11 Mar 2019 15:51:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.