• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/productpropertybase.php
  • Класс: BitrixCatalogControllerProductPropertyBase
  • Вызов: ProductPropertyBase::isIblockCatalog
protected function isIblockCatalog(int $iblockId): bool
{
	return in_array($iblockId, $this->getCatalogIds(), true);
}