• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/integrations/report/statistics/treatment.php
  • Класс: BitrixImOpenLinesIntegrationsReportStatisticsTreatment
  • Вызов: Treatment::getIsSessionFirst
public function getIsSessionFirst()
{
	if ($this->isSessionFirst === true || $this->isSessionFirst === 'Y')
	{
		return true;
	}
	else
	{
		return false;
	}
}