Element_OphTrOperationnote_Cataract::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'incision_site_id' => 'Incision site', 'incision_type_id' => 'Incision type', 'iol_position_id' => 'IOL position', 'iol_power' => 'IOL power', 'iol_type_id' => 'IOL type', 'length' => 'Length', 'meridian' => 'Meridian', 'report' => 'Details', 'complication_notes' => 'Complication notes', 'report2' => 'Details', 'predicted_refraction' => 'Predicted refraction', 'pcr_risk' => 'PCR Risk');
    }