CCrmRestProxyBase::getCurrentUser

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmRestProxyBase
  4. getCurrentUser
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmRestProxyBase
  • Вызов: CCrmRestProxyBase::getCurrentUser
protected function getCurrentUser()
{
	return $this->currentUser !== null
		? $this->currentUser
		: ($this->currentUser = CCrmSecurityHelper::GetCurrentUser());
}

Добавить комментарий