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

Index of all elements

[ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ o ] [ r ] [ s ] [ t ] [ v ] [ _ ]

c

$cache
in file HTTP_Cached.php, variable Services_ExchangeRates_Transport_HTTP_Cached::$cache
$currencies
in file ExchangeRates.php, variable Services_ExchangeRates::$currencies
convert
in file ExchangeRates.php, method Services_ExchangeRates::convert()
    Convert currencies
Common.php
procedural page Common.php
Currencies.php
procedural page Currencies.php
Currencies_UN.php
procedural page Currencies_UN.php
top

d

Default.php
procedural page Default.php
top

e

example.php
procedural page example.php
Exception.php
procedural page Exception.php
ExchangeRates.php
procedural page ExchangeRates.php
top

f

$feedDir
in file Rates_NBP.php, variable Services_ExchangeRates_Rates_NBP::$feedDir
    Directory in which the XML file is located
$feedHTMLUrl
in file Rates_NBP.php, variable Services_ExchangeRates_Rates_NBP::$feedHTMLUrl
    URL of HTML page where the XML feed URL is given
$feedUrl
in file Currencies_UN.php, variable Services_ExchangeRates_Currencies_UN::$feedUrl
    URL of XML feed
$feedXMLUrl
in file Rates_NBP.php, variable Services_ExchangeRates_Rates_NBP::$feedXMLUrl
    URL of XML feed
factory
in file ExchangeRates.php, method Services_ExchangeRates::factory()
    Instantiate a Rates or Currencies class
fetch
in file Default.php, method Services_ExchangeRates_Transport_Default::fetch()
fetch
in file HTTP_Cached.php, method Services_ExchangeRates_Transport_HTTP_Cached::fetch()
    Retrieves data from cache, if it's there. If it is, but it's expired,
fetch
in file ExchangeRates.php, method Services_ExchangeRates::fetch()
    Load all data from given drivers.
fetch
in file Mock.php, method Services_ExchangeRates_Transport_Mock::fetch()
    Fetch the URL
format
in file ExchangeRates.php, method Services_ExchangeRates::format()
    Formats the converted currency
top

g

getRates
in file ExchangeRates.php, method Services_ExchangeRates::getRates()
    Get all rates as compared to a reference currency
getValidCurrencies
in file ExchangeRates.php, method Services_ExchangeRates::getValidCurrencies()
    Get list of currencies with known exchange rates
top

h

HTTP_Cached.php
procedural page HTTP_Cached.php
top

i

isValidCurrency
in file ExchangeRates.php, method Services_ExchangeRates::isValidCurrency()
    Check if this is a valid currency
top

m

Mock.php
procedural page Mock.php
top

o

$options
in file ExchangeRates.php, variable Services_ExchangeRates::$options
top

r

$rates
in file ExchangeRates.php, variable Services_ExchangeRates::$rates
$ratesSource
in file ExchangeRates.php, variable Services_ExchangeRates::$ratesSource
$ratesUpdated
in file ExchangeRates.php, variable Services_ExchangeRates::$ratesUpdated
$request
in file HTTP_Cached.php, variable Services_ExchangeRates_Transport_HTTP_Cached::$request
$responses
in file Mock.php, variable Services_ExchangeRates_Transport_Mock::$responses
retrieve
in file Rates_ECB.php, method Services_ExchangeRates_Rates_ECB::retrieve()
    Downloads exchange rates in terms of the Euro from the European Central Bank. This information is updated daily, and is cached by default for 1 hour.
retrieve
in file Rates_NBI.php, method Services_ExchangeRates_Rates_NBI::retrieve()
    Downloads exchange rates in terms of the ILS (New Israeli Shequel) from the National Bank of Israel. This information is updated daily, and is cached by default for 1 hour.
retrieve
in file Rates_NBP.php, method Services_ExchangeRates_Rates_NBP::retrieve()
    Downloads exchange rates in terms of the PLN from the National Bank of Poland (NBP). This information is updated daily, and is cached by default for 1 hour.
retrieve
in file Currencies.php, method Services_ExchangeRates_Currencies::retrieve()
retrieve
in file Currencies_UN.php, method Services_ExchangeRates_Currencies_UN::retrieve()
    Downloads exchange rates in terms of the Euro from the European Central Bank. This information is updated daily, and is cached by default for 1 hour.
retrieve
in file Rates.php, method Services_ExchangeRates_Rates::retrieve()
retrieveData
in file ExchangeRates.php, method Services_ExchangeRates::retrieveData()
    Factory
retrieveFile
in file Common.php, method Services_ExchangeRates_Common::retrieveFile()
    Retrieves data
retrieveXML
in file Common.php, method Services_ExchangeRates_Common::retrieveXML()
    Downloads XML file or returns it from cache
Rates.php
procedural page Rates.php
Rates_ECB.php
procedural page Rates_ECB.php
Rates_NBI.php
procedural page Rates_NBI.php
Rates_NBP.php
procedural page Rates_NBP.php
top

s

Services_ExchangeRates
in file ExchangeRates.php, class Services_ExchangeRates
    Exchange Rate package
Services_ExchangeRates
in file ExchangeRates.php, method Services_ExchangeRates::Services_ExchangeRates()
    Constructor
Services_ExchangeRates_Common
in file Common.php, method Services_ExchangeRates_Common::Services_ExchangeRates_Common()
Services_ExchangeRates_Common
in file Common.php, class Services_ExchangeRates_Common
    Common functions for data retrieval
Services_ExchangeRates_Currencies
in file Currencies.php, class Services_ExchangeRates_Currencies
    Common functions for data retrieval
Services_ExchangeRates_Currencies_UN
in file Currencies_UN.php, class Services_ExchangeRates_Currencies_UN
    United Nations Currency Codes Driver
SERVICES_EXCHANGERATES_ERROR_CONVERSION_ERROR
in file ExchangeRates.php, constant SERVICES_EXCHANGERATES_ERROR_CONVERSION_ERROR
    Error codes
SERVICES_EXCHANGERATES_ERROR_DIE
in file ExchangeRates.php, constant SERVICES_EXCHANGERATES_ERROR_DIE
    Error codes
SERVICES_EXCHANGERATES_ERROR_INVALID_CURRENCY
in file ExchangeRates.php, constant SERVICES_EXCHANGERATES_ERROR_INVALID_CURRENCY
    Error codes
SERVICES_EXCHANGERATES_ERROR_INVALID_DATA
in file ExchangeRates.php, constant SERVICES_EXCHANGERATES_ERROR_INVALID_DATA
    Error codes
SERVICES_EXCHANGERATES_ERROR_INVALID_DRIVER
in file ExchangeRates.php, constant SERVICES_EXCHANGERATES_ERROR_INVALID_DRIVER
    Error codes
SERVICES_EXCHANGERATES_ERROR_RETRIEVAL_FAILED
in file ExchangeRates.php, constant SERVICES_EXCHANGERATES_ERROR_RETRIEVAL_FAILED
    Error codes
SERVICES_EXCHANGERATES_ERROR_RETURN
in file ExchangeRates.php, constant SERVICES_EXCHANGERATES_ERROR_RETURN
    Error codes
Services_ExchangeRates_Exception
in file Exception.php, class Services_ExchangeRates_Exception
Services_ExchangeRates_Rates
in file Rates.php, class Services_ExchangeRates_Rates
    Common functions for data retrieval
Services_ExchangeRates_Rates_ECB
in file Rates_ECB.php, class Services_ExchangeRates_Rates_ECB
    European Central Bank Exchange Rate Driver
Services_ExchangeRates_Rates_NBI
in file Rates_NBI.php, class Services_ExchangeRates_Rates_NBI
    National Bank of Israel Currency Exchange Rates Driver
Services_ExchangeRates_Rates_NBP
in file Rates_NBP.php, class Services_ExchangeRates_Rates_NBP
    National Bank of Poland Exchange Rate Driver
Services_ExchangeRates_Transport_Default
in file Default.php, class Services_ExchangeRates_Transport_Default
Services_ExchangeRates_Transport_HTTP_Cached
in file HTTP_Cached.php, class Services_ExchangeRates_Transport_HTTP_Cached
    A HTTP transport class, with caching.
Services_ExchangeRates_Transport_Mock
in file Mock.php, class Services_ExchangeRates_Transport_Mock
    A mock transport
setTransport
in file ExchangeRates.php, method Services_ExchangeRates::setTransport()
    Set the default transport to be used in Services_ExchangeRates_Common and other classes instantiated with factory()
setTransport
in file Common.php, method Services_ExchangeRates_Common::setTransport()
top

t

$transport
in file Common.php, variable Services_ExchangeRates_Common::$transport
top

v

$validCurrencies
in file ExchangeRates.php, variable Services_ExchangeRates::$validCurrencies
top

_

__construct
in file Mock.php, method Services_ExchangeRates_Transport_Mock::__construct()
    Constructor.
__construct
in file HTTP_Cached.php, method Services_ExchangeRates_Transport_HTTP_Cached::__construct()
top

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