Examination::RightCyclinderDetails PHP Method

RightCyclinderDetails() public method

public RightCyclinderDetails ( $cylinder, $integer, $fraction )
    public function RightCyclinderDetails($cylinder, $integer, $fraction)
    {
        $this->getElement('cylinderLeft')->selectOption($cylinder);
        $this->getElement('cylinderLeftInt')->selectOption($integer);
        $this->getElement('cylinderLeftFraction')->selectOption($fraction);
    }
Examination