class SourceResultCount extends Model (View source)

Properties

bool $hasMoreResults
string $resultCountEstimate
string $resultCountExact
protected $sourceType
protected $sourceDataType

Methods

setHasMoreResults($hasMoreResults)

No description

bool
getHasMoreResults()

No description

setResultCountEstimate($resultCountEstimate)

No description

string
getResultCountEstimate()

No description

setResultCountExact($resultCountExact)

No description

string
getResultCountExact()

No description

setSource(Source $source)

No description

getSource()

No description

Details

setHasMoreResults($hasMoreResults)

No description

Parameters

$hasMoreResults

bool getHasMoreResults()

No description

Return Value

bool

setResultCountEstimate($resultCountEstimate)

No description

Parameters

$resultCountEstimate

string getResultCountEstimate()

No description

Return Value

string

setResultCountExact($resultCountExact)

No description

Parameters

$resultCountExact

string getResultCountExact()

No description

Return Value

string

setSource(Source $source)

No description

Parameters

Source $source

Source getSource()

No description

Return Value

Source