Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/yandex.market/lib/catalog/ |
Upload File : |
<?php namespace Yandex\Market\Catalog; use Yandex\Market\Glossary as GlobalGlossary; class Glossary { const SERVICE_SELF = GlobalGlossary::SERVICE_CATALOG; const ENTITY_SETUP = GlobalGlossary::ENTITY_SETUP; const ENTITY_OFFER = GlobalGlossary::ENTITY_OFFER; const ENTITY_CURRENCY = GlobalGlossary::ENTITY_CURRENCY; const ENTITY_SKU = 'sku'; const SEGMENT_PRICE = 'price'; const SEGMENT_STOCKS = 'stocks'; const SEGMENT_OFFER = 'offer'; const SEGMENT_CARD = 'card'; const ENDPOINT_PRICE = 'price'; const ENDPOINT_STOCKS = 'stocks'; const ENDPOINT_OFFER = 'offer'; const ENDPOINT_CARD = 'card'; const ENDPOINT_TERMS = 'terms'; const ENDPOINT_ARCHIVE = 'archive'; }