1 | <?php |
||
15 | final class CancelPasswordRequestsByUserQueryObject extends AbstractQueryObject |
||
16 | { |
||
17 | /** @var \SixtyEightPublishers\User\ForgotPassword\Entity\UserInterface */ |
||
18 | private $user; |
||
19 | |||
20 | /** |
||
21 | * @param \SixtyEightPublishers\User\ForgotPassword\Entity\UserInterface $user |
||
22 | */ |
||
23 | public function __construct(UserInterface $user) |
||
27 | |||
28 | /** |
||
29 | * {@inheritDoc} |
||
30 | * |
||
31 | * @throws \Exception |
||
32 | */ |
||
33 | public function createQuery(QueryFactoryInterface $queryFactory): QueryBuilder |
||
46 | } |
||
47 |