• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/im/notification/task/pushnotification.php
  • Класс: BitrixTasksIntegrationIMNotificationTaskPushNotification
  • Вызов: PushNotification::getMessage
public function getMessage(): string
{
	$preparedMessage = $this->cropMessage(
		$this->notification->getGenderMessage('_PUSH'),
		$this->prepareTemplates($this->notification->getTemplates()),
	);

	return (new Link($this->notification->getTask(), $this->notification->getRecepient(), Link::MODE_NONE))
		->placeLinkAnchor($preparedMessage);
}