• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/ControllerStrategy/ListStrategy.php
  • Класс: BitrixCrmMobileKanbanControllerStrategyListStrategy
  • Вызов: ListStrategy::getFilterOptions
protected function getFilterOptions(): Options
{
	if (!$this->filterOptions)
	{
		$gridId = $this->getGridId();
		$this->filterOptions = new Options($gridId, $this->getFilterPresets());
	}

	return $this->filterOptions;
}