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

getSplit() public method

public getSplit ( $side )
    public function getSplit($side)
    {
        return array('sphere' => $this->{$side . '_sphere'}, 'cylinder' => $this->{$side . '_cylinder'}, 'axis' => $this->{$side . '_axis'} . '° ', 'type' => $this->getType($side));
    }