Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

抽象化レイヤー: KnpPager #32

Open
kiy0taka opened this issue Apr 27, 2023 · 0 comments
Open

抽象化レイヤー: KnpPager #32

kiy0taka opened this issue Apr 27, 2023 · 0 comments
Assignees

Comments

@kiy0taka
Copy link
Contributor

Knp\Component\Pager\PaginatorInterface

アダプタを作成する

Knp\Bundle\PaginatorBundle\Pagination\SlidingPagination

アダプタを作成する。Paginator::pagenate()でSlidingPaginationのアダプタを返す。

その他、以下必要あればアダプタを作成する

  knp_paginator                                                   Knp\Component\Pager\Paginator                                                                   
  knp_paginator.helper.processor                                 Knp\Bundle\PaginatorBundle\Helper\Processor                                                     
  knp_paginator.subscriber.filtration                              Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber                            
  knp_paginator.subscriber.paginate                             Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber                              
  knp_paginator.subscriber.sliding_pagination              Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber                               
  knp_paginator.subscriber.sortable                              Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber                                
  knp_paginator.twig.extension.pagination                    Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension                                   

@kiy0taka kiy0taka converted this from a draft issue Apr 27, 2023
@chihiro-adachi chihiro-adachi mentioned this issue Jun 28, 2023
15 tasks
@chihiro-adachi chihiro-adachi moved this from 🔖 Ready to ✅ Done in next-poc Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants