• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Restriction/UserPerPhone.php
  • Класс: BitrixMessageServiceRestrictionUserPerPhone
  • Вызов: UserPerPhone::isCanSend
public function isCanSend(): bool
{
	if ($this->getCurrentAdditionalParam() === '0')
	{
		return true;
	}

	return parent::isCanSend();
}