• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/database/helper/common.php
  • Класс: BitrixTasksInternalsDataBaseHelperCommon
  • Вызов: Common::getBatchInsertValues
static function getBatchInsertValues($row, $tableName, $fields, $map)
{
	return static::prepareSql($row, $fields, $map);
}