• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queue/cache.php
  • Класс: BitrixImOpenLinesQueueCache
  • Вызов: Cache::getVarsCountLinesOperator
public function getVarsCountLinesOperator()
{
	$result = false;
	if ($this->validCountLinesOperator())
	{
		$result = $this->cache->getVars();
	}

	return $result;
}