예제 #1
0
 /**
  * Class constructor
  *
  * @return OA_Central_CurrencyFX()
  */
 function OA_Central_CurrencyFX()
 {
     parent::OA_Central_Common();
     $this->oSimpleFunctionCache = $this->createSimpleFunctionCache($this->oMapper, "getFXFeed", 43200);
 }