AreaVaccinated
in package
implements
ResourceInterface
Sub-resource in DiseaseAreaReport
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $date : string|null
- $percentage : float|null
- $text : string|null
- $vaccinationDoseStatus : string|null
- __set() : void
- __toString() : string
- getDate() : string|null
- getPercentage() : float|null
- getText() : string|null
- getVaccinationDoseStatus() : string|null
Properties
$date
private
string|null
$date
= null
$percentage
private
float|null
$percentage
= null
$text
private
string|null
$text
= null
$vaccinationDoseStatus
private
string|null
$vaccinationDoseStatus
= 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 —getDate()
public
getDate() : string|null
Return values
string|null —getPercentage()
public
getPercentage() : float|null
Return values
float|null —getText()
public
getText() : string|null
Return values
string|null —getVaccinationDoseStatus()
public
getVaccinationDoseStatus() : string|null