CCrmOwnerType::isUseFactoryBasedApproach

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmOwnerType
  4. isUseFactoryBasedApproach
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_owner_type.php
  • Класс: \CCrmOwnerType
  • Вызов: CCrmOwnerType::isUseFactoryBasedApproach
static function isUseFactoryBasedApproach(int $entityTypeId): bool
{
	return (
		self::isUseDynamicTypeBasedApproach($entityTypeId)
		|| $entityTypeId === self::Lead
		|| $entityTypeId === self::Deal
		|| $entityTypeId === self::Contact
		|| $entityTypeId === self::Company
		|| $entityTypeId === self::Quote
	);
}

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