Service::getAllowedProductTypes

  1. Bitrix24 API (v. 23.675.0)
  2. catalog
  3. Service
  4. getAllowedProductTypes
  • Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/product/service.php
  • Класс: BitrixCatalogControllerProductService
  • Вызов: Service::getAllowedProductTypes
protected function getAllowedProductTypes(): array
{
	return [ProductTable::TYPE_SERVICE];
}

Добавить комментарий