CCrmAddressRestProxy::getEntity

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmAddressRestProxy
  4. getEntity
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmAddressRestProxy
  • Вызов: CCrmAddressRestProxy::getEntity
static function getEntity()
{
	if(!self::$ENTITY)
	{
		self::$ENTITY = new EntityAddress();
	}

	return self::$ENTITY;
}

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