trait RestrictsToNewestLabels

Methods

Builder
restrictToNewestLabelQuery($query, Volume $volume, $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($query, Volume $volume, $keepEmptyImgs = false)

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

Parameters

$query

The query that needs restrictions

Volume $volume

The volume that contains the annotations

$keepEmptyImgs

Boolean indicating whether empty images should be retained

Return Value

Builder