| 1 | <?php |
||
| 11 | final class ExportCriteria extends FilterCriteria |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | protected $exportIdentifier; |
||
| 17 | |||
| 18 | public function __construct(ContentId $contentId, DateTimeInterface $from, DateTimeInterface $to, string $exportIdentifier) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function getExportIdentifier(): string |
||
| 31 | } |
||
| 32 |