class ReportType extends Model

Traits

Some models have fixed, "constant" instances. An example is the Role model, which may have e.g. the roles "admin" and "user". These are always the same and do not change.

HasFactory

Constants

INSTANCES

The constant instances of this model.

Properties

bool $timestamps

Don't maintain timestamps for this model.

Methods

static mixed
__callStatic(string $key, mixed $arguments)

Get one of the instances of this model that are defined in the INSTANCES constant array.

static ReportType
imageAnnotationsAbundance()

No description

static int
imageAnnotationsAbundanceId()

No description

static int
static ReportType
imageAnnotationsArea()

No description

static int
imageAnnotationsAreaId()

No description

static ReportType
imageAnnotationsBasic()

No description

static int
imageAnnotationsBasicId()

No description

static ReportType
imageAnnotationsCsv()

No description

static int
imageAnnotationsCsvId()

No description

static ReportType
imageAnnotationsExtended()

No description

static int
imageAnnotationsExtendedId()

No description

static ReportType
imageAnnotationsCoco()

No description

static int
imageAnnotationsCocoId()

No description

static ReportType
imageAnnotationsFull()

No description

static int
imageAnnotationsFullId()

No description

static ReportType
static int
static ReportType
imageIfdo()

No description

static int
imageIfdoId()

No description

static ReportType
imageLabelsBasic()

No description

static int
imageLabelsBasicId()

No description

static ReportType
imageLabelsCsv()

No description

static int
imageLabelsCsvId()

No description

static ReportType
imageLabelsImageLocation()

No description

static int
imageLabelsImageLocationId()

No description

static ReportType
videoAnnotationsCsv()

No description

static int
videoAnnotationsCsvId()

No description

static ReportType
videoIfdo()

No description

static int
videoIfdoId()

No description

static ReportType
videoLabelsCsv()

No description

static int
videoLabelsCsvId()

No description

Details

static mixed __callStatic(string $key, mixed $arguments)

Get one of the instances of this model that are defined in the INSTANCES constant array.

Parameters

string $key

Can be he instance name like "myName" or to get the instance ID "myNameId".

mixed $arguments

Return Value

mixed

at line 43
static ReportType imageAnnotationsAbundance()

No description

Return Value

ReportType

at line 43
static int imageAnnotationsAbundanceId()

No description

Return Value

int

at line 43
static ReportType imageAnnotationsAnnotationLocation()

No description

Return Value

ReportType

at line 43
static int imageAnnotationsAnnotationLocationId()

No description

Return Value

int

at line 43
static ReportType imageAnnotationsArea()

No description

Return Value

ReportType

at line 43
static int imageAnnotationsAreaId()

No description

Return Value

int

at line 43
static ReportType imageAnnotationsBasic()

No description

Return Value

ReportType

at line 43
static int imageAnnotationsBasicId()

No description

Return Value

int

at line 43
static ReportType imageAnnotationsCsv()

No description

Return Value

ReportType

at line 43
static int imageAnnotationsCsvId()

No description

Return Value

int

at line 43
static ReportType imageAnnotationsExtended()

No description

Return Value

ReportType

at line 43
static int imageAnnotationsExtendedId()

No description

Return Value

int

at line 43
static ReportType imageAnnotationsCoco()

No description

Return Value

ReportType

at line 43
static int imageAnnotationsCocoId()

No description

Return Value

int

at line 43
static ReportType imageAnnotationsFull()

No description

Return Value

ReportType

at line 43
static int imageAnnotationsFullId()

No description

Return Value

int

at line 43
static ReportType imageAnnotationsImageLocation()

No description

Return Value

ReportType

at line 43
static int imageAnnotationsImageLocationId()

No description

Return Value

int

at line 43
static ReportType imageIfdo()

No description

Return Value

ReportType

at line 43
static int imageIfdoId()

No description

Return Value

int

at line 43
static ReportType imageLabelsBasic()

No description

Return Value

ReportType

at line 43
static int imageLabelsBasicId()

No description

Return Value

int

at line 43
static ReportType imageLabelsCsv()

No description

Return Value

ReportType

at line 43
static int imageLabelsCsvId()

No description

Return Value

int

at line 43
static ReportType imageLabelsImageLocation()

No description

Return Value

ReportType

at line 43
static int imageLabelsImageLocationId()

No description

Return Value

int

at line 43
static ReportType videoAnnotationsCsv()

No description

Return Value

ReportType

at line 43
static int videoAnnotationsCsvId()

No description

Return Value

int

at line 43
static ReportType videoIfdo()

No description

Return Value

ReportType

at line 43
static int videoIfdoId()

No description

Return Value

int

at line 43
static ReportType videoLabelsCsv()

No description

Return Value

ReportType

at line 43
static int videoLabelsCsvId()

No description

Return Value

int