• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/imopenlinesmanager.php
  • Класс: BitrixSalesCenterIntegrationImOpenLinesManager
  • Вызов: ImOpenLinesManager::getSessionUserCode
protected function getSessionUserCode()
{
	$sessionInfo = $this->getSessionInfo();
	if (is_array($sessionInfo) && isset($sessionInfo['USER_CODE']))
	{
		return $sessionInfo['USER_CODE'];
	}

	return false;
}