trait RestrictsToNewestLabels

Methods

Builder
restrictToNewestLabelQuery(mixed $query, Volume $volume, mixed $keepEmptyImgs = false)

Callback to be used in a when query statement that restricts the results to the newest annotation labels of each annotation.

Details

at line 20
Builder restrictToNewestLabelQuery(mixed $query, Volume $volume, mixed $keepEmptyImgs = false)

Callback to be used in a when query statement that restricts the results to the newest annotation labels of each annotation.

Parameters

mixed $query

The query that needs restrictions

Volume $volume

The volume that contains the annotations

mixed $keepEmptyImgs

Boolean indicating whether empty images should be retained

Return Value

Builder