Examination::RightRefractionDetails PHP Method

RightRefractionDetails() public method

public RightRefractionDetails ( $sphere, $integer, $fraction )
    public function RightRefractionDetails($sphere, $integer, $fraction)
    {
        $this->getElement('sphereLeft')->selectOption($sphere);
        $this->getElement('sphereLeftInt')->selectOption($integer);
        $this->getElement('sphereLeftFraction')->selectOption($fraction);
    }
Examination