...Человеческий поиск в разработке...
- Модуль: catalog
- Путь к файлу: ~/bitrix/modules/catalog/lib/controller/product.php
- Класс: BitrixCatalogControllerProduct
- Вызов: Product::exists
protected function exists($id) { $r = new Result(); if (isset($this->get($id)['ID']) == false) { $r->addError(new Error('Product is not exists')); } return $r; }