allow::getByID

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. allow
  4. getByID
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_status_invoice.php
  • Класс: \allow
  • Вызов: allow::getByID
static function getByID($statusID): ?array
{
	return static::GetStatus('INVOICE_STATUS')[$statusID] ?? null;
}

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