DiseaseCase
in package
implements
ResourceInterface
Sub-resource in DiseaseAreaReport
Tags
Interfaces, Classes, Traits and Enums
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
$active
private
int|null
$active
= null
$confirmed
private
int|null
$confirmed
= null
$date
private
string|null
$date
= null
$deaths
private
int|null
$deaths
= null
$recovered
private
int|null
$recovered
= null
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