• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Restriction/Base.php
  • Класс: BitrixMessageServiceRestrictionBase
  • Вызов: Base::isCanSend
public function isCanSend(): bool
{
	if (isset($this->counter))
	{
		return $this->counter < $this->limit;
	}

	return true;
}