• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/statustable.php
  • Класс: Bitrix\Crm\StatusTable
  • Вызов: StatusTable::getStatusesFromCache
static function getStatusesFromCache(string $entityId): ?array
{
	return static::$statusesCache[$entityId] ?? null;
}