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

	return $this->gridOptions;
}