...Человеческий поиск в разработке...
- Модуль: catalog
- Путь к файлу: ~/bitrix/modules/catalog/lib/controller/productpropertyenum.php
- Класс: BitrixCatalogControllerProductPropertyEnum
- Вызов: ProductPropertyEnum::exists
protected function exists($id) { $result = new Result(); $propertyEnum = $this->get($id); if (!$propertyEnum || !$this->isIblockCatalog((int)$propertyEnum['IBLOCK_ID'])) { $result->addError(new Error('Property enum does not exist')); } return $result; }