OEModule\OphCiExamination\models\Element_OphCiExamination_AnteriorSegment::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_eyedraw' => 'Eyedraw', 'left_pupil_id' => 'Pupil Size', 'left_nuclear_id' => 'Nuclear', 'left_cortical_id' => 'Cortical', 'left_pxe' => 'PXF', 'left_phako' => 'Phakodonesis', 'left_description' => 'Description', 'right_eyedraw' => 'Eyedraw', 'right_pupil_id' => 'Pupil Size', 'right_nuclear_id' => 'Nuclear', 'right_cortical_id' => 'Cortical', 'right_pxe' => 'PXF', 'right_phako' => 'Phakodonesis', 'right_description' => 'Description');
    }