• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/landing/landing.php
  • Класс: BitrixSaleTradingPlatformLandingLanding
  • Вызов: Landing::getSiteId
protected function getSiteId()
{
	return (int)mb_substr($this->getCode(), mb_strrpos($this->getCode(), '_') + 1);
}