Notification::toCurrentUser

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. Notification
  4. toCurrentUser
  • Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/im/notification.php
  • Класс: Bitrix\Sender\Integration\Im\Notification
  • Вызов: Notification::toCurrentUser
public function toCurrentUser()
{
	$this->addTo(Security\User::current()->getId());
	return $this;
}

Добавить комментарий