OEModule\OphCiExamination\models\Element_OphCiExamination_Refraction::getLetter_string PHP Method

getLetter_string() public method

public getLetter_string ( )
    public function getLetter_string()
    {
        return "Refraction:\nright: " . $this->getCombined('right') . "\nleft: " . $this->getCombined('left') . "\n";
    }