• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/template.php
  • Класс: BitrixSenderEntityTemplate
  • Вызов: Template::saveData
protected function saveData($id, array $data)
{
	return $this->saveByEntity(TemplateTable::getEntity(), $id, $data);
}