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

	return parent::increase();
}