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