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

	return self::$ENTITY;
}