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