*** # JournalParams * Full name: `\Seven\Api\Resource\Journal\JournalParams` * This class implements: [`\Seven\Api\Library\ParamsInterface`](../../Library/ParamsInterface.md) ## Properties ### dateFrom ```php protected ?\DateTime $dateFrom ``` *** ### dateTo ```php protected ?\DateTime $dateTo ``` *** ### id ```php protected ?int $id ``` *** ### limit ```php protected ?int $limit ``` *** ### state ```php protected ?string $state ``` *** ### to ```php protected ?string $to ``` *** ## Methods ### getDateFrom ```php public getDateFrom(): ?\DateTime ``` *** ### setDateFrom ```php public setDateFrom(?\DateTime $dateFrom): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$dateFrom` | **?\DateTime** | | *** ### getDateTo ```php public getDateTo(): ?\DateTime ``` *** ### setDateTo ```php public setDateTo(?\DateTime $dateTo): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$dateTo` | **?\DateTime** | | *** ### getId ```php public getId(): ?int ``` *** ### setId ```php public setId(?int $id): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$id` | **?int** | | *** ### getLimit ```php public getLimit(): ?int ``` *** ### setLimit ```php public setLimit(?int $limit): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$limit` | **?int** | | *** ### getState ```php public getState(): ?string ``` *** ### setState ```php public setState(?string $state): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$state` | **?string** | | *** ### getTo ```php public getTo(): ?string ``` *** ### setTo ```php public setTo(?string $to): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$to` | **?string** | | *** ### toArray ```php public toArray(): array ``` *** *** > Automatically generated on 2025-02-06