Skip to content

JournalParams

André Matthies edited this page Feb 6, 2025 · 1 revision

JournalParams

Properties

dateFrom

protected ?\DateTime $dateFrom

dateTo

protected ?\DateTime $dateTo

id

protected ?int $id

limit

protected ?int $limit

state

protected ?string $state

to

protected ?string $to

Methods

getDateFrom

public getDateFrom(): ?\DateTime

setDateFrom

public setDateFrom(?\DateTime $dateFrom): self

Parameters:

Parameter Type Description
$dateFrom ?\DateTime

getDateTo

public getDateTo(): ?\DateTime

setDateTo

public setDateTo(?\DateTime $dateTo): self

Parameters:

Parameter Type Description
$dateTo ?\DateTime

getId

public getId(): ?int

setId

public setId(?int $id): self

Parameters:

Parameter Type Description
$id ?int

getLimit

public getLimit(): ?int

setLimit

public setLimit(?int $limit): self

Parameters:

Parameter Type Description
$limit ?int

getState

public getState(): ?string

setState

public setState(?string $state): self

Parameters:

Parameter Type Description
$state ?string

getTo

public getTo(): ?string

setTo

public setTo(?string $to): self

Parameters:

Parameter Type Description
$to ?string

toArray

public toArray(): array


Automatically generated on 2025-02-06

Clone this wiki locally