• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/base.php
  • Класс: BitrixSenderEntityBase
  • Вызов: Base::mergeData
public function mergeData(array $data)
{
	$this->setData($data + $this->getData());
	return $this;
}