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

		if ($result !== true)
		{
			$countLines = $this->getVarsCountLinesOperator();

			if ($countLines > 0)
			{
				$result = true;
			}
		}
	}

	return $result;
}