| 1 | <?php |
||
| 17 | class FilterProjectsQuery |
||
| 18 | { |
||
| 19 | private $userId; |
||
| 20 | private $organizationId; |
||
| 21 | private $offset; |
||
| 22 | private $limit; |
||
| 23 | private $name; |
||
| 24 | |||
| 25 | public function __construct( |
||
| 38 | |||
| 39 | public function userId() : string |
||
| 43 | |||
| 44 | public function offset() : int |
||
| 48 | |||
| 49 | public function limit() : int |
||
| 53 | |||
| 54 | public function organizationId() |
||
| 58 | |||
| 59 | public function name() |
||
| 63 | } |
||
| 64 |