• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/integration/controller/base.php
  • Класс: BitrixRestIntegrationControllerBase
  • Вызов: Base::add
public function add(array $fields)
{
	$entityTable = $this->getEntityTable();
	return $entityTable::add($fields);
}