...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/productloader.php
- Класс: Bitrix\Crm\Integration\DocumentGenerator\ProductLoader
- Вызов: ProductLoader::loadProductProperties
public function loadProductProperties(): array { if ($this->productProperties !== null) { return $this->productProperties; } $this->productProperties = []; if ($this->productIblockId <= 0) { return $this->productProperties; } $this->productProperties = $this->loadPropertiesData($this->productIblockId); return $this->productProperties; }