allow::isIdExist

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. allow
  4. isIdExist
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_status_invoice.php
  • Класс: \allow
  • Вызов: allow::isIdExist
static function isIdExist(string $statusId): bool
{
	$statusList = self::getStatusList('INVOICE_STATUS');

	return isset($statusList[$statusId]);
}

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