Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
48 | public function getInboxThreadsPagerfanta(ParticipantInterface $participant, $currentPage) |
||
49 | { |
||
50 | $queryBuilder = $this->threadRepository->getInboxThreadsForParticipantQueryBuilder($participant); |
||
51 | |||
52 | return $this->getPagerfantaObject($queryBuilder, $currentPage, $this->itemsPerPage); |
||
53 | } |
||
54 | } |
||
55 |