| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | final class CSurveyInvitationRepository extends ResourceRepository |
||
| 17 | { |
||
| 18 | public function __construct(ManagerRegistry $registry) |
||
| 19 | { |
||
| 20 | parent::__construct($registry, CSurveyInvitation::class); |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return CSurveyInvitation[] |
||
| 25 | */ |
||
| 26 | public function getUserPendingInvitations(User $user) |
||
| 44 | } |
||
| 45 | } |
||
| 46 |