TasksQueryTrait
Table of Contents
Properties
-
$afterEnqueuedAt
: DateTimeInterface
-
$afterFinishedAt
: DateTimeInterface
-
$afterStartedAt
: DateTimeInterface
-
$beforeEnqueuedAt
: DateTimeInterface
-
$beforeFinishedAt
: DateTimeInterface
-
$beforeStartedAt
: DateTimeInterface
-
$indexUids
: array<string|int, mixed>
-
$statuses
: array<string|int, mixed>
-
$types
: array<string|int, mixed>
-
$uids
: array<string|int, mixed>
Methods
-
getIndexUids()
: array<string|int, mixed>
-
setAfterEnqueuedAt()
: $this
-
setAfterFinishedAt()
: $this
-
setAfterStartedAt()
: $this
-
setBeforeEnqueuedAt()
: $this
-
setBeforeFinishedAt()
: $this
-
setBeforeStartedAt()
: $this
-
setIndexUids()
: $this
-
setStatuses()
: $this
-
setTypes()
: $this
-
setUids()
: $this
-
toArray()
: array<string|int, mixed>
-
baseArray()
: array<string|int, mixed>
-
formatArray()
: string|null
-
formatDate()
: string|null
$afterEnqueuedAt
private
DateTimeInterface
$afterEnqueuedAt
$afterFinishedAt
private
DateTimeInterface
$afterFinishedAt
$afterStartedAt
private
DateTimeInterface
$afterStartedAt
$beforeEnqueuedAt
private
DateTimeInterface
$beforeEnqueuedAt
$beforeFinishedAt
private
DateTimeInterface
$beforeFinishedAt
$beforeStartedAt
private
DateTimeInterface
$beforeStartedAt
$indexUids
private
array<string|int, mixed>
$indexUids
$statuses
private
array<string|int, mixed>
$statuses
$types
private
array<string|int, mixed>
$types
$uids
private
array<string|int, mixed>
$uids
getIndexUids()
public
getIndexUids() : array<string|int, mixed>
Return values
array<string|int, mixed>
setAfterEnqueuedAt()
public
setAfterEnqueuedAt(DateTimeInterface $date) : $this
Parameters
-
$date
: DateTimeInterface
-
setAfterFinishedAt()
public
setAfterFinishedAt(DateTimeInterface $date) : $this
Parameters
-
$date
: DateTimeInterface
-
setAfterStartedAt()
public
setAfterStartedAt(DateTimeInterface $date) : $this
Parameters
-
$date
: DateTimeInterface
-
setBeforeEnqueuedAt()
public
setBeforeEnqueuedAt(DateTimeInterface $date) : $this
Parameters
-
$date
: DateTimeInterface
-
setBeforeFinishedAt()
public
setBeforeFinishedAt(DateTimeInterface $date) : $this
Parameters
-
$date
: DateTimeInterface
-
setBeforeStartedAt()
public
setBeforeStartedAt(DateTimeInterface $date) : $this
Parameters
-
$date
: DateTimeInterface
-
setIndexUids()
public
setIndexUids(array<string|int, mixed> $indexUids) : $this
Parameters
-
$indexUids
: array<string|int, mixed>
-
setStatuses()
public
setStatuses(array<string|int, mixed> $statuses) : $this
Parameters
-
$statuses
: array<string|int, mixed>
-
setTypes()
public
setTypes(array<string|int, mixed> $types) : $this
Parameters
-
$types
: array<string|int, mixed>
-
setUids()
public
setUids(array<string|int, mixed> $uids) : $this
Parameters
-
$uids
: array<string|int, mixed>
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
baseArray()
protected
baseArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
private
formatArray(array<string|int, mixed>|null $array) : string|null
Parameters
-
$array
: array<string|int, mixed>|null
-
Return values
string|null
private
formatDate(DateTimeInterface|null $date) : string|null
Parameters
-
$date
: DateTimeInterface|null
-
Return values
string|null