/** * {@inheritdoc} */ public function offsetGet($index) { if (!$this->isInitialized()) { $this->initialize(); } return parent::offsetGet($index); }
/** * Get default currency * * @return string */ public function getDefaultCurrency() { return $this->adapter->getDefaultCurrency(); }