• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/ItemIndicator.php
  • Класс: BitrixCrmMobileKanbanItemIndicator
  • Вызов: ItemIndicator::getIndicator
private function getIndicator(string $type): array
{
	$indicators = $this->getIndicators();
	if (!isset($indicators[$type]))
	{
		throw new ArgumentException('Indicator "' . $type . '" not known');
	}

	return $indicators[$type];
}