Knp\Component\Pager\Pagination\SlidingPagination - ynakajima/eccube3-bootstrap-plain-template GitHub Wiki

Knp\Component\Pager\Pagination\SlidingPagination

currentPageNumber

  • type : integer
  • Twigから実行される関数 : getCurrentPageNumber()

itemNumberPerPage

  • type : integer
  • Twigから実行される関数 : getItemNumberPerPage()

items

  • type : array
  • Twigから実行される関数 : getItems()

paginationData

  • type : array
  • Twigから実行される関数 : getPaginationData()

totalItemCount

  • type : integer
  • Twigから実行される関数 : getTotalItemCount()