src/Infrastructure/WhaterBundle/Form/DTO/AppListMyWhaterPointsDTO.php line 4

Open in your IDE?
  1. <?php
  2. namespace Whater\Infrastructure\WhaterBundle\Form\DTO;
  3. class AppListMyWhaterPointsDTO
  4. {
  5. public $page;
  6. public $limit;
  7. public $orderParameter;
  8. public $orderValue;
  9. public $filterParameter;
  10. public $filterValue;
  11. }