• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmContactRestProxy
  • Вызов: CCrmContactRestProxy::getEntity
static function getEntity()
{
	if(!self::$ENTITY)
	{
		self::$ENTITY = new CCrmContact(true);
	}

	return self::$ENTITY;
}