• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/search/builder.php
  • Класс: Bitrix\Sender\Search\Builder
  • Вызов: Builder::save
public function save($entityId)
{
	$dataClass = $this->entity->getDataClass();
	return $dataClass::update(
		$entityId,
		array($this->fieldName => $this->content->getString())
	)->isSuccess();
}