...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/dataprovider/smartinvoice.php
- Класс: Bitrix\Crm\Integration\DocumentGenerator\DataProvider\SmartInvoice
- Вызов: SmartInvoice::getExtendedList
static function getExtendedList(): array { $result = []; $type = Container::getInstance()->getTypeByEntityTypeId(\CCrmOwnerType::SmartInvoice); $factory = Container::getInstance()->getFactory(\CCrmOwnerType::SmartInvoice); if (!$type || !$factory) { return $result; } static::extendProvidersListForType($result, $type, $factory->getCategories()); return $result; }