• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/BaseIblockElementEntity.php
  • Класс: BitrixCatalogv2BaseIblockElementEntity
  • Вызов: BaseIblockElementEntity::getIblockId
public function getIblockId(): ?int
{
	return (int)$this->getField('IBLOCK_ID') ?: null;
}