OEModule\OphCiExamination\components\RefractiveOutcomeReport::seriesJson PHP Méthode

seriesJson() public méthode

public seriesJson ( ) : string
Résultat string
    public function seriesJson()
    {
        $this->series = array(array('data' => $this->dataSet(), 'name' => 'Refractive Outcome'));
        return json_encode($this->series);
    }