• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/entity/entityimport.php
  • Класс: BitrixSaleExchangeEntityEntityImport
  • Вызов: EntityImport::checkEntity
protected function checkEntity($id)
    {
        return is_int($id) && $id > 0;
    }