コード例 #1
0
 /**
  * Returns posible shop configuration option for different channels
  * @return stdClass
  */
 public function getShopConfig()
 {
     $oReturn = new stdClass();
     $oReturn->language = $this->config->getShopLanguageConfig();
     $oReturn->currency = $this->config->getShopCurrencyConfig();
     $oReturn->condition = $this->config->getShopConditionConfig();
     return $oReturn;
 }