1 | <?php |
||
20 | final class FilterCommentResponseEvent extends CommentEvent |
||
21 | { |
||
22 | /** |
||
23 | * @var Response |
||
24 | */ |
||
25 | private $response; |
||
26 | |||
27 | public function __construct(CommentInterface $comment, Request $request, Response $response) |
||
33 | |||
34 | public function getResponse(): Response |
||
38 | |||
39 | public function setResponse(Response $response): void |
||
43 | } |
||
44 |