CCrmRequisiteBankDetailRestProxy::getEntity

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

	return self::$ENTITY;
}

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