• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/rest/externalchannel.php
  • Класс: Bitrix\Crm\Rest\CCrmExternalChannelImportRequisite
  • Вызов: CCrmExternalChannelImportRequisite::getEntity
static function getEntity()
{
	if(!self::$ENTITY)
	{
		self::$ENTITY = new \Bitrix\Crm\EntityRequisite();
	}

	return self::$ENTITY;
}