• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/transport/countlimiter.php
  • Класс: Bitrix\Sender\Transport\CountLimiter
  • Вызов: CountLimiter::getCurrent
public function getCurrent()
{
	if (is_callable($this->current))
	{
		return call_user_func($this->current);
	}

	return (int) Option::get('main', $this->getCounterOptionName(), 0);
}