OEModule\OphCiExamination\models\Element_OphCiExamination_OCT::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_method_id' => 'Image Type', 'right_method_id' => 'Image Type', 'left_crt' => 'Maximum CRT', 'right_crt' => 'Maximum CRT', 'left_sft' => 'Central SFT', 'right_sft' => 'Central SFT', 'left_thickness_increase' => 'Thickness increase of 100µm', 'right_thickness_increase' => 'Thickness increase of 100µm', 'left_dry' => 'Dry', 'right_dry' => 'Dry', 'left_fluidtypes' => 'Findings', 'right_fluidtypes' => 'Findings', 'left_fluidstatus_id' => 'Findings Type', 'right_fluidstatus_id' => 'Findings Type', 'left_comments' => 'Comments', 'right_comments' => 'Comments');
    }