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

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'event_id' => 'Event', 'left_sphere' => 'Sphere', 'left_cylinder' => 'Cylinder', 'left_axis' => 'Axis', 'left_type_id' => 'Type', 'left_type_other' => 'Other Type', 'right_sphere' => 'Sphere', 'right_cylinder' => 'Cylinder', 'right_axis' => 'Axis', 'right_type_id' => 'Type', 'right_type_other' => 'Other Type');
    }