• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/scope/knowledge.php
  • Класс: BitrixLandingSiteScopeKnowledge
  • Вызов: Knowledge::getDomainId
static function getDomainId()
{
	if (!Manager::isB24())
	{
		return Domain::getCurrentId();
	}
	return 0;
}