Guest User

Untitled

a guest
Dec 12th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. // ...
  4.  
  5. use ApiPlatform\Core\Annotation\ApiFilter;
  6.  
  7. /**
  8. * // ...
  9. * @ApiFilter(
  10. * SearchFilter::class,
  11. * properties={
  12. * "question": "partial",
  13. * "answer": "partial"
  14. * }
  15. * )
  16. */
  17. class Flashcard
  18. {
  19. // ...
  20. }
Add Comment
Please, Sign In to add comment