• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queuemanager.php
  • Класс: BitrixImOpenLinesQueueManager
  • Вызов: QueueManager::getIdIblockStructure
static function getIdIblockStructure(): int
{
	if(empty(self::$idIblockStructure))
	{
		self::$idIblockStructure = (int)Option::get('intranet', 'iblock_structure', 0);
	}
	return self::$idIblockStructure;
}