Base::fillKeyResponse

  1. Bitrix24 API (v. 23.675.0)
  2. catalog
  3. Base
  4. fillKeyResponse
  • Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/product/base.php
  • Класс: BitrixCatalogControllerProductBase
  • Вызов: Base::fillKeyResponse
protected function fillKeyResponse($result): ?array
{
	return is_null($result) ? $result : [$this->getServiceItemName() => current($result)];
}

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