Documentation

FieldConfidence : string
in package

Table of Contents

Cases

Certain  = 'Certain'
High  = 'High'
Low  = 'Low'
Medium  = 'Medium'

Methods

equal()  : bool
Shorthand for the '==' operator.
greaterThan()  : bool
Shorthand for the '>' operator.
greaterThanOrEqual()  : bool
Shorthand for the '>=' operator.
lessThan()  : bool
Shorthand for the '<' operator.
lessThanOrEqual()  : bool
Shorthand for the '<=' operator.
rank()  : int

Cases

Methods

greaterThan()

Shorthand for the '>' operator.

public greaterThan(FieldConfidence $other) : bool
Parameters
$other : FieldConfidence

Other confidence value.

Return values
bool

True if this confidence is greater than the other.

greaterThanOrEqual()

Shorthand for the '>=' operator.

public greaterThanOrEqual(FieldConfidence $other) : bool
Parameters
$other : FieldConfidence

Other confidence value.

Return values
bool

True if this confidence is greater than or equal to the other.

lessThan()

Shorthand for the '<' operator.

public lessThan(FieldConfidence $other) : bool
Parameters
$other : FieldConfidence

Other confidence value.

Return values
bool

True if this confidence is lower than the other.

lessThanOrEqual()

Shorthand for the '<=' operator.

public lessThanOrEqual(FieldConfidence $other) : bool
Parameters
$other : FieldConfidence

Other confidence value.

Return values
bool

True if this confidence is lower than or equal to the other.


        
On this page

Search results