• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/ui/entityselector/epicselectorprovider.php
  • Класс: BitrixTasksIntegrationUIEntitySelectorEpicSelectorProvider
  • Вызов: EpicSelectorProvider::getNavigation
private function getNavigation(int $maxCount): PageNavigation
{
	$navigation = new PageNavigation('epic-selector-provider');

	$navigation->setCurrentPage(1);
	$navigation->setPageSize($maxCount);

	return $navigation;
}