• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Restriction/UserPerPhone.php
  • Класс: BitrixMessageServiceRestrictionUserPerPhone
  • Вызов: UserPerPhone::getCurrentAdditionalParam
protected function getCurrentAdditionalParam(): string
{
	return (string)($this->message->getAuthorId() ?: CurrentUser::get()->getId());
}