-
Notifications
You must be signed in to change notification settings - Fork 3
JournalParams
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Journal\JournalParams
- This class implements:
\Seven\Api\Library\ParamsInterface
protected ?\DateTime $dateFrom
protected ?\DateTime $dateTo
protected ?int $id
protected ?int $limit
protected ?string $state
protected ?string $to
public getDateFrom(): ?\DateTime
public setDateFrom(?\DateTime $dateFrom): self
Parameters:
Parameter | Type | Description |
---|---|---|
$dateFrom |
?\DateTime |
public getDateTo(): ?\DateTime
public setDateTo(?\DateTime $dateTo): self
Parameters:
Parameter | Type | Description |
---|---|---|
$dateTo |
?\DateTime |
public getId(): ?int
public setId(?int $id): self
Parameters:
Parameter | Type | Description |
---|---|---|
$id |
?int |
public getLimit(): ?int
public setLimit(?int $limit): self
Parameters:
Parameter | Type | Description |
---|---|---|
$limit |
?int |
public getState(): ?string
public setState(?string $state): self
Parameters:
Parameter | Type | Description |
---|---|---|
$state |
?string |
public getTo(): ?string
public setTo(?string $to): self
Parameters:
Parameter | Type | Description |
---|---|---|
$to |
?string |
public toArray(): array
Automatically generated on 2025-02-06