class PollenTypeInfo extends Collection (View source)

Properties

protected $collection_key
string $code
string $displayName
string[] $healthRecommendations
bool $inSeason
protected $indexInfoType
protected $indexInfoDataType

Methods

setCode($code)

No description

string
getCode()

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setHealthRecommendations($healthRecommendations)

No description

string[]
getHealthRecommendations()

No description

setInSeason($inSeason)

No description

bool
getInSeason()

No description

setIndexInfo(IndexInfo $indexInfo)

No description

getIndexInfo()

No description

Details

setCode($code)

No description

Parameters

$code

string getCode()

No description

Return Value

string

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setHealthRecommendations($healthRecommendations)

No description

Parameters

$healthRecommendations

string[] getHealthRecommendations()

No description

Return Value

string[]

setInSeason($inSeason)

No description

Parameters

$inSeason

bool getInSeason()

No description

Return Value

bool

setIndexInfo(IndexInfo $indexInfo)

No description

Parameters

IndexInfo $indexInfo

IndexInfo getIndexInfo()

No description

Return Value

IndexInfo