Element_OphInBiometry_IolRefValues::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', 'formula_id' => 'Formula', 'lens_id' => 'Lens', 'iol_ref_values_left' => 'IOL / REF', 'iol_ref_values_right' => 'IOL / REF', 'emmetropia_left' => 'Emmetropia', 'emmetropia_right' => 'Emmetropia');
    }