Meilisearch PHP | Documentation

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

Properties

Methods

getIndexUids()

public getIndexUids() : array<string|int, mixed>
Return values
array<string|int, mixed>

setAfterEnqueuedAt()

public setAfterEnqueuedAt(DateTimeInterface $date) : $this
Parameters
$date : DateTimeInterface
Return values
$this

setAfterFinishedAt()

public setAfterFinishedAt(DateTimeInterface $date) : $this
Parameters
$date : DateTimeInterface
Return values
$this

setAfterStartedAt()

public setAfterStartedAt(DateTimeInterface $date) : $this
Parameters
$date : DateTimeInterface
Return values
$this

setBeforeEnqueuedAt()

public setBeforeEnqueuedAt(DateTimeInterface $date) : $this
Parameters
$date : DateTimeInterface
Return values
$this

setBeforeFinishedAt()

public setBeforeFinishedAt(DateTimeInterface $date) : $this
Parameters
$date : DateTimeInterface
Return values
$this

setBeforeStartedAt()

public setBeforeStartedAt(DateTimeInterface $date) : $this
Parameters
$date : DateTimeInterface
Return values
$this

setIndexUids()

public setIndexUids(array<string|int, mixed> $indexUids) : $this
Parameters
$indexUids : array<string|int, mixed>
Return values
$this

setStatuses()

public setStatuses(array<string|int, mixed> $statuses) : $this
Parameters
$statuses : array<string|int, mixed>
Return values
$this

setTypes()

public setTypes(array<string|int, mixed> $types) : $this
Parameters
$types : array<string|int, mixed>
Return values
$this

setUids()

public setUids(array<string|int, mixed> $uids) : $this
Parameters
$uids : array<string|int, mixed>
Return values
$this

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>

formatArray()

private formatArray(array<string|int, mixed>|null $array) : string|null
Parameters
$array : array<string|int, mixed>|null
Return values
string|null

formatDate()

private formatDate(DateTimeInterface|null $date) : string|null
Parameters
$date : DateTimeInterface|null
Return values
string|null

        
On this page

Search results