コード例 #1
0
 /**
  * @param int|string $pageNumber
  * @return string
  */
 protected function makeUrl($pageNumber)
 {
     $urlKey = $this->getControl()->getPageInputOption()->getKey();
     return UriFunctions::replaceFragment(UriFunctions::modifyQuery(null, [$urlKey => $pageNumber]), '');
 }