Documentation

DiseaseCase
in package
implements ResourceInterface

Sub-resource in DiseaseAreaReport

Tags
see
DiseaseAreaReport::getDiseaseCases()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$active  : int|null
$confirmed  : int|null
$date  : string|null
$deaths  : int|null
$recovered  : int|null
__set()  : void
__toString()  : string
getActive()  : int|null
getConfirmed()  : int|null
getDate()  : string|null
getDeaths()  : int|null
getRecovered()  : int|null

Properties

Methods

__set()

public __set(mixed $name, mixed $value) : void
Parameters
$name : mixed
$value : mixed
Return values
void

__toString()

public __toString() : string
Return values
string

getActive()

public getActive() : int|null
Return values
int|null

getConfirmed()

public getConfirmed() : int|null
Return values
int|null

getDate()

public getDate() : string|null
Return values
string|null

getDeaths()

public getDeaths() : int|null
Return values
int|null

getRecovered()

public getRecovered() : int|null
Return values
int|null

Search results