Base::addAction

  1. Bitrix24 API (v. 23.675.0)
  2. catalog
  3. Base
  4. addAction
  • Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/product/base.php
  • Класс: BitrixCatalogControllerProductBase
  • Вызов: Base::addAction
public function addAction($fields): ?array
{
	$fields['TYPE'] = static::TYPE;
	$result = parent::addAction($fields);

	return $this->fillKeyResponse($result);
}

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