• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/transportaudiocall.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\TransportAudioCall
  • Вызов: TransportAudioCall::getCountLimiter
protected function getCountLimiter()
{
	if ($this->limiter === null)
	{
		$this->limiter = new Limiter();
	}

	return $this->limiter;
}