Пример #1
0
 /**
  * Get current ID of shop if context is CONTEXT_SHOP
  *
  * @return int
  */
 public function getContextShopID($null_value_without_multishop = false)
 {
     return \ShopCore::getContextShopID($null_value_without_multishop);
 }